Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
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 | Method and Description |
---|---|
protected SIPClientTransaction |
SipProviderImpl.createClientTransaction(Request request,
Hop hop) |
ClientTransaction |
SipProviderImpl.getNewClientTransaction(Request request) |
ServerTransaction |
SipProviderImpl.getNewServerTransaction(Request request) |
Modifier and Type | Method and Description |
---|---|
ClientTransaction |
SipProvider.getNewClientTransaction(Request request)
Before an application can send a new request it must first request
a new client transaction to handle that Request.
|
ServerTransaction |
SipProvider.getNewServerTransaction(Request request)
An application has the responsibility of deciding to respond to a
Request that does not match an existing server transaction.
|
Copyright © 2018. All Rights Reserved.