Package org.glassfish.grizzly.utils

Interface Summary
ActivityCheckFilter.TimeoutHandler  
DelayedExecutor.Resolver<E>  
DelayedExecutor.Worker<E>  
ExceptionHandler  
GenericAdapter<K,V> Generic Adapter interface.
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.
Charsets Charset utility class.
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>  
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.
Futures Set of utilities.
IdleTimeoutFilter The Filter is responsible for tracking Connection activity and closing Connection ones it becomes idle for certain amount of time.
JdkVersion  
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 © 2012 Oracle Corporation. All Rights Reserved.