|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SipStack | |
---|---|
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.tls |
Uses of SipStack in examples.nistgoodies.leakaudit |
---|
Fields in examples.nistgoodies.leakaudit declared as SipStack | |
---|---|
protected static SipStack |
LeakAudit.sipStack
|
Uses of SipStack in examples.nistgoodies.messagevalve |
---|
Methods in examples.nistgoodies.messagevalve with parameters of type SipStack | |
---|---|
void |
SipMessageValve.init(SipStack stack)
|
Uses of SipStack in examples.nistgoodies.pluggablelogger |
---|
Methods in examples.nistgoodies.pluggablelogger with parameters of type SipStack | |
---|---|
void |
ServerLoggerImpl.setSipStack(SipStack sipStack)
|
Uses of SipStack in examples.redirect |
---|
Fields in examples.redirect declared as SipStack | |
---|---|
SipStack |
ProtocolObjects.sipStack
|
Uses of SipStack in examples.tls |
---|
Fields in examples.tls declared as SipStack | |
---|---|
protected SipStack |
MyRouter.myStack
|
Constructors in examples.tls with parameters of type SipStack | |
---|---|
MyRouter(SipStack sipStack,
String nextHop)
|
Uses of SipStack in gov.nist.core |
---|
Methods in gov.nist.core with parameters of type SipStack | |
---|---|
void |
ServerLogger.setSipStack(SipStack sipStack)
|
Uses of SipStack in gov.nist.javax.sip |
---|
Subinterfaces of SipStack in gov.nist.javax.sip | |
---|---|
interface |
SipStackExt
SIP Stack extensions to be added to the next spec revision. |
Classes in gov.nist.javax.sip that implement SipStack | |
---|---|
class |
SipStackImpl
Implementation of SipStack. |
Methods in gov.nist.javax.sip that return SipStack | |
---|---|
SipStack |
SipProviderImpl.getSipStack()
|
Constructors in gov.nist.javax.sip with parameters of type SipStack | |
---|---|
ListeningPointImpl(SipStack sipStack,
int port,
String transport)
Constructor |
Uses of SipStack in gov.nist.javax.sip.stack |
---|
Methods in gov.nist.javax.sip.stack with parameters of type SipStack | |
---|---|
void |
SIPMessageValve.init(SipStack stack)
This method is called when the valve is initialized. |
void |
SIPEventInterceptor.init(SipStack stack)
This method is called when the interceptor is initialized. |
void |
CongestionControlMessageValve.init(SipStack stack)
|
void |
CallAnalysisInterceptor.init(SipStack stack)
|
void |
ServerLog.setSipStack(SipStack sipStack)
|
Constructors in gov.nist.javax.sip.stack with parameters of type SipStack | |
---|---|
DefaultRouter(SipStack sipStack,
String defaultRoute)
Constructor. |
Uses of SipStack in javax.sip |
---|
Methods in javax.sip that return SipStack | |
---|---|
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. |
Uses of SipStack in test.tck.msgflow |
---|
Fields in test.tck.msgflow declared as SipStack | |
---|---|
protected SipStack |
MessageFlowHarness.riSipStack
|
protected SipStack |
MessageFlowHarness.tiSipStack
|
Uses of SipStack in test.tck.msgflow.callflows |
---|
Fields in test.tck.msgflow.callflows declared as SipStack | |
---|---|
SipStack |
ProtocolObjects.sipStack
|
Constructors in test.tck.msgflow.callflows with parameters of type SipStack | |
---|---|
NonSipUriRouter(SipStack sipStack,
String outboundProxy)
|
Uses of SipStack in test.unit.gov.nist.javax.sip.stack |
---|
Fields in test.unit.gov.nist.javax.sip.stack declared as SipStack | |
---|---|
protected SipStack |
ViaRPortTest.Server.sipStack
|
SipStack |
ReInviteBusyTest.ProtocolObjects.sipStack
|
protected SipStack |
NoAutoDialogTest.Server.sipStack
|
protected SipStack |
MultipleContactsTest.Server.sipStack
|
SipStack |
NoToTagOn1xxDialogLeakTest.Shootme.sipStack
|
SipStack |
NoToTagOn1xxDialogLeakTest.Shootist.sipStack
|
Methods in test.unit.gov.nist.javax.sip.stack with parameters of type SipStack | |
---|---|
void |
SIPMessageValveImpl.init(SipStack stack)
|
static void |
NoToTagOn1xxDialogLeakTest.stopSipStack(SipStack sipStack,
SipListener listener)
|
Uses of SipStack in test.unit.gov.nist.javax.sip.stack.tls |
---|
Fields in test.unit.gov.nist.javax.sip.stack.tls declared as SipStack | |
---|---|
protected SipStack |
MyRouter.myStack
|
Constructors in test.unit.gov.nist.javax.sip.stack.tls with parameters of type SipStack | |
---|---|
MyRouter(SipStack sipStack,
String nextHop)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |