Class SocketSendBufferPool.PreallocationRef
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.SoftReference<SocketSendBufferPool.Preallocation>
-
- org.jboss.netty.channel.socket.nio.SocketSendBufferPool.PreallocationRef
-
- Enclosing class:
- SocketSendBufferPool
private final class SocketSendBufferPool.PreallocationRef extends java.lang.ref.SoftReference<SocketSendBufferPool.Preallocation>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SocketSendBufferPool.PreallocationRef
next
-
Constructor Summary
Constructors Constructor Description PreallocationRef(SocketSendBufferPool.Preallocation prealloation, SocketSendBufferPool.PreallocationRef next)
-
-
-
Field Detail
-
next
final SocketSendBufferPool.PreallocationRef next
-
-
Constructor Detail
-
PreallocationRef
PreallocationRef(SocketSendBufferPool.Preallocation prealloation, SocketSendBufferPool.PreallocationRef next)
-
-