JAIN-SIP 2.0 API

Uses of Interface
javax.sip.header.AuthorizationHeader

Packages that use AuthorizationHeader
javax.sip.header

This package contains all the headers interfaces supported by this specification. 

javax.sip.header.ims This package includes files that are relevant to the IP Multimedia System ( IMS ) 3GPP project. 
 

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.
 

Uses of AuthorizationHeader in javax.sip.header.ims
 

Subinterfaces of AuthorizationHeader in javax.sip.header.ims
 interface AuthorizationHeaderIms
          Extension to Authorization header (3GPP TS 24299-5d0).
 


JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.