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

Uses of Interface
gov.nist.javax.sip.stack.ServerResponseInterface

Packages that use ServerResponseInterface
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
 

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

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

Methods in gov.nist.javax.sip.stack that return ServerResponseInterface
 ServerResponseInterface StackMessageFactory.newSIPServerResponse(SIPResponse sipResponse, MessageChannel msgChan)
          Generate a new server response for the stack.
 

Methods in gov.nist.javax.sip.stack with parameters of type ServerResponseInterface
 void SIPClientTransaction.setResponseInterface(ServerResponseInterface newRespondTo)
          Sets the real ResponseInterface this transaction encapsulates.
 


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.