Uses of Interface
org.jenkinsci.remoting.util.ByteBufferPool
-
Uses of ByteBufferPool in org.jenkinsci.remoting.protocol
Modifier and TypeClassDescriptionclass
A hub for performing I/O.class
A stack ofProtocolLayer
that make a network protocol. -
Uses of ByteBufferPool in org.jenkinsci.remoting.util
Modifier and TypeClassDescriptionclass
A buffer pool that keeps a free list ofByteBuffer
s of a specified default size in a simple fixed size stack.