Uses of Interface
org.jenkinsci.remoting.util.ByteBufferPool
Packages that use ByteBufferPool
-
Uses of ByteBufferPool in org.jenkinsci.remoting.protocol
Classes in org.jenkinsci.remoting.protocol that implement ByteBufferPoolModifier 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
Classes in org.jenkinsci.remoting.util that implement ByteBufferPoolModifier and TypeClassDescriptionclass
A buffer pool that keeps a free list ofByteBuffer
s of a specified default size in a simple fixed size stack.