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.SourceContent.Source.from(ByteBufferPool.Sized byteBufferPool, InputStream inputStream) Create aContent.Sourcefrom aPath.static Content.SourceContent.Source.from(ByteBufferPool.Sized byteBufferPool, InputStream inputStream, long offset, long length) Create aContent.Sourcefrom aPath.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 first, long length) Creates a newContent.Source. -
Uses of ByteBufferPool.Sized in org.eclipse.jetty.io.content
Constructors in org.eclipse.jetty.io.content with parameters of type ByteBufferPool.SizedModifierConstructorDescriptionInputStreamContentSource(InputStream inputStream, ByteBufferPool.Sized bufferPool) PathContentSource(Path path, ByteBufferPool.Sized sizedBufferPool)