Uses of Interface
org.eclipse.jetty.io.Retainable
Packages that use Retainable
Package
Description
Jetty Http : Tools for Http processing
Jetty IO : Core classes for Jetty IO subsystem
-
Uses of Retainable in org.eclipse.jetty.http
Classes in org.eclipse.jetty.http that implement Retainable -
Uses of Retainable in org.eclipse.jetty.http2.api
Classes in org.eclipse.jetty.http2.api that implement Retainable -
Uses of Retainable in org.eclipse.jetty.io
Subinterfaces of Retainable in org.eclipse.jetty.ioModifier and TypeInterfaceDescriptionstatic interface
A chunk of content indicating whether it is the last chunk.interface
An abstraction overByteBuffer
s which provides:static interface
ExtendedRetainableByteBuffer
API with mutator methods.Classes in org.eclipse.jetty.io that implement RetainableModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
static class
An empty chunk implementation.static class
A reference count implementation for aRetainable
resource.static class
A wrapper ofRetainable
instances.static class
An abstract implementation ofRetainableByteBuffer
that provides the basicRetainable
functionalitystatic class
AnRetainableByteBuffer.Mutable
RetainableByteBuffer
that can grow its capacity, backed by a chain ofByteBuffer
, which may grow either by aggregation and/or retention.static class
ARetainableByteBuffer
that is empty and not retainable.static class
static class
ARetainableByteBuffer.FixedCapacity
buffer that is neither poolable norretainable
.static class
Apooled
buffer that knows the pool from which it was allocated.static class
A wrapper forRetainableByteBuffer
instancesFields in org.eclipse.jetty.io declared as RetainableMethods in org.eclipse.jetty.io with type parameters of type RetainableModifier and TypeMethodDescriptionstatic <R extends Retainable>
RRetainable.release
(R retainable) Convenience method that replaces code like:Methods in org.eclipse.jetty.io that return RetainableMethods in org.eclipse.jetty.io with parameters of type RetainableModifier and TypeMethodDescriptionstatic Content.Chunk
Content.Chunk.asChunk
(ByteBuffer byteBuffer, boolean last, Retainable retainable) static RetainableByteBuffer.Mutable
RetainableByteBuffer.wrap
(ByteBuffer byteBuffer, Retainable retainable) Constructors in org.eclipse.jetty.io with parameters of type RetainableModifierConstructorDescriptionAbstract
(Retainable retainable) FixedCapacity
(ByteBuffer byteBuffer, Retainable retainable) protected
Pooled
(ByteBufferPool pool, ByteBuffer byteBuffer, Retainable retainable) Wrapper
(Retainable wrapped)