JSIP API v1.2
November 2006

javax.sip.header
Interface ContentEncodingHeader

All Superinterfaces:
java.lang.Cloneable, Encoding, Header, java.io.Serializable

public interface ContentEncodingHeader
extends Encoding, Header

A ContentEncodingHeader is used as a modifier to the "media-type". When present, its value indicates what additional content codings have been applied to the entity-body, and thus what decoding mechanisms must be applied in order to obtain the media-type referenced by the ContentTypeHeader. The ContentEncodingHeader is primarily used to allow a body to be compressed without losing the identity of its underlying media type.

If multiple encodings have been applied to an entity, the ContentEncodings must be listed in the order in which they were applied. All content-coding values are case-insensitive. Clients MAY apply content encodings to the body in requests. A server MAY apply content encodings to the bodies in responses. The server MUST only use encodings listed in the Accept-Encoding header field in the request. If the server is not capable of decoding the body, or does not recognize any of the content-coding values, it must send a UNSUPPORTED_MEDIA_TYPE Response, listing acceptable encodings in an AcceptEncodingHeader.

Author:
BEA Systems, NIST
See Also:
ContentDispositionHeader, ContentLengthHeader, ContentTypeHeader, ContentLanguageHeader

Field Summary
static java.lang.String NAME
          Name of ContentEncodingHeader
 
Method Summary
 
Methods inherited from interface javax.sip.header.Encoding
getEncoding, setEncoding
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, hashCode, toString
 

Field Detail

NAME

static final java.lang.String NAME
Name of ContentEncodingHeader

See Also:
Constant Field Values

JSIP API v1.2
November 2006

If you have any comments, please mail them to JAIN-SIP-INTEREST@java.sun.com after subscribing at http://archives.java.sun.com
Copyright - 2006 BEA Systems and Sun Microsystems