Uses of Interface
org.eclipse.net4j.buffer.IBufferPool
Package
Description
The Net4j transport layer.
The Net4j transport layer concepts for dealing with buffers.
-
Uses of IBufferPool in org.eclipse.net4j
Modifier and TypeMethodDescriptionstatic IBufferPool
Net4jUtil.createBufferPool()
static IBufferPool
Net4jUtil.createBufferPool
(short bufferCapacity) static IBufferPool
Net4jUtil.createBufferPool
(IBufferProvider factory) -
Uses of IBufferPool in org.eclipse.net4j.buffer
Modifier and TypeInterfaceDescriptionstatic interface
Offers additional introspection features forIBufferPool
s.