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.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.io
Fields in org.eclipse.jetty.io declared as ByteBufferPool.SizedModifier and TypeFieldDescriptionstatic final ByteBufferPool.Sized
ByteBufferPool.SIZED_NON_POOLING
Methods in org.eclipse.jetty.io with parameters of type ByteBufferPool.SizedModifier and TypeMethodDescriptionstatic Content.Source
Content.Source.from
(ByteBufferPool.Sized byteBufferPool, InputStream inputStream) Create aContent.Source
from aPath
.static Content.Source
Content.Source.from
(ByteBufferPool.Sized byteBufferPool, InputStream inputStream, long offset, long length) Create aContent.Source
from aPath
.static Content.Source
Content.Source.from
(ByteBufferPool.Sized byteBufferPool, ByteChannel byteChannel) Create aContent.Source
from aByteChannel
.static Content.Source
Content.Source.from
(ByteBufferPool.Sized byteBufferPool, SeekableByteChannel seekableByteChannel, long offset, long length) Create aContent.Source
from aByteChannel
.static Content.Source
Content.Source.from
(ByteBufferPool.Sized byteBufferPool, Path path) Create aContent.Source
from aPath
.static Content.Source
Content.Source.from
(ByteBufferPool.Sized byteBufferPool, Path path, long offset, long length) Create aContent.Source
from aPath
. -
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) -
Uses of ByteBufferPool.Sized in org.eclipse.jetty.io.internal
Constructors in org.eclipse.jetty.io.internal with parameters of type ByteBufferPool.SizedModifierConstructorDescriptionByteChannelContentSource
(ByteBufferPool.Sized byteBufferPool, ByteChannel byteChannel) ByteChannelContentSource
(ByteBufferPool.Sized byteBufferPool, SeekableByteChannel seekableByteChannel, long offset, long length) PathContentSource
(ByteBufferPool.Sized byteBufferPool, Path path) PathContentSource
(ByteBufferPool.Sized byteBufferPool, Path path, long offset, long length)