Uses of Interface
io.netty5.channel.FileRegion
-
Packages that use FileRegion Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty5.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000).io.netty5.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of FileRegion in io.netty5.channel
Classes in io.netty5.channel that implement FileRegion Modifier and Type Class Description classDefaultFileRegionMethods in io.netty5.channel that return FileRegion Modifier and Type Method Description FileRegionDefaultFileRegion. retain()FileRegionDefaultFileRegion. retain(int increment)FileRegionFileRegion. retain()FileRegionFileRegion. retain(int increment)FileRegionDefaultFileRegion. touch()FileRegionDefaultFileRegion. touch(Object hint)FileRegionFileRegion. touch()FileRegionFileRegion. touch(Object hint) -
Uses of FileRegion in io.netty5.channel.nio
Methods in io.netty5.channel.nio with parameters of type FileRegion Modifier and Type Method Description protected abstract longAbstractNioByteChannel. doWriteFileRegion(FileRegion region)Write aFileRegion -
Uses of FileRegion in io.netty5.channel.socket.nio
Methods in io.netty5.channel.socket.nio with parameters of type FileRegion Modifier and Type Method Description protected longNioSocketChannel. doWriteFileRegion(FileRegion region)
-