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 classAStream.Datainstance associates aByteBuffercontaining request bytes or response bytes. -
Uses of Retainable in org.eclipse.jetty.io
Subinterfaces of Retainable in org.eclipse.jetty.ioModifier and TypeInterfaceDescriptionstatic interfaceA chunk of content indicating whether it is the last chunk.interfaceA pooledByteBufferwhich maintains a reference count that is incremented withRetainable.retain()and decremented withRetainable.release().Classes in org.eclipse.jetty.io that implement RetainableModifier and TypeClassDescriptionclassAbstract implementation ofRetainableByteBufferwith reference counting.classstatic classA reference count implementation for aRetainableresource.static classA wrapper ofRetainableinstances.static classA wrapper forRetainableByteBufferinstancesMethods in org.eclipse.jetty.io that return RetainableMethods in org.eclipse.jetty.io with parameters of type RetainableModifier and TypeMethodDescriptionstatic Content.ChunkContent.Chunk.asChunk(ByteBuffer byteBuffer, boolean last, Retainable retainable) static RetainableByteBufferRetainableByteBuffer.wrap(ByteBuffer byteBuffer, Retainable retainable) Constructors in org.eclipse.jetty.io with parameters of type Retainable