Uses of Class
org.eclipse.jetty.io.ByteBufferPool.Sized
Packages that use ByteBufferPool.Sized
Package
Description
Jetty Http : Tools for Http processing
Jetty IO : Core classes for Jetty IO subsystem
-
Uses of ByteBufferPool.Sized in org.eclipse.jetty.client
Constructors in org.eclipse.jetty.client with parameters of type ByteBufferPool.SizedModifierConstructorDescriptionPathRequestContent(String contentType, Path filePath, ByteBufferPool.Sized sizedBufferPool) -
Uses of ByteBufferPool.Sized in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http with parameters of type ByteBufferPool.SizedModifier and TypeMethodDescriptionMultiPart.ByteBufferPart.newContentSource(ByteBufferPool.Sized bufferPool, long first, long length) MultiPart.ChunksPart.newContentSource(ByteBufferPool.Sized bufferPool, long first, long length) MultiPart.ContentSourcePart.newContentSource(ByteBufferPool.Sized bufferPool, long first, long length) MultiPart.Part.newContentSource(ByteBufferPool.Sized bufferPool, long first, long length) Creates a newContent.Source.MultiPart.PathPart.newContentSource(ByteBufferPool.Sized bufferPool, long first, long length) MultiPartByteRanges.Part.newContentSource(ByteBufferPool.Sized bufferPool, long first, long length) Constructors in org.eclipse.jetty.http with parameters of type ByteBufferPool.SizedModifierConstructorDescriptionPart(ByteBufferPool.Sized bufferPool, long first, long length, String name, String fileName, HttpFields fields) Part(ByteBufferPool.Sized bufferPool, String name, String fileName, HttpFields fields) Part(String contentType, Resource resource, ByteRange byteRange, long contentLength, ByteBufferPool.Sized bufferPool) Part(HttpFields headers, Resource resource, ByteRange byteRange, ByteBufferPool.Sized bufferPool) PathPart(ByteBufferPool.Sized bufferPool, String name, String fileName, HttpFields fields, Path path) -
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)