Uses of Class
org.jgrapes.io.util.ManagedBufferPool
Package
Description
I/O related components built on top of the core package.
Utility classes, mainly for adapted buffers to specific needs.
Networking related I/O classes.
-
Uses of ManagedBufferPool in org.jgrapes.io
Modifier and TypeMethodDescriptionIOSubchannel.byteBufferPool()
Get the subchannel’s byte buffer pool.IOSubchannel.DefaultIOSubchannel.byteBufferPool()
Returns the buffer pool set.IOSubchannel.charBufferPool()
Get the subchannel’s char buffer pool.IOSubchannel.DefaultIOSubchannel.charBufferPool()
Returns the buffer pool set.Modifier and TypeMethodDescriptionprotected void
IOSubchannel.DefaultIOSubchannel.setByteBufferPool
(ManagedBufferPool<ManagedBuffer<ByteBuffer>, ByteBuffer> bufferPool) protected void
IOSubchannel.DefaultIOSubchannel.setCharBufferPool
(ManagedBufferPool<ManagedBuffer<CharBuffer>, CharBuffer> bufferPool) -
Uses of ManagedBufferPool in org.jgrapes.io.util
Modifier and TypeMethodDescriptionManagedBufferPool.setDrainDelay
(long delay) Sets the delay after which buffers are removed from the pool.Sets a name for this pool (to be used in status reports).ModifierConstructorDescriptionPoolInfos
(Set<ManagedBufferPool<?, ?>> pools) Instantiates a new pool infos. -
Uses of ManagedBufferPool in org.jgrapes.net
Modifier and TypeMethodDescriptionSocketConnectionManager.SocketChannelImpl.readBuffers()
Gets the read buffers.