Uses of Class
com.sun.grizzly.memory.ByteBufferManager

Packages that use ByteBufferManager
com.sun.grizzly.memory   
com.sun.grizzly.memory.slab   
 

Uses of ByteBufferManager in com.sun.grizzly.memory
 

Subclasses of ByteBufferManager in com.sun.grizzly.memory
 class ByteBufferViewManager
          The ByteBufferManager implementation, which doesn't allocate ByteBuffers each time allocate is called.
 class DefaultMemoryManager
          Default MemoryManager, used in Grizzly.
 

Fields in com.sun.grizzly.memory declared as ByteBufferManager
protected  ByteBufferManager ByteBufferWrapper.memoryManager
           
 

Constructors in com.sun.grizzly.memory with parameters of type ByteBufferManager
ByteBufferWrapper(ByteBufferManager memoryManager, ByteBuffer underlyingByteBuffer)
           
DefaultMemoryManager.TrimAwareWrapper(ByteBufferManager memoryManager, ByteBuffer underlyingByteBuffer)
           
 

Uses of ByteBufferManager in com.sun.grizzly.memory.slab
 

Subclasses of ByteBufferManager in com.sun.grizzly.memory.slab
 class SlabMemoryManagerBase
          Base class for implementing an SlabMemory Allocator.
 class SlabMemoryManagerImpl
          A simple non-pooled implementation of an Allocator.
 class SlabPoolMemoryManagerImpl
          An Allocator implemented on a SlabPool.
 

Constructors in com.sun.grizzly.memory.slab with parameters of type ByteBufferManager
SlabByteBufferWrapper(ByteBufferManager allocator, Slab slab, int size)
          Allocate a buffer that contains dataSize data.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.