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.http3.api
Classes in org.eclipse.jetty.http3.api that implement RetainableModifier and TypeClassDescriptionstatic class
AStream.Data
instance associates aByteBuffer
containing request bytes or response bytes. -
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
A pooledByteBuffer
which maintains a reference count that is incremented withretain()
and decremented withrelease()
.Classes in org.eclipse.jetty.io that implement RetainableModifier and TypeClassDescriptionclass
Abstract implementation ofRetainableByteBuffer
with reference counting.class
static class
A reference count implementation for aRetainable
resource.static class
A wrapper ofRetainable
instances.static class
A wrapper forRetainableByteBuffer
instancesMethods 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
RetainableByteBuffer.wrap
(ByteBuffer byteBuffer, Retainable retainable) Constructors in org.eclipse.jetty.io with parameters of type Retainable -
Uses of Retainable in org.eclipse.jetty.io.internal
Classes in org.eclipse.jetty.io.internal that implement RetainableModifier and TypeClassDescriptionclass
static class
static class
static class
static class
class
Constructors in org.eclipse.jetty.io.internal with parameters of type RetainableModifierConstructorDescriptionWithRetainable
(ByteBuffer byteBuffer, boolean last, Retainable retainable)