Uses of Class
org.jgrapes.io.util.ManagedBufferPool
Packages that use 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
Methods in org.jgrapes.io that return ManagedBufferPoolModifier 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.Methods in org.jgrapes.io with parameters of type ManagedBufferPoolModifier and TypeMethodDescriptionprotected voidIOSubchannel.DefaultIOSubchannel.setByteBufferPool(ManagedBufferPool<ManagedBuffer<ByteBuffer>, ByteBuffer> bufferPool) protected voidIOSubchannel.DefaultIOSubchannel.setCharBufferPool(ManagedBufferPool<ManagedBuffer<CharBuffer>, CharBuffer> bufferPool) -
Uses of ManagedBufferPool in org.jgrapes.io.util
Methods in org.jgrapes.io.util that return ManagedBufferPoolModifier 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).Constructor parameters in org.jgrapes.io.util with type arguments of type ManagedBufferPoolModifierConstructorDescriptionPoolInfos(Set<ManagedBufferPool<?, ?>> pools) Instantiates a new pool infos. -
Uses of ManagedBufferPool in org.jgrapes.net
Methods in org.jgrapes.net that return ManagedBufferPoolModifier and TypeMethodDescriptionSocketConnectionManager.SocketChannelImpl.readBuffers()Gets the read buffers.