Class SocketSendBufferPool.PreallocationRef
java.lang.Object
java.lang.ref.Reference<SocketSendBufferPool.Preallocation>
java.lang.ref.SoftReference<SocketSendBufferPool.Preallocation>
org.jboss.netty.channel.socket.nio.SocketSendBufferPool.PreallocationRef
- Enclosing class:
SocketSendBufferPool
private final class SocketSendBufferPool.PreallocationRef
extends SoftReference<SocketSendBufferPool.Preallocation>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPreallocationRef
(SocketSendBufferPool.Preallocation prealloation, SocketSendBufferPool.PreallocationRef next) -
Method Summary
Methods inherited from class java.lang.ref.SoftReference
get
Methods inherited from class java.lang.ref.Reference
clear, enqueue, isEnqueued
-
Field Details
-
next
-
-
Constructor Details
-
PreallocationRef
PreallocationRef(SocketSendBufferPool.Preallocation prealloation, SocketSendBufferPool.PreallocationRef next)
-