|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Address | |
gov.nist.javax.sip.address | Implementation of the address package of the JAIN SIP API. |
gov.nist.javax.sip.header | Contains implementations of the SIP headers as defined in JAIN-SIP 1.1 and an implementation of the JAIN-SIP header factory. |
gov.nist.javax.sip.stack | This package contains the classes for building a SIP stack. |
javax.sip | This package contains the main interfaces that model the JAIN SIP architectute from both an application developer and a stack vendor view. |
javax.sip.address | This package contains interfaces that represent the Addressing components of the SIP protocol. |
javax.sip.header | This package contains all the headers interfaces supported by this specification. |
Uses of Address in gov.nist.javax.sip.address |
Classes in gov.nist.javax.sip.address that implement Address | |
class |
AddressImpl
Address structure. |
Methods in gov.nist.javax.sip.address that return Address | |
Address |
AddressFactoryImpl.createAddress(String displayName,
URI uri)
Creates an Address with the new display name and URI attribute values. |
Address |
AddressFactoryImpl.createAddress(URI uri)
|
Address |
AddressFactoryImpl.createAddress(String address)
Creates an Address with the new address string value. |
Uses of Address in gov.nist.javax.sip.header |
Methods in gov.nist.javax.sip.header that return Address | |
Address |
Contact.getAddress()
get the address field. |
Address |
AddressParametersHeader.getAddress()
get the Address field |
Methods in gov.nist.javax.sip.header with parameters of type Address | |
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. |
RecordRouteHeader |
HeaderFactoryImpl.createRecordRouteHeader(Address address)
Creates a new RecordRouteHeader based on the newly supplied address value. |
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. |
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 |
AddressParametersHeader.setAddress(Address address)
set the Address field |
Uses of Address in gov.nist.javax.sip.stack |
Methods in gov.nist.javax.sip.stack that return Address | |
Address |
DialogImpl.getLocalParty()
Get the local Address for this dialog. |
Address |
DialogImpl.getRemoteParty()
Returns the Address identifying the remote party. |
Address |
DialogImpl.getRemoteTarget()
Returns the Address identifying the remote target. |
Uses of Address in javax.sip |
Methods in javax.sip that return Address | |
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. |
Uses of Address in javax.sip.address |
Methods in javax.sip.address that return Address | |
Address |
AddressFactory.createAddress(String address)
Creates an Address with the new address string value. |
Address |
AddressFactory.createAddress(URI uri)
Creates an Address with the new URI attribute value. |
Address |
AddressFactory.createAddress(String displayName,
URI uri)
Creates an Address with the new display name and URI attribute values. |
Uses of Address in javax.sip.header |
Methods in javax.sip.header that return Address | |
Address |
HeaderAddress.getAddress()
Gets the address parameter of this Address. |
Methods in javax.sip.header with parameters of type Address | |
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. |
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. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |