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 ByteBufferPoolGZIPContentDecoder.Factory.byteBufferPoolprivate ByteBufferPoolHttpClient.byteBufferPoolMethods in org.eclipse.jetty.client that return ByteBufferPoolMethods in org.eclipse.jetty.client with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionvoidHttpClient.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 ByteBufferPoolHttpSenderOverHTTP.ByteBufferRecyclerCallback.poolConstructors in org.eclipse.jetty.client.http with parameters of type ByteBufferPoolModifierConstructorDescriptionprivateByteBufferRecyclerCallback(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 TypeMethodDescriptionvoidPathContentProvider.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) classclassA ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.classclassA ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.static classclassFields in org.eclipse.jetty.io declared as ByteBufferPoolModifier and TypeFieldDescriptionprivate final ByteBufferPoolByteBufferAccumulator._bufferPoolprivate final ByteBufferPoolByteBufferPool.Bucket._poolprivate final ByteBufferPoolByteBufferPool.Lease.byteBufferPoolprivate final ByteBufferPoolLeakTrackingByteBufferPool.delegateprivate final ByteBufferPoolRetainableByteBuffer.poolMethods 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 ByteBufferPoolSslConnection._bufferPoolprivate final ByteBufferPoolSslClientConnectionFactory.byteBufferPoolMethods in org.eclipse.jetty.io.ssl with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionprotected SslConnectionSslClientConnectionFactory.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 ByteBufferPoolHttpConnection._bufferPoolprivate final ByteBufferPoolAbstractConnector._byteBufferPoolMethods 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 ByteBufferPoolModifierConstructorDescriptionprivateDecoder(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.