57585960616263
} this.allocator = allocator; } public BasicAsyncRequestConsumer() { this(new HeapByteBufferAllocator()); }
63646566676869
this.handler = handler; this.params = params; } protected ByteBufferAllocator createByteBufferAllocator() { return new HeapByteBufferAllocator(); }
88899091929394
final HttpParams params) { this(handler, sslcontext, null, params); } protected ByteBufferAllocator createByteBufferAllocator() { return new HeapByteBufferAllocator(); }
71727374757677
public SessionOutputBufferImpl( int buffersize, int linebuffersize, final HttpParams params) { this(buffersize, linebuffersize, new HeapByteBufferAllocator(), params); }
84858687888990
final HttpProcessor httpProcessor, final HttpRequestExecutionHandler execHandler, final ConnectionReuseStrategy connStrategy, final HttpParams params) { this(httpProcessor, execHandler, connStrategy, new HeapByteBufferAllocator(), params); }
949596979899100
final HttpProcessor httpProcessor, final HttpResponseFactory responseFactory, final ConnectionReuseStrategy connStrategy, final HttpParams params) { this(httpProcessor, responseFactory, connStrategy, new HeapByteBufferAllocator(), params); }
69707172737475
public SessionInputBufferImpl( int buffersize, int linebuffersize, final HttpParams params) { this(buffersize, linebuffersize, new HeapByteBufferAllocator(), params); }