|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
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 implements the main protocol abstractions that are defined by the SIP RFC 3261. |
javax.sip | This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. |
Uses of ServerTransaction in gov.nist.javax.sip |
---|
Subinterfaces of ServerTransaction in gov.nist.javax.sip | |
---|---|
interface |
ServerTransactionExt
|
Methods in gov.nist.javax.sip that return ServerTransaction | |
---|---|
ServerTransaction |
ServerTransactionExt.getCanceledInviteTransaction()
Return the canceled Invite transaction corresponding to an incoming CANCEL server transaction. |
ServerTransaction |
SipProviderImpl.getNewServerTransaction(Request request)
|
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 |
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 |
ServerTransaction |
TimeoutEvent.getServerTransaction()
Gets the server transaction associated with this TimeoutEvent. |
ServerTransaction |
TransactionTerminatedEvent.getServerTransaction()
Gets the server transaction associated with this TransactionTerminatedEvent. |
Constructors in javax.sip with parameters of type ServerTransaction | |
---|---|
RequestEvent(Object source,
ServerTransaction serverTransaction,
Dialog dialog,
Request request)
Constructs a RequestEvent encapsulating the Request that has been received by the underlying SipProvider. |
|
TimeoutEvent(Object source,
ServerTransaction serverTransaction,
Timeout timeout)
Constructs a TimeoutEvent to indicate a server retransmission or transaction timeout. |
|
TransactionTerminatedEvent(Object source,
ServerTransaction serverTransaction)
Constructs a TransactionTerminatedEvent to indicate a server retransmission or transaction timeout. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |