Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.gov.nist.javax.sip.clientauthutils |
This package contains a set of utilities for client side Authentication Challenge handling.
|
android.gov.nist.javax.sip.parser |
Parsers for SIP Headers, URL's and addresses.
|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
android.gov.nist.javax.sip.stack.sctp |
Modifier and Type | Class and Description |
---|---|
class |
SipStackImpl
Implementation of SipStack.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
MessageParser |
MessageParserFactory.createMessageParser(SIPTransactionStack stack)
Creates a Message Parser
|
MessageParser |
StringMsgParserFactory.createMessageParser(SIPTransactionStack stack) |
Constructor and Description |
---|
NioPipelineParser(SIPTransactionStack sipStack,
SIPMessageListener sipMessageListener,
boolean debug,
int maxMessageSize)
Constructor when we are given a message listener and an input stream
(could be a TCP connection or a file)
|
NioPipelineParser(SIPTransactionStack sipStack,
SIPMessageListener mhandler,
int maxMsgSize)
This is the constructor for the pipelined parser.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected SIPTransactionStack |
UDPMessageChannel.sipStack
SIP Stack structure for this channel.
|
protected SIPTransactionStack |
ConnectionOrientedMessageChannel.sipStack |
protected SIPTransactionStack |
MessageProcessor.sipStack
Our stack (that created us).
|
protected SIPTransactionStack |
SIPTransactionImpl.sipStack |
Modifier and Type | Method and Description |
---|---|
abstract SIPTransactionStack |
MessageChannel.getSIPStack()
Get the SIPStack object from this message channel.
|
SIPTransactionStack |
UDPMessageChannel.getSIPStack()
get the stack pointer.
|
SIPTransactionStack |
ConnectionOrientedMessageProcessor.getSIPStack()
Returns the stack.
|
SIPTransactionStack |
ConnectionOrientedMessageChannel.getSIPStack()
Get my SIP Stack.
|
abstract SIPTransactionStack |
MessageProcessor.getSIPStack()
Get the SIP Stack.
|
SIPTransactionStack |
SIPTransaction.getSIPStack() |
SIPTransactionStack |
UDPMessageProcessor.getSIPStack()
Returns the stack.
|
SIPTransactionStack |
SIPTransactionImpl.getSIPStack() |
Modifier and Type | Method and Description |
---|---|
MessageProcessor |
OIOMessageProcessorFactory.createMessageProcessor(SIPTransactionStack sipStack,
InetAddress ipAddress,
int port,
String transport) |
MessageProcessor |
NioMessageProcessorFactory.createMessageProcessor(SIPTransactionStack sipStack,
InetAddress ipAddress,
int port,
String transport) |
MessageProcessor |
MessageProcessorFactory.createMessageProcessor(SIPTransactionStack sipStack,
InetAddress ipAddress,
int port,
String transport) |
void |
MessageProcessor.initialize(InetAddress ipAddress,
int port,
SIPTransactionStack transactionStack)
Initializes this MessageProcessor.
|
Constructor and Description |
---|
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
|
NIOHandler(SIPTransactionStack sipStack,
NioTcpMessageProcessor messageProcessor) |
NioTcpMessageChannel(InetAddress inetAddress,
int port,
SIPTransactionStack sipStack,
NioTcpMessageProcessor nioTcpMessageProcessor) |
NioTcpMessageProcessor(InetAddress ipAddress,
SIPTransactionStack sipStack,
int port) |
NioTlsMessageChannel(InetAddress inetAddress,
int port,
SIPTransactionStack sipStack,
NioTcpMessageProcessor nioTcpMessageProcessor) |
NioTlsMessageProcessor(InetAddress ipAddress,
SIPTransactionStack sipStack,
int port) |
NioTlsWebSocketMessageChannel(InetAddress inetAddress,
int port,
SIPTransactionStack sipStack,
NioTcpMessageProcessor nioTcpMessageProcessor) |
NioTlsWebSocketMessageProcessor(InetAddress ipAddress,
SIPTransactionStack sipStack,
int port) |
NioWebSocketMessageChannel(InetAddress inetAddress,
int port,
SIPTransactionStack sipStack,
NioTcpMessageProcessor nioTcpMessageProcessor) |
NioWebSocketMessageProcessor(InetAddress ipAddress,
SIPTransactionStack sipStack,
int port) |
SIPClientTransactionImpl(SIPTransactionStack newSIPStack,
MessageChannel newChannelToUse)
Creates a new client transaction.
|
SIPServerTransactionImpl(SIPTransactionStack sipStack,
MessageChannel newChannelToUse)
Creates a new server transaction.
|
SIPTransactionImpl(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.
|
Modifier and Type | Method and Description |
---|---|
SIPTransactionStack |
SCTPMessageProcessor.getSIPStack() |
Copyright © 2015. All Rights Reserved.