Package | Description |
---|---|
android.gov.nist.javax.sip.header |
Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and
an implementation of the JAIN-SIP header factory.
|
android.gov.nist.javax.sip.header.extensions | |
android.gov.nist.javax.sip.header.ims |
NIST-SIP Specific support for IMS headers contributed by Jose Miguel
Freitas (Aveiro University, Portugal) and Alexandre Miguel Silva
Santos (PT Inovacau, Portugal).
|
android.javax.sip.header |
This package contains all the headers interfaces supported by this specification. |
Modifier and Type | Class and Description |
---|---|
class |
Contact
Contact Item.
|
class |
From
From SIP Header.
|
class |
RecordRoute
The Request-Route header is added to a request by any proxy that insists on
being in the path of subsequent requests for the same call leg.
|
class |
ReferTo
ReferTo SIP Header.
|
class |
ReplyTo
ReplyTo Header.
|
class |
Route
Route SIPHeader Object
|
class |
To
To SIP Header.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReferredByHeader
This header is described in a draft RFC which has expired.
|
Modifier and Type | Class and Description |
---|---|
class |
ReferredBy
ReferredBy SIP Header.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PAssertedIdentityHeader
P-Asserted-Identity header
Private Header: RFC 3455.
|
interface |
PAssociatedURIHeader
P-Associated-URI SIP Private Header.
|
interface |
PathHeader
PATH header SIP param: RFC 3327.
|
interface |
PCalledPartyIDHeader
P-Called-Party-ID header - Private Header: RFC 3455.
|
interface |
PPreferredIdentityHeader
P-Preferred-Identity header -
SIP Private Header: RFC 3325
.
|
interface |
PProfileKeyHeader |
interface |
ServiceRouteHeader
SERVICE-ROUTE header SIP param: RFC 3608.
|
Modifier and Type | Class and Description |
---|---|
class |
PAssertedIdentity
P-Asserted-Identity SIP Private Header.
|
class |
PAssociatedURI
P-Associated-URI SIP Private Header.
|
class |
Path |
class |
PCalledPartyID
P-Called-Party-ID SIP Private Header.
|
class |
PPreferredIdentity
P-Preferred-Identity SIP Private Header - RFC 3325.
|
class |
PProfileKey |
class |
ServiceRoute
SERVICE-ROUTE header SIP param: RFC 3608.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContactHeader
A Contact header field value provides a URI whose meaning depends on
the type of request or response it is in.
|
interface |
FromHeader
The From header field indicates the logical identity of the initiator
of the request, possibly the user's address-of-record.
|
interface |
RecordRouteHeader
The Record-Route header field is inserted by proxies in a request to force
future requests in the dialog to be routed through the proxy.
|
interface |
ReferToHeader
This interface represents the ReferTo SIP header, as defined by
RFC3515, this header is
not part of RFC3261.
|
interface |
ReplyToHeader
The Reply-To header field contains a logical return URI that may be
different from the From header field.
|
interface |
RouteHeader
The Route header field is used to force routing for a request through the
listed set of proxies.
|
interface |
ToHeader
The To header field first and foremost specifies the desired "logical"
recipient of the request, or the address-of-record of the user or resource
that is the target of this request.
|
Copyright © 2018. All Rights Reserved.