|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |