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 AddressAddress. clone()AddressSipFactory. createAddress(String sipAddress)Returns anAddresscorresponding to the specified string.AddressSipFactory. createAddress(URI uri)AddressSipFactory. createAddress(URI uri, String displayName)AddressSipMessage. getAddressHeader(String headerName)AddressSipMessage. getFrom()AddressSipSession. getLocalContactAddress()Gets the current address that will be used for the Contact header on all target refresh messages that are sent on this session.AddressSipSession. getLocalParty()AddressSipSession. getRemoteParty()AddressSipMessage. 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 voidSipMessage. addAddressHeader(String headerName, Address address, boolean first)OutgoingSipRequestSipFactory. createRequest(String method, Address from, Address to)Returns a new request object with the specified request method, From, and To headers.voidSipRequest. pushRoute(Address address)Support pushing anAddressas the route header, so that header parameters can be included.voidSipMessage. setAddressHeader(String headerName, Address address)voidSipSession. setLocalContactAddress(Address address)Enforces the policy where specified local Contact header is used for all outgoing target refresh responses and requests.voidSipSession. setLocalContactAddress(Address address, boolean enablePassthrough)Enforces the policy where specified local Contact header is used for all outgoing target refresh responses and requests.
-