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
Methods 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.util
Methods 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 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
Constructors 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 TypeClassDescriptionclassA 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 classclassMethods 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
Methods 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
Methods 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
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 ByteBufferPool -
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.