Package | Description |
---|---|
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.
|
gov.nist.javax.sip.header.ims |
NIST-SIP Specific support for IMS headers contributed by Jose Miguel
Freitas (Aveiro University, Portugal) and Alexandre Miguel Silva
Santos (PT Inovacau, Portugal).
|
javax.sip.header |
This package contains all the headers interfaces supported by this specification. |
Modifier and Type | Class and Description |
---|---|
class |
Authorization
Authorization SIP header.
|
class |
ProxyAuthorization
ProxyAuthorization Header.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationHeader |
HeaderFactoryImpl.createAuthorizationHeader(String scheme)
Creates a new AuthorizationHeader based on the newly supplied
scheme value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthorizationHeaderIms
Extension to Authorization header (3GPP TS 24299-5d0)
This extension defines a new auth-param for the Authorization header used
in REGISTER requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProxyAuthorizationHeader
The Proxy-Authorization header field allows the client to identify
itself (or its user) to a proxy that requires authentication.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationHeader |
HeaderFactory.createAuthorizationHeader(String scheme)
Creates a new AuthorizationHeader based on the newly supplied
scheme value.
|
Copyright © 2018. All Rights Reserved.