Package | Description |
---|---|
examples.redirect | |
gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
gov.nist.javax.sip.clientauthutils |
This package contains a set of utilities for client side Authentication Challenge handling.
|
gov.nist.javax.sip.header |
Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and
an implementation of the JAIN-SIP header factory.
|
javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
performance.b2bua | |
test.tck | |
test.tck.msgflow | |
test.tck.msgflow.callflows | |
test.unit.gov.nist.javax.sip.stack |
Modifier and Type | Field and Description |
---|---|
HeaderFactory |
ProtocolObjects.headerFactory |
Modifier and Type | Method and Description |
---|---|
AuthenticationHelper |
SipStackExt.getAuthenticationHelper(AccountManager accountManager,
HeaderFactory headerFactory)
Get the authentication helper.
|
AuthenticationHelper |
SipStackImpl.getAuthenticationHelper(AccountManager accountManager,
HeaderFactory headerFactory) |
AuthenticationHelper |
SipStackExt.getSecureAuthenticationHelper(SecureAccountManager accountManager,
HeaderFactory headerFactory)
Get the authentication helper.
|
AuthenticationHelper |
SipStackImpl.getSecureAuthenticationHelper(SecureAccountManager accountManager,
HeaderFactory headerFactory) |
Modifier and Type | Method and Description |
---|---|
void |
DigestServerAuthenticationHelper.generateChallenge(HeaderFactory headerFactory,
Response response,
String realm) |
Constructor and Description |
---|
AuthenticationHelperImpl(SIPTransactionStack sipStack,
AccountManager accountManager,
HeaderFactory headerFactory)
Default constructor for the security manager.
|
AuthenticationHelperImpl(SIPTransactionStack sipStack,
SecureAccountManager accountManager,
HeaderFactory headerFactory)
Default constructor for the security manager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HeaderFactoryExt
Header factory extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
HeaderFactoryImpl
Implementation of the JAIN SIP HeaderFactory
|
Modifier and Type | Method and Description |
---|---|
HeaderFactory |
SipFactory.createHeaderFactory()
Creates an instance of the HeaderFactory implementation.
|
Constructor and Description |
---|
TestCall(String localTag,
SipProvider sipProvider,
HeaderFactory headerFactory,
MessageFactory messageFactory) |
Modifier and Type | Field and Description |
---|---|
protected static HeaderFactory |
TestHarness.riHeaderFactory |
protected static HeaderFactory |
TestHarness.tiHeaderFactory |
Modifier and Type | Method and Description |
---|---|
protected void |
MessageFlowHarness.addStatus(HeaderFactory headerFactory,
Request request) |
protected Request |
MessageFlowHarness.createRequest(String method,
AddressFactory addressFactory,
HeaderFactory headerFactory,
MessageFactory messageFactory,
SipProvider srcProvider,
SipProvider dstProvider,
String contentType,
String contentSubType,
Object content)
Creates a SipRequest using the specified factories.
|
Modifier and Type | Field and Description |
---|---|
HeaderFactory |
ProtocolObjects.headerFactory |
Modifier and Type | Field and Description |
---|---|
HeaderFactory |
NIOIdleTimeoutTest.headerFactory |
HeaderFactory |
ReInviteBusyTest.ProtocolObjects.headerFactory |
HeaderFactory |
ReInviteInfoAckOverlapTest.ProtocolObjects.headerFactory |
HeaderFactory |
NIOParsingTest.headerFactory |
HeaderFactory |
ViaRPortTest.headerFactory |
protected HeaderFactory |
NoAutoDialogTest.headerFactory |
HeaderFactory |
MultipleContactsTest.headerFactory |
Copyright © 2017. All Rights Reserved.