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

Packages that use SIPTransactionStack
gov.nist.javax.sip This is the root of the JAIN implementation of SIP. 
gov.nist.javax.sip.clientauthutils This package contains a set of utilities for client side Authentication Challenge handling. 
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
gov.nist.javax.sip.stack.sctp   
 

Uses of SIPTransactionStack in gov.nist.javax.sip
 

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

Uses of SIPTransactionStack in gov.nist.javax.sip.clientauthutils
 

Constructors in gov.nist.javax.sip.clientauthutils with parameters of type SIPTransactionStack
AuthenticationHelperImpl(SIPTransactionStack sipStack, AccountManager accountManager, HeaderFactory headerFactory)
          Default constructor for the security manager.
AuthenticationHelperImpl(SIPTransactionStack sipStack, SecureAccountManager accountManager, HeaderFactory headerFactory)
          Default constructor for the security manager.
 

Uses of SIPTransactionStack in gov.nist.javax.sip.parser
 

Methods in gov.nist.javax.sip.parser with parameters of type SIPTransactionStack
 MessageParser MessageParserFactory.createMessageParser(SIPTransactionStack stack)
          Creates a Message Parser
 MessageParser StringMsgParserFactory.createMessageParser(SIPTransactionStack stack)
           
 

Constructors in gov.nist.javax.sip.parser with parameters of type SIPTransactionStack
PipelinedMsgParser(SIPTransactionStack sipStack, Pipeline in)
          This is the constructor for the pipelined parser.
PipelinedMsgParser(SIPTransactionStack sipStack, SIPMessageListener sipMessageListener, Pipeline in, boolean debug, int maxMessageSize)
          Constructor when we are given a message listener and an input stream (could be a TCP connection or a file)
PipelinedMsgParser(SIPTransactionStack sipStack, SIPMessageListener mhandler, Pipeline in, int maxMsgSize)
          This is the constructor for the pipelined parser.
 

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

Fields in gov.nist.javax.sip.stack declared as SIPTransactionStack
protected  SIPTransactionStack SIPTransaction.sipStack
           
protected  SIPTransactionStack UDPMessageChannel.sipStack
          SIP Stack structure for this channel.
protected  SIPTransactionStack MessageProcessor.sipStack
          Our stack (that created us).
protected  SIPTransactionStack ConnectionOrientedMessageChannel.sipStack
           
 

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

Methods in gov.nist.javax.sip.stack with parameters of type SIPTransactionStack
 MessageProcessor MessageProcessorFactory.createMessageProcessor(SIPTransactionStack sipStack, InetAddress ipAddress, int port, String transport)
           
 MessageProcessor OIOMessageProcessorFactory.createMessageProcessor(SIPTransactionStack sipStack, InetAddress ipAddress, int port, String transport)
           
 void MessageProcessor.initialize(InetAddress ipAddress, int port, SIPTransactionStack transactionStack)
          Initializes this MessageProcessor.
 

Constructors in gov.nist.javax.sip.stack with parameters of type SIPTransactionStack
ConnectionOrientedMessageChannel(SIPTransactionStack sipStack)
           
ConnectionOrientedMessageProcessor(InetAddress ipAddress, int port, String transport, SIPTransactionStack sipStack)
           
IOHandler(SIPTransactionStack sipStack)
           
MessageProcessor(InetAddress ipAddress, int port, String transport, SIPTransactionStack transactionStack)
          Constructor
SIPClientTransaction(SIPTransactionStack newSIPStack, MessageChannel newChannelToUse)
          Creates a new client transaction.
SIPServerTransaction(SIPTransactionStack sipStack, MessageChannel newChannelToUse)
          Creates a new server transaction.
SIPTransaction(SIPTransactionStack newParentStack, MessageChannel newEncapsulatedChannel)
          Transaction constructor.
TCPMessageChannel(InetAddress inetAddr, int port, SIPTransactionStack sipStack, TCPMessageProcessor messageProcessor)
          Constructor - connects to the given inet address.
TCPMessageChannel(SIPTransactionStack sipStack)
           
TCPMessageChannel(Socket sock, SIPTransactionStack sipStack, TCPMessageProcessor msgProcessor, String threadName)
          Constructor - gets called from the SIPStack class with a socket on accepting a new client.
TCPMessageProcessor(InetAddress ipAddress, SIPTransactionStack sipStack, int port)
          Constructor.
TLSMessageChannel(InetAddress inetAddr, int port, SIPTransactionStack sipStack, TLSMessageProcessor messageProcessor)
          Constructor - connects to the given inet address.
TLSMessageChannel(Socket sock, SIPTransactionStack sipStack, TLSMessageProcessor msgProcessor, String threadName)
          Constructor - gets called from the SIPStack class with a socket on accepting a new client.
TLSMessageProcessor(InetAddress ipAddress, SIPTransactionStack sipStack, int port)
          Constructor.
UDPMessageChannel(InetAddress targetAddr, int port, SIPTransactionStack sipStack, UDPMessageProcessor messageProcessor)
          Constructor.
UDPMessageChannel(SIPTransactionStack stack, UDPMessageProcessor messageProcessor, DatagramPacket packet)
          Constructor.
UDPMessageChannel(SIPTransactionStack stack, UDPMessageProcessor messageProcessor, String threadName)
          Constructor - takes a datagram packet and a stack structure Extracts the address of the other from the datagram packet and stashes away the pointer to the passed stack structure.
UDPMessageProcessor(InetAddress ipAddress, SIPTransactionStack sipStack, int port)
          Constructor.
 

Uses of SIPTransactionStack in gov.nist.javax.sip.stack.sctp
 

Methods in gov.nist.javax.sip.stack.sctp that return SIPTransactionStack
 SIPTransactionStack SCTPMessageProcessor.getSIPStack()
           
 



Copyright © 2012. All Rights Reserved.