Uses of Interface
org.jboss.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.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of FileRegion in org.jboss.netty.channel
Classes in org.jboss.netty.channel that implement FileRegion -
Uses of FileRegion in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as FileRegionModifier and TypeFieldDescriptionprivate final FileRegion
SocketSendBufferPool.FileSendBuffer.file
Methods in org.jboss.netty.channel.socket.nio with parameters of type FileRegionModifier and TypeMethodDescriptionprivate SocketSendBufferPool.SendBuffer
SocketSendBufferPool.acquire
(FileRegion src) Constructors in org.jboss.netty.channel.socket.nio with parameters of type FileRegion