Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAddressResolver
This is the default implementation of the AddressResolver.
|
Modifier and Type | Method and Description |
---|---|
void |
SipStackExt.setAddressResolver(AddressResolver addressResolver)
Set the address resolution interface.
|
Modifier and Type | Field and Description |
---|---|
protected AddressResolver |
SIPTransactionStack.addressResolver |
Modifier and Type | Method and Description |
---|---|
AddressResolver |
SIPTransactionStack.getAddressResolver()
get the address resolver interface.
|
Modifier and Type | Method and Description |
---|---|
void |
SIPTransactionStack.setAddressResolver(AddressResolver addressResolver)
Set the address resolution interface
|
Copyright © 2018. All Rights Reserved.