|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AddressResolver | |
---|---|
gov.nist.javax.sip | This is the root of the JAIN implementation of SIP. |
gov.nist.javax.sip.stack | This package implements the main protocol abstractions that are defined by the SIP RFC 3261. |
Uses of AddressResolver in gov.nist.javax.sip |
---|
Classes in gov.nist.javax.sip that implement AddressResolver | |
---|---|
class |
DefaultAddressResolver
This is the default implementation of the AddressResolver. |
Methods in gov.nist.javax.sip with parameters of type AddressResolver | |
---|---|
void |
SipStackExt.setAddressResolver(AddressResolver addressResolver)
Set the address resolution interface. |
Uses of AddressResolver in gov.nist.javax.sip.stack |
---|
Methods in gov.nist.javax.sip.stack that return AddressResolver | |
---|---|
AddressResolver |
SIPTransactionStack.getAddressResolver()
get the address resolver interface. |
Methods in gov.nist.javax.sip.stack with parameters of type AddressResolver | |
---|---|
void |
SIPTransactionStack.setAddressResolver(AddressResolver addressResolver)
Set the address resolution interface |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |