NIST SIP Parser and Stack (v1.2) API

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

Packages that use SIPServerResponseInterface
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.  
 

Uses of SIPServerResponseInterface in gov.nist.javax.sip
 

Classes in gov.nist.javax.sip that implement SIPServerResponseInterface
 class NistSipMessageHandlerImpl
          An adapter class from the JAIN implementation objects to the NIST-SIP stack.
 

Methods in gov.nist.javax.sip that return SIPServerResponseInterface
 SIPServerResponseInterface NistSipMessageFactoryImpl.newSIPServerResponse(gov.nist.javax.sip.message.SIPResponse sipResponse, MessageChannel messageChannel)
          Generate a new server response for the stack.
 

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

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

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

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


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.