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 |
SIPServerTransaction |
Modifier and Type | Class and Description |
---|---|
class |
SIPServerTransactionImpl
Represents a server transaction.
|
Modifier and Type | Method and Description |
---|---|
ServerRequestInterface |
SIPTransactionStack.newSIPServerRequest(SIPRequest requestReceived,
MessageChannel requestMessageChannel)
Handles a new SIP request.
|
ServerRequestInterface |
StackMessageFactory.newSIPServerRequest(SIPRequest sipRequest,
SIPTransaction sipTransaction)
Make a new SIPServerResponse given a SIPRequest and a message
channel.
|
Modifier and Type | Method and Description |
---|---|
void |
SIPServerTransactionImpl.setRequestInterface(ServerRequestInterface newRequestOf) |
void |
SIPServerTransaction.setRequestInterface(ServerRequestInterface newRequestOf)
Sets the real RequestInterface this transaction encapsulates.
|
Copyright © 2015. All Rights Reserved.