|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SipProvider | |
---|---|
gov.nist.javax.sip | This is the root of the JAIN implementation of SIP. |
gov.nist.javax.sip.clientauthutils | This package contains a set of utilities for client side Authentication Challenge handling. |
javax.sip | This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. |
Uses of SipProvider in gov.nist.javax.sip |
---|
Classes in gov.nist.javax.sip that implement SipProvider | |
---|---|
class |
SipProviderImpl
Implementation of the JAIN-SIP provider interface. |
Methods in gov.nist.javax.sip that return SipProvider | |
---|---|
SipProvider |
SipStackImpl.createSipProvider(ListeningPoint listeningPoint)
|
SipProvider |
DialogExt.getSipProvider()
Returns the SipProvider that was used for the first transaction in this Dialog |
SipProvider |
TransactionExt.getSipProvider()
Get the Sip Provider associated with this transaction |
Methods in gov.nist.javax.sip with parameters of type SipProvider | |
---|---|
void |
SipStackImpl.deleteSipProvider(SipProvider sipProvider)
|
Uses of SipProvider in gov.nist.javax.sip.clientauthutils |
---|
Methods in gov.nist.javax.sip.clientauthutils with parameters of type SipProvider | |
---|---|
ClientTransaction |
AuthenticationHelper.handleChallenge(Response challenge,
ClientTransaction challengedTransaction,
SipProvider transactionCreator,
int cacheTime)
Uses securityAuthority to determinie a set of valid user credentials for the specified Response (Challenge) and appends it to the challenged request so that it could be retransmitted. |
ClientTransaction |
AuthenticationHelperImpl.handleChallenge(Response challenge,
ClientTransaction challengedTransaction,
SipProvider transactionCreator,
int cacheTime)
|
Uses of SipProvider in javax.sip |
---|
Methods in javax.sip that return SipProvider | |
---|---|
SipProvider |
SipStack.createSipProvider(ListeningPoint listeningPoint)
Creates a new peer SipProvider on this SipStack on a specified ListeningPoint and returns a reference to the newly created SipProvider object. |
Methods in javax.sip with parameters of type SipProvider | |
---|---|
void |
SipStack.deleteSipProvider(SipProvider sipProvider)
Deletes the specified peer SipProvider attached to this SipStack. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |