|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientTransaction | |
|---|---|
| javax.sip | This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. |
| Uses of ClientTransaction in javax.sip |
|---|
| Methods in javax.sip that return ClientTransaction | |
|---|---|
ClientTransaction |
ResponseEvent.getClientTransaction()
Gets the client transaction associated with this ResponseEvent |
ClientTransaction |
TimeoutEvent.getClientTransaction()
Gets the client transaction associated with this TimeoutEvent. |
ClientTransaction |
TransactionTerminatedEvent.getClientTransaction()
Gets the client transaction associated with this TransactionTerminatedEvent. |
ClientTransaction |
SipProvider.getNewClientTransaction(Request request)
Before an application can send a new request it must first request a new client transaction to handle that Request. |
| Methods in javax.sip with parameters of type ClientTransaction | |
|---|---|
void |
Dialog.sendRequest(ClientTransaction clientTransaction)
Sends a Request to the remote party of this dialog. |
| Constructors in javax.sip with parameters of type ClientTransaction | |
|---|---|
ResponseEvent(Object source,
ClientTransaction clientTransaction,
Dialog dialog,
Response response)
Constructs a ResponseEvent encapsulating the Response that has been received by the underlying SipProvider. |
|
TimeoutEvent(Object source,
ClientTransaction clientTransaction,
Timeout timeout)
Constructs a TimeoutEvent to indicate a client retransmission or transaction timeout. |
|
TransactionTerminatedEvent(Object source,
ClientTransaction clientTransaction)
Constructs a TransactionTerminatedEvent to indicate a client retransmission or transaction timeout. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||