Package | Description |
---|---|
org.apache.http.impl.io |
Default implementations of message parses and writers
for synchronous, blocking communication.
|
org.apache.http.util |
Core utility classes.
|
Modifier and Type | Field and Description |
---|---|
private ByteArrayBuffer |
SessionOutputBufferImpl.buffer |
private ByteArrayBuffer |
AbstractSessionOutputBuffer.buffer
Deprecated.
|
private ByteArrayBuffer |
SessionInputBufferImpl.linebuffer |
private ByteArrayBuffer |
AbstractSessionInputBuffer.linebuffer
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CharArrayBuffer.append(ByteArrayBuffer b,
int off,
int len)
Appends
len bytes to this buffer from the given source
array starting at index off . |