Uses of Interface
org.apache.http.nio.util.ByteBufferAllocator

Packages that use ByteBufferAllocator
org.apache.http.impl.nio   
org.apache.http.impl.nio.reactor NIO based implementations of HttpCore interfaces. 
org.apache.http.nio.protocol   
org.apache.http.nio.util   
 

Uses of ByteBufferAllocator in org.apache.http.impl.nio
 

Constructors in org.apache.http.impl.nio with parameters of type ByteBufferAllocator
DefaultClientIOEventDispatch(NHttpClientHandler handler, ByteBufferAllocator allocator, HttpParams params)
           
DefaultNHttpClientConnection(IOSession session, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
           
DefaultNHttpServerConnection(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
           
DefaultServerIOEventDispatch(NHttpServiceHandler handler, ByteBufferAllocator allocator, HttpParams params)
           
NHttpConnectionBase(IOSession session, ByteBufferAllocator allocator, HttpParams params)
           
 

Uses of ByteBufferAllocator in org.apache.http.impl.nio.reactor
 

Constructors in org.apache.http.impl.nio.reactor with parameters of type ByteBufferAllocator
SessionInputBuffer(int buffersize, int linebuffersize, ByteBufferAllocator allocator)
           
SessionOutputBuffer(int buffersize, int linebuffersize, ByteBufferAllocator allocator)
           
SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslcontext, SSLIOSessionHandler sslHandler, ByteBufferAllocator allocator, HttpParams params)
           
SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.SSLContext sslcontext, SSLIOSessionHandler sslHandler, ByteBufferAllocator allocator, HttpParams params)
           
 

Uses of ByteBufferAllocator in org.apache.http.nio.protocol
 

Fields in org.apache.http.nio.protocol declared as ByteBufferAllocator
protected  ByteBufferAllocator NHttpHandlerBase.allocator
           
 

Constructors in org.apache.http.nio.protocol with parameters of type ByteBufferAllocator
BufferingHttpClientHandler(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
BufferingHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
NHttpClientHandlerBase(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
NHttpHandlerBase(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
NHttpServiceHandlerBase(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
ThrottlingHttpClientHandler(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, Executor executor, HttpParams params)
           
ThrottlingHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, Executor executor, HttpParams params)
           
 

Uses of ByteBufferAllocator in org.apache.http.nio.util
 

Classes in org.apache.http.nio.util that implement ByteBufferAllocator
 class DirectByteBufferAllocator
           
 class HeapByteBufferAllocator
           
 

Constructors in org.apache.http.nio.util with parameters of type ByteBufferAllocator
ExpandableBuffer(int buffersize, ByteBufferAllocator allocator)
           
SharedInputBuffer(int buffersize, IOControl ioctrl, ByteBufferAllocator allocator)
           
SharedOutputBuffer(int buffersize, IOControl ioctrl, ByteBufferAllocator allocator)
           
SimpleInputBuffer(int buffersize, ByteBufferAllocator allocator)
           
SimpleOutputBuffer(int buffersize, ByteBufferAllocator allocator)
           
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.