Uses of Interface
org.eclipse.jetty.io.ByteBufferPool
-
-
Uses of ByteBufferPool in org.eclipse.jetty.client
Methods 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.util
Methods 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
Constructors in org.eclipse.jetty.fcgi.generator with parameters of type ByteBufferPool Constructor Description ClientGenerator(ByteBufferPool byteBufferPool)ClientGenerator(ByteBufferPool byteBufferPool, boolean useDirectByteBuffers)Generator(ByteBufferPool byteBufferPool, boolean useDirectByteBuffers)Result(ByteBufferPool byteBufferPool, Callback callback)ServerGenerator(ByteBufferPool byteBufferPool)ServerGenerator(ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, 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, boolean useDirectByteBuffers, boolean sendStatus200, Flusher flusher, int request) -
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.http2
Constructors in org.eclipse.jetty.http2 with parameters of type ByteBufferPool Constructor Description HTTP2Connection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, Parser parser, ISession session, int bufferSize) -
Uses of ByteBufferPool in org.eclipse.jetty.http2.client
Methods in org.eclipse.jetty.http2.client that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolHTTP2Client. getByteBufferPool()Methods in org.eclipse.jetty.http2.client with parameters of type ByteBufferPool Modifier and Type Method Description voidHTTP2Client. setByteBufferPool(ByteBufferPool bufferPool) -
Uses of ByteBufferPool in org.eclipse.jetty.http2.generator
Methods in org.eclipse.jetty.http2.generator that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolGenerator. getByteBufferPool()Constructors in org.eclipse.jetty.http2.generator with parameters of type ByteBufferPool Constructor Description Generator(ByteBufferPool byteBufferPool)Generator(ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, int maxDynamicTableSize, int maxHeaderBlockFragment)Generator(ByteBufferPool byteBufferPool, int maxDynamicTableSize, int maxHeaderBlockFragment) -
Uses of ByteBufferPool in org.eclipse.jetty.http2.parser
Methods in org.eclipse.jetty.http2.parser that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolHeaderBlockFragments. getByteBufferPool()Constructors in org.eclipse.jetty.http2.parser with parameters of type ByteBufferPool Constructor Description HeaderBlockFragments(ByteBufferPool byteBufferPool)HeaderBlockParser(HeaderParser headerParser, ByteBufferPool byteBufferPool, HpackDecoder hpackDecoder, BodyParser notifier)Parser(ByteBufferPool byteBufferPool, Parser.Listener listener, int maxDynamicTableSize, int maxHeaderSize)Parser(ByteBufferPool byteBufferPool, Parser.Listener listener, int maxDynamicTableSize, int maxHeaderSize, RateControl rateControl)ServerParser(ByteBufferPool byteBufferPool, ServerParser.Listener listener, int maxDynamicTableSize, int maxHeaderSize, RateControl rateControl) -
Uses of ByteBufferPool in org.eclipse.jetty.http2.server
Constructors in org.eclipse.jetty.http2.server with parameters of type ByteBufferPool Constructor Description HTTP2ServerConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, HttpConfiguration httpConfig, ServerParser parser, ISession session, int inputBufferSize, ServerSessionListener listener) -
Uses of ByteBufferPool in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ByteBufferPool Modifier and Type Class Description classArrayByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.classLeakTrackingByteBufferPoolclassMappedByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.static classMappedByteBufferPool.TaggedMethods in org.eclipse.jetty.io that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolClientConnector. getByteBufferPool()Methods in org.eclipse.jetty.io with parameters of type ByteBufferPool Modifier and Type Method Description voidClientConnector. setByteBufferPool(ByteBufferPool byteBufferPool)Constructors in org.eclipse.jetty.io with parameters of type ByteBufferPool Constructor Description 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 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.maven.plugin
Methods in org.eclipse.jetty.maven.plugin that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolMavenServerConnector. getByteBufferPool() -
Uses of ByteBufferPool in org.eclipse.jetty.proxy
Methods 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
Methods 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 GzipHttpInputInterceptor(ByteBufferPool pool, int bufferSize) -
Uses of ByteBufferPool in org.eclipse.jetty.unixsocket.server
Constructors in org.eclipse.jetty.unixsocket.server with parameters of type ByteBufferPool Constructor Description UnixSocketConnector(Server server, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories)Constructs a UnixSocketConnector with the given parameters. -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolWebSocketClient. getBufferPool() -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.core
Methods in org.eclipse.jetty.websocket.core that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolAbstractExtension. getBufferPool()ByteBufferPoolWebSocketComponents. getBufferPool()ByteBufferPoolCoreSession.Empty. getByteBufferPool()ByteBufferPoolCoreSession. getByteBufferPool()Constructors in org.eclipse.jetty.websocket.core with parameters of type ByteBufferPool Constructor Description WebSocketComponents(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool) -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.core.internal
Methods in org.eclipse.jetty.websocket.core.internal that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolWebSocketConnection. getBufferPool()ByteBufferPoolWebSocketCoreSession. getByteBufferPool()Constructors in org.eclipse.jetty.websocket.core.internal with parameters of type ByteBufferPool Constructor Description FrameFlusher(ByteBufferPool bufferPool, Scheduler scheduler, Generator generator, EndPoint endPoint, int bufferSize, int maxGather)Parser(ByteBufferPool bufferPool)Parser(ByteBufferPool bufferPool, Configuration configuration)WebSocketConnection(EndPoint endp, java.util.concurrent.Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, WebSocketCoreSession coreSession)Create a WSConnection. -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.core.server
Methods in org.eclipse.jetty.websocket.core.server that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolWebSocketNegotiator.AbstractNegotiator. getByteBufferPool()ByteBufferPoolWebSocketNegotiator. getByteBufferPool() -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.javax.common
Methods in org.eclipse.jetty.websocket.javax.common that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolJavaxWebSocketContainer. getBufferPool() -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.util.messages
Constructors in org.eclipse.jetty.websocket.util.messages with parameters of type ByteBufferPool Constructor Description MessageOutputStream(CoreSession coreSession, ByteBufferPool bufferPool)MessageWriter(CoreSession coreSession, ByteBufferPool bufferPool)
-