Uses of Class
org.jboss.netty.channel.socket.nio.SocketSendBufferPool.PreallocationRef
-
Packages that use SocketSendBufferPool.PreallocationRef Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of SocketSendBufferPool.PreallocationRef in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as SocketSendBufferPool.PreallocationRef Modifier and Type Field Description (package private) SocketSendBufferPool.PreallocationRef
SocketSendBufferPool.PreallocationRef. next
private SocketSendBufferPool.PreallocationRef
SocketSendBufferPool. poolHead
Constructors in org.jboss.netty.channel.socket.nio with parameters of type SocketSendBufferPool.PreallocationRef Constructor Description PreallocationRef(SocketSendBufferPool.Preallocation prealloation, SocketSendBufferPool.PreallocationRef next)
-