|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorizationHeader | |
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 AuthorizationHeader in gov.nist.javax.sip.header |
Classes in gov.nist.javax.sip.header that implement AuthorizationHeader | |
class |
Authorization
Authorization SIP header. |
class |
ProxyAuthorization
ProxyAuthorization Header. |
Methods in gov.nist.javax.sip.header that return AuthorizationHeader | |
AuthorizationHeader |
HeaderFactoryImpl.createAuthorizationHeader(String scheme)
Creates a new AuthorizationHeader based on the newly supplied scheme value. |
Uses of AuthorizationHeader in javax.sip.header |
Subinterfaces of AuthorizationHeader in javax.sip.header | |
interface |
ProxyAuthorizationHeader
The Proxy-Authorization header field allows the client to identify itself (or its user) to a proxy that requires authentication. |
Methods in javax.sip.header that return AuthorizationHeader | |
AuthorizationHeader |
HeaderFactory.createAuthorizationHeader(String scheme)
Creates a new AuthorizationHeader based on the newly supplied scheme value. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |