Uses of Interface
com.sun.grizzly.memory.WrapperAware

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

Uses of WrapperAware in com.sun.grizzly.memory
 

Classes in com.sun.grizzly.memory that implement WrapperAware
 class ByteBufferManager
          The simple Buffer manager implementation, which works as wrapper above ByteBuffers.
 class ByteBufferViewManager
          The ByteBufferManager implementation, which doesn't allocate ByteBuffers each time allocate is called.
 class DefaultMemoryManager
          Default MemoryManager, used in Grizzly.
 

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

Classes in com.sun.grizzly.memory.slab that implement WrapperAware
 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.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.