|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerTransaction | |
gov.nist.javax.sip | This is the root of the JAIN implementation of SIP. |
gov.nist.javax.sip.stack | This package contains the classes for building a SIP stack. |
javax.sip | This package contains the main interfaces that model the JAIN SIP architectute from both an application developer and a stack vendor view. |
Uses of ServerTransaction in gov.nist.javax.sip |
Methods in gov.nist.javax.sip that return ServerTransaction | |
ServerTransaction |
SipProviderImpl.getNewServerTransaction(Request request)
An application has the responsibility of deciding to respond to a Request that does not match an existing server transaction. |
Methods in gov.nist.javax.sip with parameters of type ServerTransaction | |
void |
SipProviderImpl.sendResponse(ServerTransaction serverTransaction,
Response response)
Sends specified Response message to a Request which is identified by the specified server transaction identifier. |
Uses of ServerTransaction in gov.nist.javax.sip.stack |
Classes in gov.nist.javax.sip.stack that implement ServerTransaction | |
class |
SIPServerTransaction
Represents a server transaction. |
Uses of ServerTransaction in javax.sip |
Methods in javax.sip that return ServerTransaction | |
ServerTransaction |
TimeoutEvent.getServerTransaction()
Gets the server transaction associated with this TimeoutEvent. |
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. |
ServerTransaction |
RequestEvent.getServerTransaction()
Gets the server transaction associated with this RequestEvent |
Methods in javax.sip with parameters of type ServerTransaction | |
void |
SipProvider.sendResponse(ServerTransaction serverTransaction,
Response response)
Sends the Response to a Request which is identified by the ServerTransaction. |
Constructors in javax.sip with parameters of type ServerTransaction | |
TimeoutEvent(Object source,
ServerTransaction serverTransaction,
Timeout timeout)
Constructs a TimeoutEvent to indicate a server retransmission or transaction timeout. |
|
RequestEvent(Object source,
ServerTransaction serverTransaction,
Request request)
Constructs a RequestEvent encapsulating the Request that has been received by the underlying SipProvider. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |