|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| javax.sip | This package contains the main interfaces that model the architecture 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 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(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. |
| 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. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||