NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Class
gov.nist.javax.sip.message.SIPResponse

Packages that use SIPResponse
gov.nist.javax.sip This is the root of the JAIN implementation of SIP. 
gov.nist.javax.sip.message Class definitions for SIP messages and message factory. 
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
 

Uses of SIPResponse in gov.nist.javax.sip
 

Methods in gov.nist.javax.sip with parameters of type SIPResponse
 boolean Utils.responseBelongsToUs(SIPResponse response)
           
 

Uses of SIPResponse in gov.nist.javax.sip.message
 

Methods in gov.nist.javax.sip.message that return SIPResponse
 SIPResponse SIPRequest.createResponse(int statusCode)
          Creates a default SIPResponse message for this request.
 SIPResponse SIPRequest.createResponse(int statusCode, String reasonPhrase)
          Creates a default SIPResponse message for this request.
 

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

Methods in gov.nist.javax.sip.stack that return SIPResponse
 SIPResponse SIPDialog.getLastResponse()
           
 SIPResponse SIPServerTransaction.getLastResponse()
          Get the last response.
 SIPResponse SIPTransaction.getLastResponse()
          Get the last response.
 SIPResponse SIPServerTransaction.getReliableProvisionalResponse()
           
 

Methods in gov.nist.javax.sip.stack with parameters of type SIPResponse
 SIPDialog SIPTransactionStack.createDialog(SIPClientTransaction transaction, SIPResponse sipResponse)
          Create a Dialog given a client tx and response.
 void MessageChannel.logResponse(SIPResponse sipResponse, long receptionTime, String status)
          Log a response received at this message channel.
 ServerResponseInterface StackMessageFactory.newSIPServerResponse(SIPResponse sipResponse, MessageChannel msgChan)
          Generate a new server response for the stack.
 void SIPClientTransaction.processResponse(SIPResponse sipResponse, MessageChannel incomingChannel)
           
 void ServerResponseInterface.processResponse(SIPResponse sipResponse, MessageChannel incomingChannel)
          This method is called prior to dialog assignment.
 void SIPClientTransaction.processResponse(SIPResponse transactionResponse, MessageChannel sourceChannel, SIPDialog dialog)
          Process a new response message through this transaction.
 void ServerResponseInterface.processResponse(SIPResponse sipResponse, MessageChannel incomingChannel, SIPDialog sipDialog)
          Process the Response.
 void SIPDialog.setLastResponse(SIPTransaction transaction, SIPResponse sipResponse)
          Set the last response for this dialog.
 void SIPDialog.setResponseTags(SIPResponse sipResponse)
          Check the tags of the response against the tags of the Dialog.
 

Constructors in gov.nist.javax.sip.stack with parameters of type SIPResponse
SIPDialog(SIPClientTransaction transaction, SIPResponse sipResponse)
          Constructor given a transaction and a response.
SIPDialog(SipProviderImpl sipProvider, SIPResponse sipResponse)
          create a sip dialog with a response ( no tx)
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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