NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sip.ClientTransaction

Packages that use ClientTransaction
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 ClientTransaction in gov.nist.javax.sip
 

Methods in gov.nist.javax.sip that return ClientTransaction
 ClientTransaction SipProviderImpl.getNewClientTransaction(Request request)
          Once an application wants to a send a new request it must first request a new client transaction identifier.
 

Methods in gov.nist.javax.sip with parameters of type ClientTransaction
 void SipProviderImpl.sendRequest(ClientTransaction clientTransaction, Request request)
          Sends specified Request on a unique client transaction identifier.
 

Uses of ClientTransaction in gov.nist.javax.sip.stack
 

Classes in gov.nist.javax.sip.stack that implement ClientTransaction
 class SIPClientTransaction
          Represents a client transaction.
 

Methods in gov.nist.javax.sip.stack with parameters of type ClientTransaction
 void DialogImpl.sendRequest(ClientTransaction clientTransactionId, Request dialogRequest)
          Sends a Request to the remote party of this dialog.
 

Uses of ClientTransaction in javax.sip
 

Methods in javax.sip that return ClientTransaction
 ClientTransaction TimeoutEvent.getClientTransaction()
          Gets the client transaction associated with this TimeoutEvent.
 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.
 ClientTransaction ResponseEvent.getClientTransaction()
          Gets the client transaction associated with this ResponseEvent
 

Methods in javax.sip with parameters of type ClientTransaction
 void SipProvider.sendRequest(ClientTransaction clientTransaction, Request request)
          Sends the Request which is identified by the ClientTransaction.
 void Dialog.sendRequest(ClientTransaction clientTransaction, Request request)
          Sends a Request to the remote party of this dialog.
 

Constructors in javax.sip with parameters of type ClientTransaction
TimeoutEvent(Object source, ClientTransaction clientTransaction, Timeout timeout)
          Constructs a TimeoutEvent to indicate a client retransmission or transaction timeout.
ResponseEvent(Object source, ClientTransaction clientTransaction, Response response)
          Constructs a ResponseEvent encapsulating the Response that has been received by the underlying SipProvider.
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.