Uses of Interface
javax.sip.header.Parameters

Packages that use Parameters
javax.sip.address This package contains interfaces that represent the Addressing components of the SIP protocol. 
javax.sip.header

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

 

Uses of Parameters in javax.sip.address
 

Subinterfaces of Parameters in javax.sip.address
 interface SipURI
          This class represents SIP URIs, that may have either a sip: or sips: scheme.
 interface TelURL
          This class represents Tel URLs, which are used for addressing.
 

Uses of Parameters in javax.sip.header
 

Subinterfaces of Parameters in javax.sip.header
 interface AcceptEncodingHeader
          This interface represents the Accept-Encoding request-header.
 interface AcceptHeader
          This interface represents an Accept request-header.
 interface AcceptLanguageHeader
          The Accept-Language header field is used in requests to indicate the preferred languages for reason phrases, session descriptions, or status responses carried as message bodies in the response.
 interface AlertInfoHeader
          When present in an INVITE request, the Alert-Info header field specifies an alternative ring tone to the UAS.
 interface AuthenticationInfoHeader
          The Authentication-Info header field provides for mutual authentication with HTTP Digest.
 interface AuthorizationHeader
          The Authorization header is used when a user agent wishes to authenticate itself with a server - usually, but not necessarily, after receiving an UNAUTHORIZED Response - by including an AuthorizationHeader with the Request.
 interface CallInfoHeader
          The Call-Info header field provides additional information about the caller or callee, depending on whether it is found in a request or response.
 interface ContactHeader
          A Contact header field value provides a URI whose meaning depends on the type of request or response it is in.
 interface ContentDispositionHeader
          The Content-Disposition header field describes how the message body or, for multipart messages, a message body part is to be interpreted by the UAC or UAS.
 interface ContentTypeHeader
          The Content-Type header field indicates the media type of the message-body sent to the recipient.
 interface ErrorInfoHeader
          The Error-Info header field provides a pointer to additional information about the error status response.
 interface EventHeader
          This interface represents the Event SIP header, as defined by RFC3265, this header is not part of RFC3261.
 interface FromHeader
          The From header field indicates the logical identity of the initiator of the request, possibly the user's address-of-record.
 interface ProxyAuthenticateHeader
          A Proxy-Authenticate header field value contains an authentication challenge.
 interface ProxyAuthorizationHeader
          The Proxy-Authorization header field allows the client to identify itself (or its user) to a proxy that requires authentication.
 interface ReasonHeader
          This interface represents the Reason header, as defined by RFC3326, this header is not part of RFC3261.
 interface RecordRouteHeader
          The Record-Route header field is inserted by proxies in a request to force future requests in the dialog to be routed through the proxy.
 interface ReferToHeader
          This interface represents the ReferTo SIP header, as defined by RFC3515, this header is not part of RFC3261.
 interface ReplyToHeader
          The Reply-To header field contains a logical return URI that may be different from the From header field.
 interface RetryAfterHeader
          The Retry-After header field identifies the time to retry the request after recipt of the response.
 interface RouteHeader
          The Route header field is used to force routing for a request through the listed set of proxies.
 interface SubscriptionStateHeader
          This interface represents the Subscription State header, as defined by RFC3265, this header is not part of RFC3261.
 interface ToHeader
          The To header field first and foremost specifies the desired "logical" recipient of the request, or the address-of-record of the user or resource that is the target of this request.
 interface ViaHeader
          The Via header field indicates the transport used for the transaction and identifies the location where the response is to be sent.
 interface WWWAuthenticateHeader
          This interface represents the WWW-Authenticate response-header.
 



Copyright © 2012. All Rights Reserved.