Uses of Interface
org.eclipse.net4j.buffer.IBufferPool
Packages that use IBufferPool
Package
Description
The Net4j transport layer.
The Net4j transport layer concepts for dealing with buffers.
-
Uses of IBufferPool in org.eclipse.net4j
Methods in org.eclipse.net4j that return IBufferPoolModifier and TypeMethodDescriptionstatic IBufferPool
Net4jUtil.createBufferPool()
static IBufferPool
Net4jUtil.createBufferPool
(short bufferCapacity) static IBufferPool
Net4jUtil.createBufferPool
(IBufferProvider factory) Methods in org.eclipse.net4j with parameters of type IBufferPool -
Uses of IBufferPool in org.eclipse.net4j.buffer
Subinterfaces of IBufferPool in org.eclipse.net4j.bufferModifier and TypeInterfaceDescriptionstatic interface
Offers additional introspection features forIBufferPool
s.