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
This module contains the main abstractions for the QUIC protocol.
Jetty Server : Core Server API
Jetty GZIP Handler
Jetty WebSocket API :: Client
-
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 TypeMethodDescriptionvoid
HttpClient.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 ByteBufferPoolModifier and TypeMethodDescriptionPathContentProvider.getByteBufferPool()
Deprecated.PathRequestContent.getByteBufferPool()
Methods in org.eclipse.jetty.client.util with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionvoid
PathContentProvider.setByteBufferPool
(ByteBufferPool byteBufferPool) Deprecated.void
PathRequestContent.setByteBufferPool
(ByteBufferPool byteBufferPool) -
Uses of ByteBufferPool in org.eclipse.jetty.fcgi.generator
Constructors in org.eclipse.jetty.fcgi.generator with parameters of type ByteBufferPoolModifierConstructorDescriptionClientGenerator
(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 ByteBufferPoolModifierConstructorDescriptionHttpTransportOverFCGI
(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 ByteBufferPoolModifierConstructorDescriptionGZIPContentDecoder
(ByteBufferPool pool, int bufferSize) GZIPContentDecoder
(ByteBufferPool pool, int bufferSize, boolean useDirectBuffers) GZIPContentDecoder
(InflaterPool inflaterPool, ByteBufferPool pool, int bufferSize) GZIPContentDecoder
(InflaterPool inflaterPool, ByteBufferPool pool, int bufferSize, boolean useDirectBuffers) -
Uses of ByteBufferPool in org.eclipse.jetty.http2.client
Methods in org.eclipse.jetty.http2.client that return ByteBufferPoolMethods in org.eclipse.jetty.http2.client with parameters of type ByteBufferPool -
Uses of ByteBufferPool in org.eclipse.jetty.http2.generator
Methods in org.eclipse.jetty.http2.generator that return ByteBufferPoolConstructors in org.eclipse.jetty.http2.generator with parameters of type ByteBufferPoolModifierConstructorDescriptionGenerator
(ByteBufferPool byteBufferPool) Generator
(ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, int maxHeaderBlockFragment) Generator
(ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, int maxTableCapacity, int maxHeaderBlockFragment) Deprecated.Generator
(ByteBufferPool byteBufferPool, int maxHeaderBlockFragment) Generator
(ByteBufferPool byteBufferPool, int maxTableCapacity, int maxHeaderBlockFragment) Deprecated. -
Uses of ByteBufferPool in org.eclipse.jetty.http2.parser
Methods in org.eclipse.jetty.http2.parser that return ByteBufferPoolConstructors in org.eclipse.jetty.http2.parser with parameters of type ByteBufferPoolModifierConstructorDescriptionHeaderBlockFragments
(ByteBufferPool byteBufferPool) Deprecated.HeaderBlockFragments
(ByteBufferPool byteBufferPool, int maxCapacity) HeaderBlockParser
(HeaderParser headerParser, ByteBufferPool byteBufferPool, HpackDecoder hpackDecoder, BodyParser notifier) Parser
(ByteBufferPool byteBufferPool, int maxHeaderSize) Parser
(ByteBufferPool byteBufferPool, int maxTableCapacity, int maxHeaderSize) Deprecated.Parser
(ByteBufferPool byteBufferPool, int maxTableSize, int maxHeaderSize, RateControl rateControl) Deprecated.Parser
(ByteBufferPool byteBufferPool, int maxHeaderSize, RateControl rateControl) ServerParser
(ByteBufferPool byteBufferPool, int maxTableSize, int maxHeaderSize, RateControl rateControl) Deprecated.ServerParser
(ByteBufferPool byteBufferPool, int maxHeaderSize, RateControl rateControl) -
Uses of ByteBufferPool in org.eclipse.jetty.http3.server
Constructors in org.eclipse.jetty.http3.server with parameters of type ByteBufferPoolModifierConstructorDescriptionHTTP3ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) -
Uses of ByteBufferPool in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ByteBufferPoolModifier and TypeClassDescriptionclass
A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.class
class
Extension of theArrayByteBufferPool
whose bucket sizes increase exponentially instead of linearly.class
A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.static class
class
Methods in org.eclipse.jetty.io that return ByteBufferPoolModifier and TypeMethodDescriptionByteBufferAccumulator.getByteBufferPool()
ByteBufferOutputStream2.getByteBufferPool()
ClientConnector.getByteBufferPool()
Methods in org.eclipse.jetty.io with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionstatic RetainableByteBufferPool
RetainableByteBufferPool.from
(ByteBufferPool byteBufferPool) void
ClientConnector.setByteBufferPool
(ByteBufferPool byteBufferPool) Constructors in org.eclipse.jetty.io with parameters of type ByteBufferPoolModifierConstructorDescriptionByteBufferAccumulator
(ByteBufferPool bufferPool, boolean direct) ByteBufferOutputStream2
(ByteBufferPool bufferPool, boolean direct) LeakTrackingByteBufferPool
(ByteBufferPool delegate) Lease
(ByteBufferPool byteBufferPool) NotRetainedByteBufferPool
(ByteBufferPool byteBufferPool) -
Uses of ByteBufferPool in org.eclipse.jetty.io.ssl
Methods in org.eclipse.jetty.io.ssl with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionprotected SslConnection
SslClientConnectionFactory.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) SslConnection
(RetainableByteBufferPool retainableByteBufferPool, 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 TypeMethodDescriptionvoid
ConnectHandler.setByteBufferPool
(ByteBufferPool bufferPool) Constructors in org.eclipse.jetty.proxy with parameters of type ByteBufferPoolModifierConstructorDescriptionDownstreamConnection
(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, ConcurrentMap<String, Object> context) protected
ProxyConnection
(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.quic.client
Constructors in org.eclipse.jetty.quic.client with parameters of type ByteBufferPoolModifierConstructorDescriptionprotected
ClientQuicSession
(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, org.eclipse.jetty.quic.quiche.QuicheConnection quicheConnection, QuicConnection connection, InetSocketAddress remoteAddress, Map<String, Object> context) -
Uses of ByteBufferPool in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common that return ByteBufferPoolModifier and TypeMethodDescriptionQuicConnection.getByteBufferPool()
QuicSession.getByteBufferPool()
Constructors in org.eclipse.jetty.quic.common with parameters of type ByteBufferPoolModifierConstructorDescriptionprotected
QuicConnection
(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, EndPoint endPoint) protected
QuicSession
(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, org.eclipse.jetty.quic.quiche.QuicheConnection quicheConnection, QuicConnection connection, SocketAddress remoteAddress) -
Uses of ByteBufferPool in org.eclipse.jetty.quic.server
Constructors in org.eclipse.jetty.quic.server with parameters of type ByteBufferPoolModifierConstructorDescriptionQuicServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) protected
ServerQuicSession
(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, org.eclipse.jetty.quic.quiche.QuicheConnection quicheConnection, QuicConnection connection, SocketAddress remoteAddress, Connector connector) -
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 ByteBufferPoolModifierConstructorDescriptionGzipHttpInputInterceptor
(InflaterPool inflaterPool, ByteBufferPool pool, int bufferSize) GzipHttpInputInterceptor
(InflaterPool inflaterPool, ByteBufferPool pool, int bufferSize, boolean useDirectBuffers) -
Uses of ByteBufferPool in org.eclipse.jetty.unixsocket.server
Constructors in org.eclipse.jetty.unixsocket.server with parameters of type ByteBufferPoolModifierConstructorDescriptionUnixSocketConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.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 -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.core
Methods in org.eclipse.jetty.websocket.core that return ByteBufferPoolModifier and TypeMethodDescriptionAbstractExtension.getBufferPool()
WebSocketComponents.getBufferPool()
CoreSession.Empty.getByteBufferPool()
CoreSession.getByteBufferPool()
Constructors in org.eclipse.jetty.websocket.core with parameters of type ByteBufferPoolModifierConstructorDescriptionWebSocketComponents
(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool) WebSocketComponents
(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool, Executor executor) -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.core.internal
Methods in org.eclipse.jetty.websocket.core.internal that return ByteBufferPoolModifier and TypeMethodDescriptionWebSocketConnection.getBufferPool()
WebSocketCoreSession.getByteBufferPool()
Constructors in org.eclipse.jetty.websocket.core.internal with parameters of type ByteBufferPoolModifierConstructorDescriptionFrameFlusher
(ByteBufferPool bufferPool, Scheduler scheduler, Generator generator, EndPoint endPoint, int bufferSize, int maxGather) Parser
(ByteBufferPool bufferPool) Parser
(ByteBufferPool bufferPool, Configuration configuration) WebSocketConnection
(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession) Create a WSConnection.WebSocketConnection
(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession, Random randomMask) Create a WSConnection. -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.core.internal.messages
Constructors in org.eclipse.jetty.websocket.core.internal.messages with parameters of type ByteBufferPoolModifierConstructorDescriptionMessageOutputStream
(CoreSession coreSession, ByteBufferPool bufferPool) MessageWriter
(CoreSession coreSession, ByteBufferPool bufferPool) -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.core.server.internal
Methods in org.eclipse.jetty.websocket.core.server.internal with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionprotected WebSocketConnection
AbstractHandshaker.newWebSocketConnection
(EndPoint endPoint, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession) -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.javax.common
Methods in org.eclipse.jetty.websocket.javax.common that return ByteBufferPool