Uses of Interface
org.eclipse.jetty.io.ByteBufferPool
-
Packages that use ByteBufferPool Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.fcgi.generator org.eclipse.jetty.fcgi.server org.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.io.ssl Jetty IO : Core SSL Supportorg.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handlerorg.eclipse.jetty.server.nio Jetty Server : Core Server Connector -
-
Uses of ByteBufferPool in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as ByteBufferPool Modifier and Type Field Description private ByteBufferPoolGZIPContentDecoder.Factory. byteBufferPoolprivate ByteBufferPoolHttpClient. byteBufferPoolMethods in org.eclipse.jetty.client that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolHttpClient. getByteBufferPool()Methods in org.eclipse.jetty.client with parameters of type ByteBufferPool Modifier and Type Method Description voidHttpClient. setByteBufferPool(ByteBufferPool byteBufferPool)Constructors in org.eclipse.jetty.client with parameters of type ByteBufferPool Constructor Description Factory(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 ByteBufferPool Modifier and Type Field Description private ByteBufferPoolHttpSenderOverHTTP.ByteBufferRecyclerCallback. poolConstructors in org.eclipse.jetty.client.http with parameters of type ByteBufferPool Constructor Description ByteBufferRecyclerCallback(Callback callback, ByteBufferPool pool, java.nio.ByteBuffer... buffers) -
Uses of ByteBufferPool in org.eclipse.jetty.client.util
Fields in org.eclipse.jetty.client.util declared as ByteBufferPool Modifier and Type Field Description private ByteBufferPoolPathContentProvider. bufferPoolMethods in org.eclipse.jetty.client.util that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolPathContentProvider. getByteBufferPool()Methods in org.eclipse.jetty.client.util with parameters of type ByteBufferPool Modifier and Type Method Description voidPathContentProvider. setByteBufferPool(ByteBufferPool byteBufferPool) -
Uses of ByteBufferPool in org.eclipse.jetty.fcgi.generator
Fields in org.eclipse.jetty.fcgi.generator declared as ByteBufferPool Modifier and Type Field Description protected ByteBufferPoolGenerator. byteBufferPoolprivate ByteBufferPoolGenerator.Result. byteBufferPoolConstructors in org.eclipse.jetty.fcgi.generator with parameters of type ByteBufferPool Constructor Description ClientGenerator(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 ByteBufferPool Constructor Description HttpTransportOverFCGI(ByteBufferPool byteBufferPool, Flusher flusher, int request, boolean sendStatus200) -
Uses of ByteBufferPool in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as ByteBufferPool Modifier and Type Field Description private ByteBufferPoolGZIPContentDecoder. _poolConstructors in org.eclipse.jetty.http with parameters of type ByteBufferPool Constructor Description GZIPContentDecoder(ByteBufferPool pool, int bufferSize) -
Uses of ByteBufferPool in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ByteBufferPool Modifier and Type Class Description (package private) classAbstractByteBufferPoolclassArrayByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.classLeakTrackingByteBufferPoolclassLogarithmicArrayByteBufferPoolExtension of theArrayByteBufferPoolwhose bucket sizes increase exponentially instead of linearly.classMappedByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.static classMappedByteBufferPool.TaggedclassNullByteBufferPoolFields in org.eclipse.jetty.io declared as ByteBufferPool Modifier and Type Field Description private ByteBufferPoolByteBufferAccumulator. _bufferPoolprivate ByteBufferPoolByteBufferPool.Bucket. _poolprivate ByteBufferPoolByteBufferPool.Lease. byteBufferPoolprivate ByteBufferPoolLeakTrackingByteBufferPool. delegateprivate ByteBufferPoolRetainableByteBuffer. poolMethods in org.eclipse.jetty.io that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolByteBufferAccumulator. getByteBufferPool()ByteBufferPoolByteBufferOutputStream2. getByteBufferPool()Constructors in org.eclipse.jetty.io with parameters of type ByteBufferPool Constructor Description Bucket(ByteBufferPool pool, int capacity, int maxSize)Deprecated.Bucket(ByteBufferPool pool, int capacity, int maxSize, java.util.function.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 ByteBufferPool Modifier and Type Field Description private ByteBufferPoolSslConnection. _bufferPoolprivate ByteBufferPoolSslClientConnectionFactory. byteBufferPoolMethods in org.eclipse.jetty.io.ssl with parameters of type ByteBufferPool Modifier and Type Method Description protected SslConnectionSslClientConnectionFactory. newSslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine engine)Constructors in org.eclipse.jetty.io.ssl with parameters of type ByteBufferPool Constructor Description SslClientConnectionFactory(SslContextFactory sslContextFactory, ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, ClientConnectionFactory connectionFactory)SslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine sslEngine)SslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption) -
Uses of ByteBufferPool in org.eclipse.jetty.proxy
Fields in org.eclipse.jetty.proxy declared as ByteBufferPool Modifier and Type Field Description private ByteBufferPoolConnectHandler. bufferPoolprivate ByteBufferPoolProxyConnection. bufferPoolMethods in org.eclipse.jetty.proxy that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolConnectHandler. getByteBufferPool()ByteBufferPoolProxyConnection. getByteBufferPool()Methods in org.eclipse.jetty.proxy with parameters of type ByteBufferPool Modifier and Type Method Description voidConnectHandler. setByteBufferPool(ByteBufferPool bufferPool)Constructors in org.eclipse.jetty.proxy with parameters of type ByteBufferPool Constructor Description DownstreamConnection(EndPoint endPoint, java.util.concurrent.Executor executor, ByteBufferPool bufferPool, java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> context)ProxyConnection(EndPoint endp, java.util.concurrent.Executor executor, ByteBufferPool bufferPool, java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> context)UpstreamConnection(EndPoint endPoint, java.util.concurrent.Executor executor, ByteBufferPool bufferPool, ConnectHandler.ConnectContext connectContext) -
Uses of ByteBufferPool in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as ByteBufferPool Modifier and Type Field Description private ByteBufferPoolHttpConnection. _bufferPoolprivate ByteBufferPoolAbstractConnector. _byteBufferPoolMethods in org.eclipse.jetty.server that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolAbstractConnector. getByteBufferPool()ByteBufferPoolConnector. getByteBufferPool()ByteBufferPoolHttpChannel. getByteBufferPool()Constructors in org.eclipse.jetty.server with parameters of type ByteBufferPool Constructor Description AbstractConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories)AbstractNetworkConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories)LocalConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, ConnectionFactory... factories)NetworkTrafficServerConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, int selectors, ConnectionFactory... factories)ServerConnector(Server server, java.util.concurrent.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 Constructor Description 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 ByteBufferPool Constructor Description NetworkTrafficSelectChannelConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool pool, int acceptors, int selectors, ConnectionFactory... factories)Deprecated.
-