Uses of Interface
org.jboss.netty.channel.FileRegion
-
Packages that use FileRegion Package Description org.jboss.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.org.jboss.netty.channel.socket.nio 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 Modifier and Type Class Description class
DefaultFileRegion
-
Uses of FileRegion in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as FileRegion Modifier and Type Field Description private FileRegion
SocketSendBufferPool.FileSendBuffer. file
Methods in org.jboss.netty.channel.socket.nio with parameters of type FileRegion Modifier and Type Method Description private SocketSendBufferPool.SendBuffer
SocketSendBufferPool. acquire(FileRegion src)
Constructors in org.jboss.netty.channel.socket.nio with parameters of type FileRegion Constructor Description FileSendBuffer(FileRegion file)
-