Uses of Package
com.sun.grizzly.memory

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

Classes in com.sun.grizzly.memory used by com.sun.grizzly
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
 

Classes in com.sun.grizzly.memory used by com.sun.grizzly.memory
ByteBufferManager
          The simple Buffer manager implementation, which works as wrapper above ByteBuffers.
ByteBufferViewManager
          The ByteBufferManager implementation, which doesn't allocate ByteBuffers each time allocate is called.
ByteBufferWrapper
          Buffer implementation, which uses the ByteBuffer underneath.
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
WrapperAware
          MemoryManagers, which implement this interface, are able to convert frequently used Java buffer types to Grizzly Buffer.
 

Classes in com.sun.grizzly.memory used by com.sun.grizzly.memory.slab
ByteBufferManager
          The simple Buffer manager implementation, which works as wrapper above ByteBuffers.
ByteBufferWrapper
          Buffer implementation, which uses the ByteBuffer underneath.
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
WrapperAware
          MemoryManagers, which implement this interface, are able to convert frequently used Java buffer types to Grizzly Buffer.
 

Classes in com.sun.grizzly.memory used by com.sun.grizzly.threadpool
DefaultMemoryManager.BufferInfo
          Information about thread associated memory pool.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.