Uses of Interface
org.eclipse.jetty.io.ByteBufferPool
Packages that use ByteBufferPool
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
-
Uses of ByteBufferPool in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ByteBufferPoolModifier and TypeClassDescriptionclassARetainableByteBufferpool where RetainableByteBuffers are held inPools that are held in array elements.static classA variant of theArrayByteBufferPoolthat uses buckets of buffers that increase in size by a power of 2 (eg 1k, 2k, 4k, 8k, etc.).static classA variant ofArrayByteBufferPoolthat tracks buffer acquires/releases, useful to identify buffer leaks.static classAByteBufferPoolthat does not pool itsRetainableByteBuffers.static classA wrapper forByteBufferPoolinstances.Methods in org.eclipse.jetty.io that return ByteBufferPoolModifier and TypeMethodDescriptionClientConnector.getByteBufferPool()ByteBufferPool.Wrapper.getWrapped()Methods in org.eclipse.jetty.io with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionstatic Content.SinkContent.Sink.asBuffered(Content.Sink sink, ByteBufferPool bufferPool, boolean direct, int maxAggregationSize, int maxBufferSize) Wraps the given content sink with a buffering sink.Content.Source.asRetainableByteBuffer(Content.Source source, ByteBufferPool pool, boolean direct, int maxSize) Reads, non-blocking, the whole content source into aRetainableByteBuffer.ChunkAccumulator.readAll(Content.Source source, ByteBufferPool pool, boolean direct, int maxSize) voidClientConnector.setByteBufferPool(ByteBufferPool byteBufferPool) ChunkAccumulator.take(ByteBufferPool pool, boolean direct) Constructors in org.eclipse.jetty.io with parameters of type ByteBufferPoolModifierConstructorDescriptionByteBufferAccumulator(ByteBufferPool bufferPool, boolean direct) ByteBufferAggregator(ByteBufferPool bufferPool, boolean direct, int startSize, int maxSize) Creates a ByteBuffer aggregator.ByteBufferOutputStream2(ByteBufferPool bufferPool, boolean direct) Wrapper(ByteBufferPool wrapped) -
Uses of ByteBufferPool in org.eclipse.jetty.io.content
Constructors in org.eclipse.jetty.io.content with parameters of type ByteBufferPoolModifierConstructorDescriptionBufferedContentSink(Content.Sink delegate, ByteBufferPool bufferPool, boolean direct, int maxAggregationSize, int maxBufferSize) InputStreamContentSource(InputStream inputStream, ByteBufferPool bufferPool) PathContentSource(Path path, ByteBufferPool byteBufferPool) -
Uses of ByteBufferPool in org.eclipse.jetty.io.ssl
Methods in org.eclipse.jetty.io.ssl that return ByteBufferPoolConstructors in org.eclipse.jetty.io.ssl with parameters of type ByteBufferPoolModifierConstructorDescriptionSslClientConnectionFactory(org.eclipse.jetty.util.ssl.SslContextFactory.Client sslContextFactory, ByteBufferPool byteBufferPool, Executor executor, ClientConnectionFactory connectionFactory) SslConnection(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine) Deprecated.SslConnection(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption) Deprecated.SslConnection(ByteBufferPool byteBufferPool, Executor executor, org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, EndPoint endPoint, SSLEngine sslEngine) SslConnection(ByteBufferPool byteBufferPool, Executor executor, org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)