|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeaderFactory | |
---|---|
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. |
Uses of HeaderFactory in gov.nist.javax.sip |
---|
Methods in gov.nist.javax.sip with parameters of type HeaderFactory | |
---|---|
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)
|
Uses of HeaderFactory in gov.nist.javax.sip.clientauthutils |
---|
Constructors in gov.nist.javax.sip.clientauthutils with parameters of type HeaderFactory | |
---|---|
AuthenticationHelperImpl(SipStackImpl sipStack,
AccountManager accountManager,
HeaderFactory headerFactory)
Default constructor for the security manager. |
|
AuthenticationHelperImpl(SipStackImpl sipStack,
SecureAccountManager accountManager,
HeaderFactory headerFactory)
Default constructor for the security manager. |
Uses of HeaderFactory in gov.nist.javax.sip.header |
---|
Subinterfaces of HeaderFactory in gov.nist.javax.sip.header | |
---|---|
interface |
HeaderFactoryExt
Header factory extensions. |
Classes in gov.nist.javax.sip.header that implement HeaderFactory | |
---|---|
class |
HeaderFactoryImpl
Implementation of the JAIN SIP HeaderFactory |
Uses of HeaderFactory in javax.sip |
---|
Methods in javax.sip that return HeaderFactory | |
---|---|
HeaderFactory |
SipFactory.createHeaderFactory()
Creates an instance of the HeaderFactory implementation. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |