FileDocCategorySizeDatePackage
FormattedHeader.javaAPI DocAndroid 1.5 API2402Wed May 06 22:41:10 BST 2009org.apache.http

FormattedHeader

public interface FormattedHeader implements Header
An HTTP header which is already formatted. For example when headers are received, the original formatting can be preserved. This allows for the header to be sent without another formatting step.
version
$Revision: 569781 $

Fields Summary
Constructors Summary
Methods Summary
public org.apache.http.util.CharArrayBuffergetBuffer()
Obtains the buffer with the formatted header. The returned buffer MUST NOT be modified.

return
the formatted header, in a buffer that must not be modified

public intgetValuePos()
Obtains the start of the header value in the {@link #getBuffer buffer}. By accessing the value in the buffer, creation of a temporary string can be avoided.

return
index of the first character of the header value in the buffer returned by {@link #getBuffer getBuffer}.