All Known Implementing Classes:
AbstractSessionOutputBuffer, SocketOutputBuffer
Implementing classes are also expected to manage intermediate data buffering for optimal output performance.
$
- Revision: 744527 $4.0
- Method from org.apache.http.io.SessionOutputBuffer Summary: |
---|
flush, getMetrics, write, write, write, writeLine, writeLine |
Method from org.apache.http.io.SessionOutputBuffer Detail: |
---|
flush is
that calling it is an indication that, if any bytes previously
written have been buffered by the implementation of the output
stream, such bytes should immediately be written to their
intended destination. |
|
b.length bytes from the specified byte array
to this session buffer. |
|
len bytes from the specified byte array
starting at offset off to this session buffer.
If |
The choice of a char encoding and line delimiter sequence is up to the specific implementations of this interface. |
The choice of a char encoding and line delimiter sequence is up to the specific implementations of this interface. |