Uses of Class
org.jboss.netty.channel.socket.nio.SocketSendBufferPool.Preallocation
Packages that use SocketSendBufferPool.Preallocation
Package
Description
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.PreallocationModifier and TypeFieldDescriptionSocketSendBufferPool.currentprivate final SocketSendBufferPool.PreallocationSocketSendBufferPool.PooledSendBuffer.parentMethods in org.jboss.netty.channel.socket.nio that return SocketSendBufferPool.PreallocationModifier and TypeMethodDescriptionSocketSendBufferPool.getPreallocation()SocketSendBufferPool.getPreallocation0()Constructors in org.jboss.netty.channel.socket.nio with parameters of type SocketSendBufferPool.PreallocationModifierConstructorDescription(package private)PooledSendBuffer(SocketSendBufferPool.Preallocation parent, ByteBuffer buffer) (package private)PreallocationRef(SocketSendBufferPool.Preallocation prealloation, SocketSendBufferPool.PreallocationRef next)