|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HeaderValue
Method Summary | |
---|---|
void |
addBytes(byte[] value,
int off,
int len)
Add these bytes to the header raw value. |
void |
appendValue(org.w3c.www.http.HttpBuffer buf)
Append this header byte value to the given buffer. |
void |
emit(java.io.OutputStream out)
Emit this header value to the given output stream. |
java.lang.Object |
getValue()
Get this header parsed value, in its native type. |
void |
setBytes(byte[] value,
int off,
int len)
Reset the header byte value to the given byte array. |
java.lang.String |
toExternalForm()
Return the HTTP encoding for this header value. |
Method Detail |
---|
void emit(java.io.OutputStream out) throws java.io.IOException
out
- The output stream to emit this value to.
java.io.IOException
- If some IO error occurs while emiting the value.void addBytes(byte[] value, int off, int len)
value
- The raw header value as a byte array.off
- The beginning of the raw value in the above byte buffer.len
- The length of the raw value in the above byte buffer.void setBytes(byte[] value, int off, int len)
value
- The raw header value as a byte array.off
- The beginning of the raw value in the above byte buffer.len
- The length of the raw value in the above byte buffer.java.lang.Object getValue()
java.lang.String toExternalForm()
void appendValue(org.w3c.www.http.HttpBuffer buf)
buf
- The buffer to append the byte value to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |