pjsip_via_hdr class final

/ /** SIP Via header. In this implementation, Via header can only have one element in each header. If a message arrives with multiple elements in a single Via, then they will be split up into multiple Via headers.

Inheritance
Implemented types
Available extensions

Constructors

pjsip_via_hdr()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
branch_param pj_str_t
< "branch" parameter.
getter/setter pair
comment pj_str_t
< Comment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maddr_param pj_str_t
< "maddr" parameter.
getter/setter pair
name pj_str_t
getter/setter pair
next Pointer<pjsip_via_hdr>
getter/setter pair
other_param pjsip_param
< Other parameters, concatenated as single string.
getter/setter pair
prev Pointer<pjsip_via_hdr>
getter/setter pair
recvd_param pj_str_t
< "received" parameter.
getter/setter pair
rport_param int
< "rport" parameter, 0 to specify without port number, -1 means doesn't exist.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sent_by pjsip_host_port
< Host and optional port
getter/setter pair
sname pj_str_t
getter/setter pair
transport pj_str_t
< Transport type.
getter/setter pair
ttl_param int
< TTL parameter, or -1 if it's not specified.
getter/setter pair
type int
getter/setter pair
vptr Pointer<pjsip_hdr_vptr>
getter/setter pair

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