|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseMessage | |
| jain.protocol.ip.sip | This package contains the main interfaces required to represent JAIN SIP protocol stacks, JAIN SIP applications, as well as the classes and exceptions needed to send and receive JAIN SIP messages. |
| jain.protocol.ip.sip.message | This package contains the Event classes representing SIP Messages. |
| Uses of ResponseMessage in jain.protocol.ip.sip |
| Methods in jain.protocol.ip.sip that return ResponseMessage | |
ResponseMessage |
JainSipProvider.getServerTransactionResponse(int serverTransactionId)
Returns the last ResponseMessage associated with server transaction specified by the transaction id |
ResponseMessage |
JainSipProvider.getClientTransactionResponse(int clientTransactionId)
Returns the last ResponseMessage associated with client transaction specified by the transaction id |
| Methods in jain.protocol.ip.sip with parameters of type ResponseMessage | |
int |
JainSipProvider.sendBye(JainSipListener source,
ResponseMessage response)
Terminate call leg associated with specified ResponseMessage (bye message is automatically generated by provider) Note - the ByeMessage will have a CSeq number equal to the CSeq number of the ResponseMessage plus one i.e. |
void |
JainSipProvider.sendResponse(int serverTransactionId,
ResponseMessage response)
Sends a response to the request associated with server transaction specified by server transaction id (using specified response message) |
void |
JainSipListener.processResponse(ResponseMessage response,
int clientTransactionId)
Processes a ResponseMessage received on one of the JainSipListener's ListeningPoints. |
| Uses of ResponseMessage in jain.protocol.ip.sip.message |
| Constructors in jain.protocol.ip.sip.message with parameters of type ResponseMessage | |
AckMessage.AckMessage(java.lang.Object source,
ResponseMessage response)
Constructor of AckMessage without body based on received ResponseMessage |
|
AckMessage.AckMessage(java.lang.Object source,
ResponseMessage response,
java.lang.Object body,
ContentTypeHeader contentTypeHeader)
Constructor of AckMessage with body based on received ResponseMessage |
|
ByeMessage.ByeMessage(java.lang.Object source,
ResponseMessage response)
Constructor of ByeMessage based on received ResponseMessage Note - the ByeMessage will have a CSeq number equal to the CSeq number of the ResponseMessage plus one i.e. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright - 2000 Sun Microsystems