Package org.glassfish.grizzly.utils

Interface Summary
ActivityCheckFilter.TimeoutHandler  
CompletionHandlerAdapter.ResultAdapter<K,V>  
DelayedExecutor.Resolver<E>  
DelayedExecutor.Worker<E>  
ExceptionHandler  
IdleTimeoutFilter.TimeoutHandler  
IdleTimeoutFilter.TimeoutResolver  
ObjectPool<E extends PoolableObject> Basic interface for object pool implementations
PoolableObject  
ResultAware<E>  
TransferQueue<E> A BlockingQueue in which producers may wait for consumers to receive elements.
 

Class Summary
ActivityCheckFilter The Filter is responsible for tracking Connection activity and closing Connection ones it becomes idle for certain amount of time.
ArraySet<T> The thread safe set implementation, which uses array to hold its elements.
ArrayUtils Set of utility methods to work with Arrays.
BufferInputStream InputStream implementation over Grizzly Buffer.
BufferOutputStream OutputStream implementation to write to a Buffer.
ChunkingFilter The Filter is responsible to break the incoming/outgoing data into chunks and pass them down/up by the FilterChain.
ChunkingFilter.ChunkingDecoder  
ChunkingFilter.ChunkingEncoder  
ChunkingFilter.ChunkingTransformer  
CompletionHandlerAdapter<A,B>  
ConcurrentQueuePool<E extends PoolableObject> ObjectPool implementation based on LinkedTransferQueue
DataStructures  
DebugPoint Utility class, which may stores the current execution position to help tracking threading issues.
DelayedExecutor  
DelayFilter Filter which pauses protocol chain processing for a certain time.
EchoFilter Echo Filter implementation
Exceptions Exceptions utilities.
IdleTimeoutFilter The Filter is responsible for tracking Connection activity and closing Connection ones it becomes idle for certain amount of time.
LinkedTransferQueue<E> An unbounded TransferQueue based on linked nodes.
LogFilter Simple log Filter
LoggingFormatter Format the record to include the Thread that logged the record.
Pair<K,L> Key : Value pair implementation.
ServiceFinder<T> A simple service-provider lookup mechanism.
SilentConnectionFilter Filter, which determines silent connections and closes them.
StateHolder<E> Class, which holds the state.
StateHolder.ConditionElement<E>  
StringDecoder String decoder, which decodes Buffer to String
StringEncoder String decoder, which decodes Buffer to String
StringFilter StringFilter implementation, which performs Buffer <-> String transformation.
Utils Class contains set of useful operations commonly used in the framework
 

Enum Summary
ExceptionHandler.Severity  
 

Error Summary
ServiceConfigurationError Error thrown when something goes wrong while looking up service providers.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.