pjsip_uri_context_e class abstract
URI context.
Constructors
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_URI_IN_CONTACT_HDR → const int
- < The URI is in Contact header.
- PJSIP_URI_IN_FROMTO_HDR → const int
- < The URI is in From/To header.
- PJSIP_URI_IN_OTHER → const int
- < Other context (web page, business card, etc.)
- PJSIP_URI_IN_REQ_URI → const int
- < The URI is in Request URI.
- PJSIP_URI_IN_ROUTING_HDR → const int
- < The URI is in Route/Record-Route header.