Package | Description |
---|---|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SIPClientTransaction |
Modifier and Type | Class and Description |
---|---|
class |
SIPClientTransactionImpl
Represents a client transaction.
|
Modifier and Type | Method and Description |
---|---|
ServerResponseInterface |
StackMessageFactory.newSIPServerResponse(SIPResponse sipResponse,
MessageChannel msgChannel)
Generate a new server response for the stack.
|
ServerResponseInterface |
SIPTransactionStack.newSIPServerResponse(SIPResponse responseReceived,
MessageChannel responseMessageChannel)
Handles a new SIP response.
|
Modifier and Type | Method and Description |
---|---|
void |
SIPClientTransactionImpl.setResponseInterface(ServerResponseInterface newRespondTo) |
void |
SIPClientTransaction.setResponseInterface(ServerResponseInterface newRespondTo)
Sets the real ResponseInterface this transaction encapsulates.
|
Copyright © 2018. All Rights Reserved.