Package | Description |
---|---|
examples.nistgoodies.leakaudit | |
examples.nistgoodies.messagevalve | |
examples.nistgoodies.pluggablelogger | |
examples.redirect | |
examples.tls | |
gov.nist.core |
Contains core classes that the rest of the implementation depends upon.
|
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.
|
javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
test.tck.msgflow | |
test.tck.msgflow.callflows | |
test.unit.gov.nist.javax.sip.stack | |
test.unit.gov.nist.javax.sip.stack.nonblocking | |
test.unit.gov.nist.javax.sip.stack.tls |
Modifier and Type | Field and Description |
---|---|
protected static SipStack |
LeakAudit.sipStack |
Modifier and Type | Method and Description |
---|---|
void |
SipMessageValve.init(SipStack stack) |
Modifier and Type | Method and Description |
---|---|
void |
ServerLoggerImpl.setSipStack(SipStack sipStack) |
Modifier and Type | Field and Description |
---|---|
SipStack |
ProtocolObjects.sipStack |
Modifier and Type | Field and Description |
---|---|
protected SipStack |
MyRouter.myStack |
Constructor and Description |
---|
MyRouter(SipStack sipStack,
String nextHop) |
Modifier and Type | Method and Description |
---|---|
void |
ServerLogger.setSipStack(SipStack sipStack) |
Modifier and Type | Interface and Description |
---|---|
interface |
SipStackExt
SIP Stack extensions to be added to the next spec revision.
|
Modifier and Type | Class and Description |
---|---|
class |
SipStackImpl
Implementation of SipStack.
|
Modifier and Type | Method and Description |
---|---|
SipStack |
SipProviderImpl.getSipStack() |
Constructor and Description |
---|
ListeningPointImpl(SipStack sipStack,
int port,
String transport)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
SIPEventInterceptor.init(SipStack stack)
This method is called when the interceptor is initialized.
|
void |
SIPMessageValve.init(SipStack stack)
This method is called when the valve is initialized.
|
void |
CongestionControlMessageValve.init(SipStack stack) |
void |
CallAnalysisInterceptor.init(SipStack stack) |
void |
ServerLog.setSipStack(SipStack sipStack) |
Constructor and Description |
---|
DefaultRouter(SipStack sipStack,
String defaultRoute)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SipStack |
SipFactory.createSipStack(Properties properties)
Creates an instance of a SipStack implementation based on the
configuration properties object passed to this method.
|
SipStack |
SipProvider.getSipStack()
Returns the SipStack that created this SipProvider.
|
Modifier and Type | Field and Description |
---|---|
protected SipStack |
MessageFlowHarness.riSipStack |
protected SipStack |
MessageFlowHarness.tiSipStack |
Modifier and Type | Field and Description |
---|---|
SipStack |
ProtocolObjects.sipStack |
Constructor and Description |
---|
NonSipUriRouter(SipStack sipStack,
String outboundProxy) |
Modifier and Type | Field and Description |
---|---|
protected SipStack |
NIOIdleTimeoutTest.Server.sipStack |
protected SipStack |
NIOParsingTest.Server.sipStack |
SipStack |
ReInviteInfoAckOverlapTest.ProtocolObjects.sipStack |
SipStack |
NoToTagOn1xxDialogLeakTest.Shootme.sipStack |
SipStack |
NoToTagOn1xxDialogLeakTest.Shootist.sipStack |
protected SipStack |
NoAutoDialogTest.Server.sipStack |
SipStack |
AddconcurrentProviderTest.sipStack |
SipStack |
ReInviteBusyTest.ProtocolObjects.sipStack |
protected SipStack |
MultipleContactsTest.Server.sipStack |
protected SipStack |
ViaRPortTest.Server.sipStack |
Modifier and Type | Method and Description |
---|---|
void |
SIPMessageValveImpl.init(SipStack stack) |
static void |
NoToTagOn1xxDialogLeakTest.stopSipStack(SipStack sipStack,
SipListener listener) |
Modifier and Type | Field and Description |
---|---|
protected SipStack |
NonBlockingTest.Server.sipStack |
Modifier and Type | Field and Description |
---|---|
protected SipStack |
MyRouter.myStack |
Constructor and Description |
---|
MyRouter(SipStack sipStack,
String nextHop) |
Copyright © 2018. All Rights Reserved.