Uses of Interface
org.eclipse.jetty.io.ByteBufferPool
Packages that use ByteBufferPool
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : Utility Classes
Jetty Http : Tools for Http processing
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
Jetty Server : Core Server API
Jetty GZIP Handler
Jetty Server : Core Server Connector
-
Uses of ByteBufferPool in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as ByteBufferPoolModifier and TypeFieldDescriptionprivate final ByteBufferPool
GZIPContentDecoder.Factory.byteBufferPool
private ByteBufferPool
HttpClient.byteBufferPool
Methods in org.eclipse.jetty.client that return ByteBufferPoolMethods in org.eclipse.jetty.client with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionvoid
HttpClient.setByteBufferPool
(ByteBufferPool byteBufferPool) Constructors in org.eclipse.jetty.client with parameters of type ByteBufferPoolModifierConstructorDescriptionFactory
(ByteBufferPool byteBufferPool) Factory
(ByteBufferPool byteBufferPool, int bufferSize) GZIPContentDecoder
(ByteBufferPool byteBufferPool, int bufferSize) -
Uses of ByteBufferPool in org.eclipse.jetty.client.http
Fields in org.eclipse.jetty.client.http declared as ByteBufferPoolModifier and TypeFieldDescriptionprivate final ByteBufferPool
HttpSenderOverHTTP.ByteBufferRecyclerCallback.pool
Constructors in org.eclipse.jetty.client.http with parameters of type ByteBufferPoolModifierConstructorDescriptionprivate
ByteBufferRecyclerCallback
(Callback callback, ByteBufferPool pool, ByteBuffer... buffers) -
Uses of ByteBufferPool in org.eclipse.jetty.client.util
Fields in org.eclipse.jetty.client.util declared as ByteBufferPoolMethods in org.eclipse.jetty.client.util that return ByteBufferPoolMethods in org.eclipse.jetty.client.util with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionvoid
PathContentProvider.setByteBufferPool
(ByteBufferPool byteBufferPool) -
Uses of ByteBufferPool in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as ByteBufferPoolConstructors in org.eclipse.jetty.http with parameters of type ByteBufferPool -
Uses of ByteBufferPool in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ByteBufferPoolModifier and TypeClassDescription(package private) class
class
A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.class
class
A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.static class
class
Fields in org.eclipse.jetty.io declared as ByteBufferPoolModifier and TypeFieldDescriptionprivate final ByteBufferPool
ByteBufferAccumulator._bufferPool
private final ByteBufferPool
ByteBufferPool.Bucket._pool
private final ByteBufferPool
ByteBufferPool.Lease.byteBufferPool
private final ByteBufferPool
LeakTrackingByteBufferPool.delegate
private final ByteBufferPool
RetainableByteBuffer.pool
Methods in org.eclipse.jetty.io that return ByteBufferPoolModifier and TypeMethodDescriptionByteBufferAccumulator.getByteBufferPool()
ByteBufferOutputStream2.getByteBufferPool()
Constructors in org.eclipse.jetty.io with parameters of type ByteBufferPoolModifierConstructorDescriptionBucket
(ByteBufferPool pool, int capacity, int maxSize) ByteBufferAccumulator
(ByteBufferPool bufferPool, boolean direct) ByteBufferOutputStream2
(ByteBufferPool bufferPool, boolean direct) LeakTrackingByteBufferPool
(ByteBufferPool delegate) Lease
(ByteBufferPool byteBufferPool) RetainableByteBuffer
(ByteBufferPool pool, int size) RetainableByteBuffer
(ByteBufferPool pool, int size, boolean direct) -
Uses of ByteBufferPool in org.eclipse.jetty.io.ssl
Fields in org.eclipse.jetty.io.ssl declared as ByteBufferPoolModifier and TypeFieldDescriptionprivate final ByteBufferPool
SslConnection._bufferPool
private final ByteBufferPool
SslClientConnectionFactory.byteBufferPool
Methods in org.eclipse.jetty.io.ssl with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionprotected SslConnection
SslClientConnectionFactory.newSslConnection
(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine engine) Constructors in org.eclipse.jetty.io.ssl with parameters of type ByteBufferPoolModifierConstructorDescriptionSslClientConnectionFactory
(SslContextFactory sslContextFactory, ByteBufferPool byteBufferPool, Executor executor, ClientConnectionFactory connectionFactory) SslConnection
(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine) SslConnection
(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption) -
Uses of ByteBufferPool in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as ByteBufferPoolModifier and TypeFieldDescriptionprivate final ByteBufferPool
HttpConnection._bufferPool
private final ByteBufferPool
AbstractConnector._byteBufferPool
Methods in org.eclipse.jetty.server that return ByteBufferPoolModifier and TypeMethodDescriptionAbstractConnector.getByteBufferPool()
Connector.getByteBufferPool()
HttpChannel.getByteBufferPool()
Constructors in org.eclipse.jetty.server with parameters of type ByteBufferPoolModifierConstructorDescriptionAbstractConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) AbstractNetworkConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) LocalConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories) NetworkTrafficServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) -
Uses of ByteBufferPool in org.eclipse.jetty.server.handler.gzip
Constructors in org.eclipse.jetty.server.handler.gzip with parameters of type ByteBufferPoolModifierConstructorDescriptionprivate
Decoder
(ByteBufferPool pool, int bufferSize) GzipHttpInputInterceptor
(ByteBufferPool pool, int bufferSize) -
Uses of ByteBufferPool in org.eclipse.jetty.server.nio
Constructors in org.eclipse.jetty.server.nio with parameters of type ByteBufferPoolModifierConstructorDescriptionNetworkTrafficSelectChannelConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, int selectors, ConnectionFactory... factories) Deprecated.