Class SocketOutputBuffer

    • Constructor Detail

      • SocketOutputBuffer

        public SocketOutputBuffer​(java.net.Socket socket,
                                  int buffersize,
                                  HttpParams params)
                           throws java.io.IOException
        Deprecated.
        Creates an instance of this class.
        Parameters:
        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.
        Throws:
        java.io.IOException