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.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
Methods in org.eclipse.jetty.client that return ByteBufferPool Modifier and Type Method Description ByteBufferPool
HttpClient. getByteBufferPool()
Methods in org.eclipse.jetty.client with parameters of type ByteBufferPool Modifier and Type Method Description void
HttpClient. 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.util
Methods in org.eclipse.jetty.client.util that return ByteBufferPool Modifier and Type Method Description ByteBufferPool
PathContentProvider. getByteBufferPool()
Methods in org.eclipse.jetty.client.util with parameters of type ByteBufferPool Modifier and Type Method Description void
PathContentProvider. 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 ByteBufferPool
Generator. byteBufferPool
Constructors 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
Constructors 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 class
ArrayByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.class
LeakTrackingByteBufferPool
class
LogarithmicArrayByteBufferPool
Extension of theArrayByteBufferPool
whose bucket sizes increase exponentially instead of linearly.class
MappedByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.static class
MappedByteBufferPool.Tagged
class
NullByteBufferPool
Methods in org.eclipse.jetty.io that return ByteBufferPool Modifier and Type Method Description ByteBufferPool
ByteBufferAccumulator. getByteBufferPool()
ByteBufferPool
ByteBufferOutputStream2. 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
Methods in org.eclipse.jetty.io.ssl with parameters of type ByteBufferPool Modifier and Type Method Description protected SslConnection
SslClientConnectionFactory. 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
Methods in org.eclipse.jetty.proxy that return ByteBufferPool Modifier and Type Method Description ByteBufferPool
ConnectHandler. getByteBufferPool()
ByteBufferPool
ProxyConnection. getByteBufferPool()
Methods in org.eclipse.jetty.proxy with parameters of type ByteBufferPool Modifier and Type Method Description void
ConnectHandler. 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
Methods in org.eclipse.jetty.server that return ByteBufferPool Modifier and Type Method Description ByteBufferPool
AbstractConnector. getByteBufferPool()
ByteBufferPool
Connector. getByteBufferPool()
ByteBufferPool
HttpChannel. 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 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.
-