Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.gov.nist.javax.sip.clientauthutils |
This package contains a set of utilities for client side Authentication Challenge handling.
|
android.javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SipProviderExt
Extensions to SipProvider under consideration for Version 2.0.
|
Modifier and Type | Class and Description |
---|---|
class |
SipProviderImpl
Implementation of the JAIN-SIP provider interface.
|
Modifier and Type | Method and Description |
---|---|
SipProvider |
SipStackImpl.createSipProvider(ListeningPoint listeningPoint) |
SipProvider |
TransactionExt.getSipProvider()
Get the Sip Provider associated with this transaction
|
SipProvider |
DialogExt.getSipProvider()
Returns the SipProvider that was used for the first transaction in this Dialog
|
Modifier and Type | Method and Description |
---|---|
void |
SipStackImpl.deleteSipProvider(SipProvider sipProvider) |
Modifier and Type | Method and Description |
---|---|
ClientTransaction |
AuthenticationHelperImpl.handleChallenge(Response challenge,
ClientTransaction challengedTransaction,
SipProvider transactionCreator,
int cacheTime) |
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,
boolean looseRouting) |
ClientTransaction |
AuthenticationHelper.handleChallenge(Response challenge,
ClientTransaction challengedTransaction,
SipProvider transactionCreator,
int cacheTime,
boolean useLooseRouting)
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SipStack.deleteSipProvider(SipProvider sipProvider)
Deletes the specified peer SipProvider attached to this SipStack.
|
Copyright © 2016. All Rights Reserved.