|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WWWAuthenticateHeader | |
gov.nist.javax.sip.header | Contains implementations of the SIP headers as defined in JAIN-SIP 1.1 and an implementation of the JAIN-SIP header factory. |
javax.sip.header | This package contains all the headers interfaces supported by this specification. |
Uses of WWWAuthenticateHeader in gov.nist.javax.sip.header |
Classes in gov.nist.javax.sip.header that implement WWWAuthenticateHeader | |
class |
ProxyAuthenticate
Proxy Authenticate SIP (HTTP ) header. |
class |
WWWAuthenticate
The WWWAuthenticate SIP header. |
Methods in gov.nist.javax.sip.header that return WWWAuthenticateHeader | |
WWWAuthenticateHeader |
HeaderFactoryImpl.createWWWAuthenticateHeader(String scheme)
Creates a new WWWAuthenticateHeader based on the newly supplied scheme value. |
Uses of WWWAuthenticateHeader in javax.sip.header |
Subinterfaces of WWWAuthenticateHeader in javax.sip.header | |
interface |
ProxyAuthenticateHeader
A Proxy-Authenticate header field value contains an authentication challenge. |
Methods in javax.sip.header that return WWWAuthenticateHeader | |
WWWAuthenticateHeader |
HeaderFactory.createWWWAuthenticateHeader(String scheme)
Creates a new WWWAuthenticateHeader based on the newly supplied scheme value. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |