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 | |
android.gov.nist.javax.sip.stack.timers |
Class and Description |
---|
MessageProcessor
This is the Stack abstraction for the active object that waits for messages
to appear on the wire and processes these messages by calling the
MessageFactory interface to create a ServerRequest or ServerResponse object.
|
SIPClientTransaction |
SIPDialogErrorEvent
An event that indicates that a dialog has encountered an error.
|
SIPTransaction |
SIPTransactionErrorEvent
An event that indicates that a transaction has encountered an error.
|
SIPTransactionStack
This is the sip stack.
|
Class and Description |
---|
SIPTransactionStack
This is the sip stack.
|
Class and Description |
---|
BlockingQueueDispatchAuditor |
SIPTransactionStack
This is the sip stack.
|
Class and Description |
---|
AckSendingStrategy
Implement this and set it in a SIPDialog to override the sending of an ack message
|
ByteBufferFactory
Contributed by Alexander Saveliev, Avistar Communications for Issue http://java.net/jira/browse/JSIP-430
Allows to choose between direct vs non direct buffers
|
CallAnalyzer.MetricAnalysisConfiguration
This is the configuration for the analysis task.
|
CallAnalyzer.MetricReference
This is just a name for certain statistic item.
|
CallAnalyzer.StackTrace |
CallAnalyzer.TImeMetricInfo |
ClientAuthType |
ConnectionOrientedMessageChannel |
ConnectionOrientedMessageProcessor |
DatagramQueuedMessageDispatch |
DefaultRouter
This is the default router.
|
HandshakeCompletedListenerImpl |
IllegalTransactionStateException.Reason |
IOHandler
Low level Input output to a socket.
|
MessageChannel
Message channel abstraction for the SIP stack.
|
MessageProcessor
This is the Stack abstraction for the active object that waits for messages
to appear on the wire and processes these messages by calling the
MessageFactory interface to create a ServerRequest or ServerResponse object.
|
MessageProcessorFactory
Factory used to create message processor instances on behalf of the stack
which are created when a new Listening point is created.
|
MultiPipelineExecutor |
NIOHandler
Low level Input output to a socket.
|
NIOMode |
NioTcpMessageChannel |
NioTcpMessageProcessor
NIO implementation for TCP.
|
NioTcpMessageProcessor.ChangeRequest |
NioTcpMessageProcessor.PendingData |
NioTlsChannelInterface
Common interface for TLS channels.
|
NioTlsMessageChannel |
NioWebSocketMessageChannel |
NioWebSocketMessageProcessor |
RawMessageChannel |
ServerRequestInterface
An interface for a genereic message processor for SIP Request messages.
|
ServerResponseInterface
An interface for a genereic message processor for SIP Response messages.
|
SIPClientTransaction |
SIPDialog
Tracks dialogs.
|
SIPDialogErrorEvent
An event that indicates that a dialog has encountered an error.
|
SIPDialogEventListener
Interface implemented by classes that want to be notified of asynchronous
dialog events.
|
SIPEventInterceptor
This interface is the solution for https://jain-sip.dev.java.net/issues/show_bug.cgi?id=337
It allows to wrap the JSIP pipeline and execute custom analysis logic as SIP messages advance
through the pipeline checkpoints.
|
SIPMessageValve
This interface has callbacks that are notified for every SIP message arriving at the container.
|
SIPServerTransaction |
SIPStackTimerTask
A subclass of TimerTask which runs TimerTask code within a try/catch block to
avoid killing the SIPTransactionStack timer thread.
|
SIPTransaction |
SIPTransactionErrorEvent
An event that indicates that a transaction has encountered an error.
|
SIPTransactionEventListener
Interface implemented by classes that want to be notified of asynchronous
transacion events.
|
SIPTransactionImpl
Abstract class to support both client and server transactions.
|
SIPTransactionStack
This is the sip stack.
|
SocketTimeoutAuditor |
SSLStateMachine.MessageSendCallback |
SSLStateMachine.MessageSendItem
Each time we send a SIP message it will be associated with the originating channel.send() method
which keep additional information about the transport in its context.
|
StackMessageFactory
An interface for generating new requests and responses.
|
TCPMessageProcessor
Sit in a loop waiting for incoming tcp connections and start a new thread to handle each new
connection.
|
TLSMessageChannel
This is sipStack for TLS connections.
|
TLSMessageProcessor
Sit in a loop waiting for incoming tls connections and start a new thread to handle each new
connection.
|
UDPMessageProcessor
Sit in a loop and handle incoming udp datagram messages.
|
Class and Description |
---|
MessageChannel
Message channel abstraction for the SIP stack.
|
MessageProcessor
This is the Stack abstraction for the active object that waits for messages
to appear on the wire and processes these messages by calling the
MessageFactory interface to create a ServerRequest or ServerResponse object.
|
SIPTransactionStack
This is the sip stack.
|
Class and Description |
---|
SIPStackTimerTask
A subclass of TimerTask which runs TimerTask code within a try/catch block to
avoid killing the SIPTransactionStack timer thread.
|
Copyright © 2018. All Rights Reserved.