NIST SIP Parser and Stack (v1.2) API

Uses of Class
gov.nist.javax.sip.stack.SIPStack

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

Subclasses of SIPStack in gov.nist.javax.sip
 class SipStackImpl
          Implementation of SipStack.
 

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

Subclasses of SIPStack in gov.nist.javax.sip.stack
 class SIPTransactionStack
          Adds a transaction layer to the SIPStack class.
 

Methods in gov.nist.javax.sip.stack that return SIPStack
 SIPStack UDPMessageProcessor.getSIPStack()
          Returns the stack.
 SIPStack UDPMessageChannel.getSIPStack()
          get the stack pointer.
 SIPStack TCPMessageProcessor.getSIPStack()
          Returns the stack.
 SIPStack TCPMessageChannel.getSIPStack()
          Get my SIP Stack.
 SIPStack SIPTransaction.getSIPStack()
           
abstract  SIPStack MessageProcessor.getSIPStack()
          Get the SIP Stack.
abstract  SIPStack MessageChannel.getSIPStack()
          Get the SIPStack object from this message channel.
 

Methods in gov.nist.javax.sip.stack with parameters of type SIPStack
static void IOHandler.sendRequest(String host, int port, String transport, SIPStack stack, gov.nist.javax.sip.message.SIPMessage message)
          Send a request when you have a host and port string
 

Constructors in gov.nist.javax.sip.stack with parameters of type SIPStack
DefaultRouter(SIPStack sipStack, String defaultRoute)
          Constructor given SIPStack as an argument (this is only for the protocol tester.
 


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.