Uses of Class
org.jboss.netty.channel.socket.nio.SocketSendBufferPool.Preallocation
-
Packages that use SocketSendBufferPool.Preallocation 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.Preallocation in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as SocketSendBufferPool.Preallocation Modifier and Type Field Description private SocketSendBufferPool.Preallocation
SocketSendBufferPool. current
private SocketSendBufferPool.Preallocation
SocketSendBufferPool.PooledSendBuffer. parent
Methods in org.jboss.netty.channel.socket.nio that return SocketSendBufferPool.Preallocation Modifier and Type Method Description private SocketSendBufferPool.Preallocation
SocketSendBufferPool. getPreallocation()
private SocketSendBufferPool.Preallocation
SocketSendBufferPool. getPreallocation0()
Constructors in org.jboss.netty.channel.socket.nio with parameters of type SocketSendBufferPool.Preallocation Constructor Description PooledSendBuffer(SocketSendBufferPool.Preallocation parent, java.nio.ByteBuffer buffer)
PreallocationRef(SocketSendBufferPool.Preallocation prealloation, SocketSendBufferPool.PreallocationRef next)
-