Package | Description |
---|---|
gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
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 |
Modifier and Type | Field and Description |
---|---|
protected MessageProcessor |
ListeningPointImpl.messageProcessor
Pointer to the imbedded mesage processor.
|
Modifier and Type | Method and Description |
---|---|
MessageProcessor |
ListeningPointImpl.getMessageProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionOrientedMessageProcessor |
class |
NioTcpMessageProcessor
NIO implementation for TCP.
|
class |
NioTlsMessageProcessor |
class |
NioTlsWebSocketMessageProcessor |
class |
NioWebSocketMessageProcessor |
class |
TCPMessageProcessor
Sit in a loop waiting for incoming tcp connections and start a new thread to handle each new
connection.
|
class |
TLSMessageProcessor
Sit in a loop waiting for incoming tls connections and start a new thread to handle each new
connection.
|
class |
UDPMessageProcessor
Sit in a loop and handle incoming udp datagram messages.
|
Modifier and Type | Field and Description |
---|---|
protected MessageProcessor |
MessageChannel.messageProcessor
Message processor to whom I belong (if set).
|
Modifier and Type | Method and Description |
---|---|
protected MessageProcessor |
SIPTransactionStack.createMessageProcessor(InetAddress ipAddress,
int port,
String transport)
Creates the equivalent of a JAIN listening point and attaches to the
stack.
|
MessageProcessor |
MessageProcessorFactory.createMessageProcessor(SIPTransactionStack sipStack,
InetAddress ipAddress,
int port,
String transport) |
MessageProcessor |
OIOMessageProcessorFactory.createMessageProcessor(SIPTransactionStack sipStack,
InetAddress ipAddress,
int port,
String transport) |
MessageProcessor |
NioMessageProcessorFactory.createMessageProcessor(SIPTransactionStack sipStack,
InetAddress ipAddress,
int port,
String transport) |
MessageProcessor |
SIPTransaction.getMessageProcessor() |
MessageProcessor |
SIPTransactionImpl.getMessageProcessor() |
MessageProcessor |
MessageChannel.getMessageProcessor()
Get the message processor.
|
protected MessageProcessor[] |
SIPTransactionStack.getMessageProcessors()
Gets an array of running MessageProcessors on this SIPStack.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SIPTransactionStack.addMessageProcessor(MessageProcessor newMessageProcessor)
Adds a new MessageProcessor to the list of running processors for this
SIPStack and starts it.
|
MessageChannel |
SIPTransactionStack.createMessageChannel(SIPRequest request,
MessageProcessor mp,
Hop nextHop)
Creates a client transaction to handle a new request.
|
protected void |
SIPTransactionStack.removeMessageProcessor(MessageProcessor oldMessageProcessor)
Removes a MessageProcessor from this SIPStack.
|
Modifier and Type | Class and Description |
---|---|
class |
SCTPMessageProcessor
SCTP Message Processor
|
Copyright © 2015. All Rights Reserved.