Uses of Interface
org.eclipse.jetty.io.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
Modifier and TypeMethodDescriptionvoid
HttpClient.setByteBufferPool
(ByteBufferPool byteBufferPool) ModifierConstructorDescriptionFactory
(ByteBufferPool byteBufferPool) Factory
(ByteBufferPool byteBufferPool, int bufferSize) GZIPContentDecoder
(ByteBufferPool byteBufferPool, int bufferSize) -
Uses of ByteBufferPool in org.eclipse.jetty.client.util
Modifier and TypeMethodDescriptionPathContentProvider.getByteBufferPool()
Deprecated.PathRequestContent.getByteBufferPool()
Modifier and TypeMethodDescriptionvoid
PathContentProvider.setByteBufferPool
(ByteBufferPool byteBufferPool) Deprecated.void
PathRequestContent.setByteBufferPool
(ByteBufferPool byteBufferPool) -
Uses of ByteBufferPool in org.eclipse.jetty.fcgi.generator
ModifierConstructorDescriptionClientGenerator
(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
ModifierConstructorDescriptionHttpTransportOverFCGI
(ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, boolean sendStatus200, Flusher flusher, int request) -
Uses of ByteBufferPool in org.eclipse.jetty.http
ModifierConstructorDescriptionGZIPContentDecoder
(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
-
Uses of ByteBufferPool in org.eclipse.jetty.http2.generator
ModifierConstructorDescriptionGenerator
(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
ModifierConstructorDescriptionHeaderBlockFragments
(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
ModifierConstructorDescriptionHTTP3ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) -
Uses of ByteBufferPool in org.eclipse.jetty.io
Modifier 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
Modifier and TypeMethodDescriptionByteBufferAccumulator.getByteBufferPool()
ByteBufferOutputStream2.getByteBufferPool()
ClientConnector.getByteBufferPool()
Modifier and TypeMethodDescriptionstatic RetainableByteBufferPool
RetainableByteBufferPool.from
(ByteBufferPool byteBufferPool) void
ClientConnector.setByteBufferPool
(ByteBufferPool byteBufferPool) ModifierConstructorDescriptionByteBufferAccumulator
(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
Modifier and TypeMethodDescriptionprotected SslConnection
SslClientConnectionFactory.newSslConnection
(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine engine) ModifierConstructorDescriptionSslClientConnectionFactory
(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
Modifier and TypeMethodDescriptionConnectHandler.getByteBufferPool()
ProxyConnection.getByteBufferPool()
Modifier and TypeMethodDescriptionvoid
ConnectHandler.setByteBufferPool
(ByteBufferPool bufferPool) ModifierConstructorDescriptionDownstreamConnection
(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
ModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptionQuicConnection.getByteBufferPool()
QuicSession.getByteBufferPool()
ModifierConstructorDescriptionprotected
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
ModifierConstructorDescriptionQuicServerConnector
(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
Modifier and TypeMethodDescriptionAbstractConnector.getByteBufferPool()
Connector.getByteBufferPool()
HttpChannel.getByteBufferPool()
ModifierConstructorDescriptionAbstractConnector
(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
ModifierConstructorDescriptionGzipHttpInputInterceptor
(InflaterPool inflaterPool, ByteBufferPool pool, int bufferSize) GzipHttpInputInterceptor
(InflaterPool inflaterPool, ByteBufferPool pool, int bufferSize, boolean useDirectBuffers) -
Uses of ByteBufferPool in org.eclipse.jetty.unixsocket.server
ModifierConstructorDescriptionUnixSocketConnector
(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
-
Uses of ByteBufferPool in org.eclipse.jetty.websocket.core
Modifier and TypeMethodDescriptionAbstractExtension.getBufferPool()
WebSocketComponents.getBufferPool()
CoreSession.Empty.getByteBufferPool()
CoreSession.getByteBufferPool()
ModifierConstructorDescriptionWebSocketComponents
(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
Modifier and TypeMethodDescriptionWebSocketConnection.getBufferPool()
WebSocketCoreSession.getByteBufferPool()
ModifierConstructorDescriptionFrameFlusher
(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
ModifierConstructorDescriptionMessageOutputStream
(CoreSession coreSession, ByteBufferPool bufferPool) MessageWriter
(CoreSession coreSession, ByteBufferPool bufferPool) -
Uses of ByteBufferPool in org.eclipse.jetty.websocket.core.server.internal
Modifier 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.jakarta.common