Uses of Package
org.glassfish.grizzly.memory

Packages that use org.glassfish.grizzly.memory
org.glassfish.grizzly   
org.glassfish.grizzly.compression.lzma   
org.glassfish.grizzly.compression.lzma.impl.rangecoder   
org.glassfish.grizzly.compression.zip   
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.memory   
org.glassfish.grizzly.memory.jmx   
org.glassfish.grizzly.ssl   
org.glassfish.grizzly.streams   
org.glassfish.grizzly.threadpool   
org.glassfish.grizzly.utils   
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly
BufferArray
           
ByteBufferArray
           
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.compression.lzma
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.compression.lzma.impl.rangecoder
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.compression.zip
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.filterchain
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.memory
AbstractBufferArray
           
AbstractMemoryManager
          A MemoryManager abstraction to provide utilities that may be useful across different MemoryManager implementations.
BufferArray
           
BuffersBuffer
           
ByteBufferArray
           
ByteBufferAware
           
ByteBufferManager.SmallByteBufferWrapper
          ByteBufferWrapper implementation, which supports trimming.
ByteBufferWrapper
          Buffer implementation, which uses the ByteBuffer underneath.
CompositeBuffer
           
CompositeBuffer.BulkOperation
          Bulk Buffer operation, responsible for byte-by-byte Buffer processing.
CompositeBuffer.Setter
          Setter.
HeapBuffer
          Buffer implementation, which uses the ByteBuffer underneath.
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
MemoryProbe
          MemoryManager monitoring probe.
ThreadLocalPool
          TODO Documentation
ThreadLocalPoolProvider
          This interface may be implemented by custom MemoryManager implementations in order to provide per-thread memory management.
WrapperAware
          MemoryManagers, which implement this interface, are able to convert frequently used Java buffer types to Grizzly Buffer.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.memory.jmx
ByteBufferManager
          The simple Buffer manager implementation, which works as wrapper above ByteBuffers.
HeapMemoryManager
          A WrapperAware MemoryManager implementation for managing HeapBuffer instances.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.ssl
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.streams
CompositeBuffer
           
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.threadpool
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
ThreadLocalPool
          TODO Documentation
 

Classes in org.glassfish.grizzly.memory used by org.glassfish.grizzly.utils
MemoryManager
          MemoryManager, responsible for allocating and releasing memory, required during application runtime.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.