|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Address in javax.servlet.sip |
Methods in javax.servlet.sip that return Address | |
Address |
SipFactory.createAddress(java.lang.String sipAddress)
Returns a Address corresponding to the specified
string. |
Address |
SipFactory.createAddress(URI uri)
Returns an Address with the specified URI and no
display name. |
Address |
SipFactory.createAddress(URI uri,
java.lang.String displayName)
Returns a new Address with the specified
URI and display name. |
Address |
SipServletMessage.getFrom()
Returns the value of the From header. |
Address |
SipServletMessage.getTo()
Returns the value of the To header. |
Address |
SipServletMessage.getAddressHeader(java.lang.String name)
Returns the value of the specified header as a Address object. |
Address |
SipSession.getLocalParty()
Returns the Address identifying the local party. |
Address |
SipSession.getRemoteParty()
Returns the Address identifying the remote party. |
Methods in javax.servlet.sip with parameters of type Address | |
SipServletRequest |
SipFactory.createRequest(SipApplicationSession appSession,
java.lang.String method,
Address from,
Address to)
Returns a new request object with the specified request method, From, and To headers. |
void |
SipServletMessage.setAddressHeader(java.lang.String name,
Address addr)
Sets the header with the specified name to have the value specified by the address argument. |
void |
SipServletMessage.addAddressHeader(java.lang.String name,
Address addr,
boolean first)
Adds the specified Address as a new value of the
named header field. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |