Uses of Interface
io.netty.channel.FileRegion
Packages that use FileRegion
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Encoder, decoder and their related message types for HTTP.
-
Uses of FileRegion in io.netty.channel
Classes in io.netty.channel that implement FileRegionModifier and TypeClassDescriptionclass
Methods in io.netty.channel that return FileRegion -
Uses of FileRegion in io.netty.channel.epoll
Methods in io.netty.channel.epoll with parameters of type FileRegionModifier and TypeMethodDescriptionprivate int
AbstractEpollStreamChannel.writeFileRegion
(ChannelOutboundBuffer in, FileRegion region) Write aFileRegion
-
Uses of FileRegion in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue with parameters of type FileRegionModifier and TypeMethodDescriptionprivate int
AbstractKQueueStreamChannel.writeFileRegion
(ChannelOutboundBuffer in, FileRegion region) Write aFileRegion
-
Uses of FileRegion in io.netty.channel.nio
Methods in io.netty.channel.nio with parameters of type FileRegionModifier and TypeMethodDescriptionprotected abstract long
AbstractNioByteChannel.doWriteFileRegion
(FileRegion region) Write aFileRegion
-
Uses of FileRegion in io.netty.channel.oio
Methods in io.netty.channel.oio with parameters of type FileRegionModifier and TypeMethodDescriptionprivate static void
OioByteStreamChannel.checkEOF
(FileRegion region) Deprecated.protected abstract void
AbstractOioByteChannel.doWriteFileRegion
(FileRegion region) Deprecated.Write the data which is hold by theFileRegion
to the underlying Socket.protected void
OioByteStreamChannel.doWriteFileRegion
(FileRegion region) Deprecated. -
Uses of FileRegion in io.netty.channel.socket.nio
Methods in io.netty.channel.socket.nio with parameters of type FileRegionModifier and TypeMethodDescriptionprotected long
NioDomainSocketChannel.doWriteFileRegion
(FileRegion region) protected long
NioSocketChannel.doWriteFileRegion
(FileRegion region) -
Uses of FileRegion in io.netty.handler.codec.http
Methods in io.netty.handler.codec.http with parameters of type FileRegionModifier and TypeMethodDescriptionprivate static void
HttpObjectEncoder.encodedChunkedFileRegionContent
(ChannelHandlerContext ctx, FileRegion msg, List<Object> out) private void
HttpObjectEncoder.encodeFileRegionContent
(ChannelHandlerContext ctx, FileRegion msg, List<Object> out)