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.PreallocationSocketSendBufferPool. currentprivate SocketSendBufferPool.PreallocationSocketSendBufferPool.PooledSendBuffer. parentMethods in org.jboss.netty.channel.socket.nio that return SocketSendBufferPool.Preallocation Modifier and Type Method Description private SocketSendBufferPool.PreallocationSocketSendBufferPool. getPreallocation()private SocketSendBufferPool.PreallocationSocketSendBufferPool. 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)
-