SessionOutputBufferImpl@NotThreadSafe @Deprecated public class SocketOutputBuffer extends AbstractSessionOutputBuffer
SessionOutputBuffer implementation
bound to a Socket.| Constructor and Description |
|---|
SocketOutputBuffer(java.net.Socket socket,
int buffersize,
HttpParams params)
Deprecated.
Creates an instance of this class.
|
available, capacity, createTransportMetrics, flush, flushBuffer, getMetrics, init, length, write, write, write, writeLine, writeLinepublic SocketOutputBuffer(java.net.Socket socket,
int buffersize,
HttpParams params)
throws java.io.IOException
socket - the socket to write data to.buffersize - the size of the internal buffer. If this number is less
than 0 it is set to the value of
Socket.getSendBufferSize(). If resultant number is less
than 1024 it is set to 1024.params - HTTP parameters.java.io.IOException