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 Proxy : Async Proxy 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.fcgi.generator
Fields in org.eclipse.jetty.fcgi.generator declared as ByteBufferPoolModifier and TypeFieldDescriptionprotected final ByteBufferPoolGenerator.byteBufferPoolprivate final ByteBufferPoolGenerator.Result.byteBufferPoolConstructors in org.eclipse.jetty.fcgi.generator with parameters of type ByteBufferPoolModifierConstructorDescriptionClientGenerator(ByteBufferPool byteBufferPool) Generator(ByteBufferPool byteBufferPool) Result(ByteBufferPool byteBufferPool, Callback callback) ServerGenerator(ByteBufferPool byteBufferPool) ServerGenerator(ByteBufferPool byteBufferPool, boolean sendStatus200) -
Uses of ByteBufferPool in org.eclipse.jetty.fcgi.server
Constructors in org.eclipse.jetty.fcgi.server with parameters of type ByteBufferPoolModifierConstructorDescriptionHttpTransportOverFCGI(ByteBufferPool byteBufferPool, Flusher flusher, int request, boolean sendStatus200) -
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.classclassExtension of theArrayByteBufferPoolwhose bucket sizes increase exponentially instead of linearly.classA 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) Deprecated.Bucket(ByteBufferPool pool, int capacity, int maxSize, IntConsumer memoryFunction) 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.proxy
Fields in org.eclipse.jetty.proxy declared as ByteBufferPoolModifier and TypeFieldDescriptionprivate ByteBufferPoolConnectHandler.bufferPoolprivate final ByteBufferPoolProxyConnection.bufferPoolMethods in org.eclipse.jetty.proxy that return ByteBufferPoolModifier and TypeMethodDescriptionConnectHandler.getByteBufferPool()ProxyConnection.getByteBufferPool()Methods in org.eclipse.jetty.proxy with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionvoidConnectHandler.setByteBufferPool(ByteBufferPool bufferPool) Constructors in org.eclipse.jetty.proxy with parameters of type ByteBufferPoolModifierConstructorDescriptionDownstreamConnection(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, ConcurrentMap<String, Object> context) protectedProxyConnection(EndPoint endp, Executor executor, ByteBufferPool bufferPool, ConcurrentMap<String, Object> context) UpstreamConnection(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, ConnectHandler.ConnectContext connectContext) -
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.