pjsip_method_e class abstract

This enumeration declares SIP methods as described by RFC3261. Additional methods do exist, and they are described by corresponding RFCs for the SIP extentensions. Since they won't alter the characteristic of the processing of the message, they don't need to be explicitly mentioned here.

Constructors

pjsip_method_e()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

PJSIP_ACK_METHOD → const int
< ACK method.
PJSIP_BYE_METHOD → const int
< BYE method, for terminating dialog.
PJSIP_CANCEL_METHOD → const int
< CANCEL method, for cancelling request.
PJSIP_INVITE_METHOD → const int
< INVITE method, for establishing dialogs.
PJSIP_OPTIONS_METHOD → const int
< OPTIONS method.
PJSIP_OTHER_METHOD → const int
< Other method.
PJSIP_REGISTER_METHOD → const int
< REGISTER method.