See: Description
Interface | Description |
---|---|
ClientTransactionExt | |
DialogExt |
Extensions for Next specification revision.
|
ListeningPointExt | |
LogRecord |
The interface for a log record.
|
LogRecordFactory |
The stack calls the message log factory to create logging records.
|
MDCTask |
This interface allows to provide more MDC vars in addition to the affinity
object.
|
ServerTransactionExt | |
SIPConstants |
Default constants for SIP.
|
SipListenerExt |
This interface extends the
SipListener interface and adds the following events to it :
DialogTimeoutEvent - these are timeout notifications emitted as events by the
SipProvider. |
SipProviderExt |
Extensions to SipProvider under consideration for Version 2.0.
|
SipStackExt |
SIP Stack extensions to be added to the next spec revision.
|
ThreadAffinityIdentifier |
All tasks that requires to be under ConcurrenyControlMode have to extend
this interface so they can be assigned to proper thread.
|
ThreadAffinityTask |
All tasks that requires to be under ConcurrenyControlMode have to extend
this interface so they can be assigned to proper thread.
|
TlsSecurityPolicy |
An implementation of this interface can be registered with the sip stack using the
configuration property android.gov.nist.javax.sip.TLS_SECURITY_POLICY
|
TransactionExt | |
UtilsExt |
Class | Description |
---|---|
DefaultAddressResolver |
This is the default implementation of the AddressResolver.
|
DialogTimeoutEvent |
DialogAckTimeoutEvent is delivered to the Listener when the
dialog does not receive or send an ACK.
|
EventScanner |
Event Scanner to deliver events to the Listener.
|
EventWrapper | |
IOExceptionEventExt |
Created: 09.09.11 15:16
|
ListeningPointImpl |
Implementation of the ListeningPoint interface
|
MDCScheduledTHExecutor | |
MergedSystemProperties | |
RequestEventExt |
Extension of the RequestEvent.
|
ResponseEventExt |
Extension for ResponseEvent.
|
SipProviderImpl |
Implementation of the JAIN-SIP provider interface.
|
SipStackImpl |
Implementation of SipStack.
|
ThreadAffinityExecutor | |
Utils |
A few utilities that are used in various places by the stack.
|
Enum | Description |
---|---|
DialogTimeoutEvent.Reason | |
IOExceptionEventExt.Reason | |
ReleaseReferencesStrategy |
This Enum defines the multiple strategies the stack can use to clean
more or less aggressively the references in order to win both memory
and CPU cycles.
|
The RI contains several additional Features that are not required by the JAIN-SIP spec and that can be enabled by RI-specific properties that are specified when the SipStack is created. The purpose of these additional properties is to enable the following:
The interfaces that are suffixed with Ext in this package will not be altered and will be included in the next specification revision. These are provided here for those who wish to use these extensions and do not want to wait until the next spec revision becomes available.
Copyright © 2018. All Rights Reserved.