Uses of Interface
org.eclipse.jetty.io.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
-
Uses of Retainable in org.eclipse.jetty.http2.api
-
Uses of Retainable in org.eclipse.jetty.http3.api
Modifier and TypeClassDescriptionstatic class
AStream.Data
instance associates aByteBuffer
containing request bytes or response bytes. -
Uses of Retainable in org.eclipse.jetty.io
Modifier 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()
.Modifier 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
instancesModifier and TypeMethodDescriptionstatic Content.Chunk
Content.Chunk.asChunk
(ByteBuffer byteBuffer, boolean last, Retainable retainable) static RetainableByteBuffer
RetainableByteBuffer.wrap
(ByteBuffer byteBuffer, Retainable retainable) -
Uses of Retainable in org.eclipse.jetty.io.internal
Modifier and TypeClassDescriptionclass
static class
static class
static class
static class
class
ModifierConstructorDescriptionWithRetainable
(ByteBuffer byteBuffer, boolean last, Retainable retainable)