| Package | Description |
|---|---|
| com.telestax.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 |
SIPServerTransaction.setRequestInterface(ServerRequestInterface newRequestOf)
Sets the real RequestInterface this transaction encapsulates.
|
void |
SIPServerTransactionImpl.setRequestInterface(ServerRequestInterface newRequestOf) |
Copyright © 2014. All Rights Reserved.