pjsip_hdr_e class abstract

Header types, as defined by RFC3261.

Constructors

pjsip_hdr_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_H_ACCEPT → const int
These are the headers documented in RFC3261. Headers not documented there must have type PJSIP_H_OTHER, and the header type itself is recorded in the header name string.
PJSIP_H_ACCEPT_ENCODING_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_ACCEPT_LANGUAGE_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_ALERT_INFO_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_ALLOW → const int
PJSIP_H_AUTHENTICATION_INFO_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_AUTHORIZATION → const int
PJSIP_H_CALL_ID → const int
PJSIP_H_CALL_INFO_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_CONTACT → const int
PJSIP_H_CONTENT_DISPOSITION_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_CONTENT_ENCODING_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_CONTENT_LANGUAGE_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_CONTENT_LENGTH → const int
PJSIP_H_CONTENT_TYPE → const int
PJSIP_H_CSEQ → const int
PJSIP_H_DATE_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_ERROR_INFO_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_EXPIRES → const int
PJSIP_H_FROM → const int
PJSIP_H_IN_REPLY_TO_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_MAX_FORWARDS → const int
PJSIP_H_MIME_VERSION_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_MIN_EXPIRES → const int
PJSIP_H_ORGANIZATION_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_OTHER → const int
PJSIP_H_PRIORITY_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_PROXY_AUTHENTICATE → const int
PJSIP_H_PROXY_AUTHORIZATION → const int
PJSIP_H_PROXY_REQUIRE_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_RECORD_ROUTE → const int
PJSIP_H_REPLY_TO_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_REQUIRE → const int
PJSIP_H_RETRY_AFTER → const int
PJSIP_H_ROUTE → const int
PJSIP_H_SERVER_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_SUBJECT_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_SUPPORTED → const int
PJSIP_H_TIMESTAMP_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_TO → const int
PJSIP_H_UNSUPPORTED → const int
PJSIP_H_USER_AGENT_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_VIA → const int
PJSIP_H_WARNING_UNIMP → const int
N/A, use pjsip_generic_string_hdr
PJSIP_H_WWW_AUTHENTICATE → const int