|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerTransaction | |
---|---|
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 javax.sip |
---|
Methods in javax.sip that return ServerTransaction | |
---|---|
ServerTransaction |
ServerTransaction.getCanceledInviteTransaction()
Return the canceled Invite transaction corresponding to an incoming CANCEL server transaction. |
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 |
TransactionTerminatedEvent.getServerTransaction()
Gets the server transaction associated with this TransactionTerminatedEvent. |
ServerTransaction |
TimeoutEvent.getServerTransaction()
Gets the server transaction associated with this TimeoutEvent. |
ServerTransaction |
RequestEvent.getServerTransaction()
Gets the server transaction associated with this RequestEvent |
Constructors in javax.sip with parameters of type ServerTransaction | |
---|---|
RequestEvent(Object source,
ListeningPoint listeningPoint,
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. |
|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |