Uses of Class
org.eclipse.jetty.io.ByteBufferPool.Sized
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
-
Uses of ByteBufferPool.Sized in org.eclipse.jetty.client
ModifierConstructorDescriptionPathRequestContent
(String contentType, Path filePath, ByteBufferPool.Sized sizedBufferPool) -
Uses of ByteBufferPool.Sized in org.eclipse.jetty.io
Modifier and TypeFieldDescriptionstatic final ByteBufferPool.Sized
ByteBufferPool.SIZED_NON_POOLING
Modifier 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
ModifierConstructorDescriptionInputStreamContentSource
(InputStream inputStream, ByteBufferPool.Sized bufferPool) PathContentSource
(Path path, ByteBufferPool.Sized sizedBufferPool) -
Uses of ByteBufferPool.Sized in org.eclipse.jetty.io.internal
ModifierConstructorDescriptionByteChannelContentSource
(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)