Package | Description |
---|---|
android.gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
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.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.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
android.javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
android.javax.sip.address |
This package contains interfaces
that represent the Addressing components of the SIP protocol.
|
android.javax.sip.header |
This package contains all the headers interfaces supported by this specification. |
Modifier and Type | Method and Description |
---|---|
Address |
AddressFactoryImpl.createAddress()
Create an empty address object.
|
Address |
AddressFactoryImpl.createAddress(String address)
Creates an Address with the new address string value.
|
Address |
AddressFactoryImpl.createAddress(String displayName,
URI uri)
Creates an Address with the new display name and URI attribute
values.
|
Address |
AddressFactoryImpl.createAddress(URI uri) |
Modifier and Type | Method and Description |
---|---|
Address |
Contact.getAddress()
get the address field.
|
Address |
AddressParameters.getAddress()
get the Address field
|
Address |
AddressParametersHeader.getAddress() |
Modifier and Type | Method and Description |
---|---|
ContactHeader |
HeaderFactoryImpl.createContactHeader(Address address)
Creates a new ContactHeader based on the newly supplied address value.
|
FromHeader |
HeaderFactoryImpl.createFromHeader(Address address,
String tag)
Creates a new FromHeader based on the newly supplied address and
tag values.
|
PAssertedIdentityHeader |
HeaderFactoryImpl.createPAssertedIdentityHeader(Address address)
P-Asserted-Identity header
|
PAssertedIdentityHeader |
HeaderFactoryExt.createPAssertedIdentityHeader(Address address)
P-Asserted-Identity header
|
PAssociatedURIHeader |
HeaderFactoryImpl.createPAssociatedURIHeader(Address assocURI)
Creates a new P-Associated-URI header based on the supplied address
|
PAssociatedURIHeader |
HeaderFactoryExt.createPAssociatedURIHeader(Address assocURI)
Creates a new P-Associated-URI header based on the supplied address
|
PathHeader |
HeaderFactoryImpl.createPathHeader(Address address)
PATH header
|
PathHeader |
HeaderFactoryExt.createPathHeader(Address address)
PATH header
|
PCalledPartyIDHeader |
HeaderFactoryImpl.createPCalledPartyIDHeader(Address address)
P-Called-Party-ID header
|
PCalledPartyIDHeader |
HeaderFactoryExt.createPCalledPartyIDHeader(Address address)
P-Called-Party-ID header
|
PPreferredIdentityHeader |
HeaderFactoryImpl.createPPreferredIdentityHeader(Address address)
P-Preferred-Identity header
|
PPreferredIdentityHeader |
HeaderFactoryExt.createPPreferredIdentityHeader(Address address)
P-Preferred-Identity header
|
PProfileKeyHeader |
HeaderFactoryImpl.createPProfileKeyHeader(Address address) |
PProfileKeyHeader |
HeaderFactoryExt.createPProfileKeyHeader(Address address)
Create a P-Profile-Key header.
|
PServedUserHeader |
HeaderFactoryImpl.createPServedUserHeader(Address address) |
PServedUserHeader |
HeaderFactoryExt.createPServedUserHeader(Address address)
Create a P-Served-User header.
|
RecordRouteHeader |
HeaderFactoryImpl.createRecordRouteHeader(Address address)
Creates a new RecordRouteHeader based on the newly supplied address value.
|
ReferredByHeader |
HeaderFactoryImpl.createReferredByHeader(Address address)
Create a ReferredBy Header.
|
ReferredByHeader |
HeaderFactoryExt.createReferredByHeader(Address address)
Create a ReferredBy Header.
|
ReferToHeader |
HeaderFactoryImpl.createReferToHeader(Address address)
Create a ReferTo Header.
|
ReplyToHeader |
HeaderFactoryImpl.createReplyToHeader(Address address)
Creates a new ReplyToHeader based on the newly supplied address value.
|
RouteHeader |
HeaderFactoryImpl.createRouteHeader(Address address)
Creates a new RouteHeader based on the newly supplied address value.
|
ServiceRouteHeader |
HeaderFactoryImpl.createServiceRouteHeader(Address address)
Service-Route header
|
ServiceRouteHeader |
HeaderFactoryExt.createServiceRouteHeader(Address address)
Service-Route header
|
ToHeader |
HeaderFactoryImpl.createToHeader(Address address,
String tag)
Creates a new ToHeader based on the newly supplied address and
tag values.
|
void |
From.setAddress(Address address)
Set the address member
|
void |
Contact.setAddress(Address address)
Set the address member
|
void |
AddressParameters.setAddress(Address address)
set the Address field
|
void |
AddressParametersHeader.setAddress(Address address) |
Modifier and Type | Method and Description |
---|---|
Address |
AddressHeaderIms.getAddress()
get the Address field
|
Modifier and Type | Method and Description |
---|---|
void |
AddressHeaderIms.setAddress(Address address)
set the Address field
|
Modifier and Type | Field and Description |
---|---|
protected Address |
SIPDialog.localParty |
protected Address |
SIPDialog.remoteParty |
protected Address |
SIPDialog.remoteTarget |
Modifier and Type | Method and Description |
---|---|
Address |
SIPDialog.getLocalParty() |
Address |
SIPDialog.getRemoteParty()
Returns the Address identifying the remote party.
|
Address |
SIPDialog.getRemoteTarget() |
Modifier and Type | Method and Description |
---|---|
Address |
Dialog.getLocalParty()
Returns the Address identifying the local party.
|
Address |
Dialog.getRemoteParty()
Returns the Address identifying the remote party.
|
Address |
Dialog.getRemoteTarget()
Returns the Address identifying the remote target.
|
Modifier and Type | Method and Description |
---|---|
Address |
AddressFactory.createAddress(String address)
Creates an Address with the new address string value.
|
Address |
AddressFactory.createAddress(String displayName,
URI uri)
Creates an Address with the new display name and URI attribute
values.
|
Address |
AddressFactory.createAddress(URI uri)
Creates an Address with the new URI attribute value.
|
Modifier and Type | Method and Description |
---|---|
Address |
HeaderAddress.getAddress()
Gets the address parameter of this Address.
|
Modifier and Type | Method and Description |
---|---|
ContactHeader |
HeaderFactory.createContactHeader(Address address)
Creates a new ContactHeader based on the newly supplied address value.
|
FromHeader |
HeaderFactory.createFromHeader(Address address,
String tag)
Creates a new FromHeader based on the newly supplied address and
tag values.
|
RecordRouteHeader |
HeaderFactory.createRecordRouteHeader(Address address)
Creates a new RecordRouteHeader based on the newly supplied address value.
|
ReferToHeader |
HeaderFactory.createReferToHeader(Address address)
Creates a new ReferToHeader based on the newly supplied address value.
|
ReplyToHeader |
HeaderFactory.createReplyToHeader(Address address)
Creates a new ReplyToHeader based on the newly supplied address value.
|
RouteHeader |
HeaderFactory.createRouteHeader(Address address)
Creates a new RouteHeader based on the newly supplied address value.
|
ToHeader |
HeaderFactory.createToHeader(Address address,
String tag)
Creates a new ToHeader based on the newly supplied address and
tag values.
|
void |
HeaderAddress.setAddress(Address address)
Sets the Address parameter of this Address.
|
Copyright © 2018. All Rights Reserved.