Uses of Interface
org.jainslee.resources.sip.Address
-
Packages that use Address Package Description org.jainslee.resources.sip -
-
Uses of Address in org.jainslee.resources.sip
Methods in org.jainslee.resources.sip that return Address Modifier and Type Method Description Address
Address. clone()
Address
SipFactory. createAddress(String sipAddress)
Returns anAddress
corresponding to the specified string.Address
SipFactory. createAddress(URI uri)
Address
SipFactory. createAddress(URI uri, String displayName)
Address
SipMessage. getAddressHeader(String headerName)
Address
SipMessage. getFrom()
Address
SipSession. getLocalContactAddress()
Gets the current address that will be used for the Contact header on all target refresh messages that are sent on this session.Address
SipSession. getLocalParty()
Address
SipSession. getRemoteParty()
Address
SipMessage. getTo()
Methods in org.jainslee.resources.sip that return types with arguments of type Address Modifier and Type Method Description ListIterator<Address>
SipMessage. getAddressHeaders(String headerName)
Methods in org.jainslee.resources.sip with parameters of type Address Modifier and Type Method Description void
SipMessage. addAddressHeader(String headerName, Address address, boolean first)
OutgoingSipRequest
SipFactory. createRequest(String method, Address from, Address to)
Returns a new request object with the specified request method, From, and To headers.void
SipRequest. pushRoute(Address address)
Support pushing anAddress
as the route header, so that header parameters can be included.void
SipMessage. setAddressHeader(String headerName, Address address)
void
SipSession. setLocalContactAddress(Address address)
Enforces the policy where specified local Contact header is used for all outgoing target refresh responses and requests.void
SipSession. setLocalContactAddress(Address address, boolean enablePassthrough)
Enforces the policy where specified local Contact header is used for all outgoing target refresh responses and requests.
-