Package com.sun.grizzly.memory

Interface Summary
MemoryManager<E extends Buffer> MemoryManager, responsible for allocating and releasing memory, required during application runtime.
WrapperAware<E extends Buffer> MemoryManagers, which implement this interface, are able to convert frequently used Java buffer types to Grizzly Buffer.
 

Class Summary
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.
DefaultMemoryManager Default MemoryManager, used in Grizzly.
MemoryUtils Class has useful methods to simplify the work with Buffers.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.