|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormattedHeader
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.
Method Summary | |
---|---|
CharArrayBuffer |
getBuffer()
Obtains the buffer with the formatted header. |
int |
getValuePos()
Obtains the start of the header value in the buffer . |
Methods inherited from interface org.apache.http.Header |
---|
getElements, getName, getValue |
Method Detail |
---|
CharArrayBuffer getBuffer()
int getValuePos()
buffer
.
By accessing the value in the buffer, creation of a temporary string
can be avoided.
getBuffer
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |