Uses of Interface
org.eclipse.net4j.buffer.IBufferPool

Packages that use IBufferPool
org.eclipse.net4j The Net4j transport layer. 
org.eclipse.net4j.buffer The Net4j transport layer concepts for dealing with buffers. 
 

Uses of IBufferPool in org.eclipse.net4j
 

Methods in org.eclipse.net4j that return IBufferPool
static IBufferPool Net4jUtil.createBufferPool()
           
static IBufferPool Net4jUtil.createBufferPool(IBufferProvider factory)
           
static IBufferPool Net4jUtil.createBufferPool(short bufferCapacity)
           
 

Methods in org.eclipse.net4j with parameters of type IBufferPool
static int Net4jUtil.getPooledBuffers(IBufferPool bufferPool)
           
 

Uses of IBufferPool in org.eclipse.net4j.buffer
 

Subinterfaces of IBufferPool in org.eclipse.net4j.buffer
static interface IBufferPool.Introspection
          Offers additional introspection features for IBufferPools.
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.