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 interfaceA chunk of content indicating whether it is the last chunk.interfaceAn abstraction overByteBuffers which provides:static interfaceExtendedRetainableByteBufferAPI with mutator methods.Classes in org.eclipse.jetty.io that implement RetainableModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classstatic classAn empty chunk implementation.static classA reference count implementation for aRetainableresource.static classA wrapper ofRetainableinstances.static classAn abstract implementation ofRetainableByteBufferthat provides the basicRetainablefunctionalitystatic classAnRetainableByteBuffer.MutableRetainableByteBufferthat can grow its capacity, backed by a chain ofByteBuffer, which may grow either by aggregation and/or retention.static classARetainableByteBufferthat is empty and not retainable.static classstatic classARetainableByteBuffer.FixedCapacitybuffer that is neither poolable norretainable.static classApooledbuffer that knows the pool from which it was allocated.static classA wrapper forRetainableByteBufferinstancesFields 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.ChunkContent.Chunk.asChunk(ByteBuffer byteBuffer, boolean last, Retainable retainable) static RetainableByteBuffer.MutableRetainableByteBuffer.wrap(ByteBuffer byteBuffer, Retainable retainable) Constructors in org.eclipse.jetty.io with parameters of type RetainableModifierConstructorDescriptionAbstract(Retainable retainable) FixedCapacity(ByteBuffer byteBuffer, Retainable retainable) protectedPooled(ByteBufferPool pool, ByteBuffer byteBuffer, Retainable retainable) Wrapper(Retainable wrapped)