Uses of Class
org.eclipse.jetty.io.ByteBufferPool.Sized
Packages that use ByteBufferPool.Sized
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
-
Uses of ByteBufferPool.Sized in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as ByteBufferPool.SizedModifier and TypeFieldDescriptionstatic final ByteBufferPool.SizedByteBufferPool.SIZED_NON_POOLINGMethods in org.eclipse.jetty.io with parameters of type ByteBufferPool.SizedModifier and TypeMethodDescriptionstatic Content.SourceIOResources.asContentSource(org.eclipse.jetty.util.resource.Resource resource, ByteBufferPool.Sized bufferPool, long offset, long length) Gets aContent.Sourcewith a range of the contents of a resource.static voidIOResources.copy(org.eclipse.jetty.util.resource.Resource resource, Content.Sink sink, ByteBufferPool.Sized bufferPool, long offset, long length, org.eclipse.jetty.util.Callback callback) Performs an asynchronous copy of a subset of the contents of a resource to a sink, using the given buffer pool and buffer characteristics.static Content.SourceContent.Source.from(ByteBufferPool.Sized byteBufferPool, InputStream inputStream) Create aContent.Sourcefrom anInputStream.static Content.SourceContent.Source.from(ByteBufferPool.Sized byteBufferPool, InputStream inputStream, long offset, long length) Create aContent.Sourcefrom anInputStream.static Content.SourceContent.Source.from(ByteBufferPool.Sized byteBufferPool, ByteChannel byteChannel) Create aContent.Sourcefrom aByteChannel.static Content.SourceContent.Source.from(ByteBufferPool.Sized byteBufferPool, SeekableByteChannel seekableByteChannel, long offset, long length) Create aContent.Sourcefrom aByteChannel.static Content.SourceContent.Source.from(ByteBufferPool.Sized byteBufferPool, Path path) Create aContent.Sourcefrom aPath.static Content.SourceContent.Source.from(ByteBufferPool.Sized byteBufferPool, Path path, long offset, long length) Create aContent.Sourcefrom aPath.Content.Source.Factory.newContentSource(ByteBufferPool.Sized bufferPool, long offset, long length) Creates a newContent.Source.static RetainableByteBufferIOResources.toRetainableByteBuffer(org.eclipse.jetty.util.resource.Resource resource, ByteBufferPool.Sized bufferPool) Reads the contents of a Resource into a RetainableByteBuffer.Constructors in org.eclipse.jetty.io with parameters of type ByteBufferPool.SizedModifierConstructorDescriptionDynamicCapacity(ByteBufferPool.Sized sizedPool) DynamicCapacity(ByteBufferPool.Sized sizedPool, long maxSize) DynamicCapacity(ByteBufferPool.Sized sizedPool, long maxSize, int minRetainSize) -
Uses of ByteBufferPool.Sized in org.eclipse.jetty.io.content
Constructors in org.eclipse.jetty.io.content with parameters of type ByteBufferPool.SizedModifierConstructorDescriptionBufferedContentSink(Content.Sink delegate, ByteBufferPool.Sized sizedPool, int maxBufferSize) InputStreamContentSource(InputStream inputStream, ByteBufferPool.Sized bufferPool) InputStreamContentSource(InputStream inputStream, ByteBufferPool.Sized bufferPool, long offset, long length) PathContentSource(Path path, ByteBufferPool.Sized sizedBufferPool)