Uses of Interface
org.glassfish.grizzly.memory.WrapperAware

Packages that use WrapperAware
org.glassfish.grizzly.memory   
org.glassfish.grizzly.memory.slab   
 

Uses of WrapperAware in org.glassfish.grizzly.memory
 

Classes in org.glassfish.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 org.glassfish.grizzly.memory.slab
 

Classes in org.glassfish.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.