Package org.glassfish.grizzly.web.container.util

Interface Summary
Interceptor<E> Simple interception hook used to trap events inside Grizzly core.
IntrospectionUtils.AttributeHolder  
IntrospectionUtils.PropertySource  
 

Class Summary
ClassLoaderUtil Simple Classloader utility.
ConcurrentReferenceHashMap<K,V> An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
ConcurrentWeakHashMap<K,V> A hash table with weak keys, full concurrency of retrievals, and adjustable expected concurrency for updates.
ExpandJar Expand out a jar.
IntrospectionUtils Utils for introspection and reflection
LoggerUtils Customize the Logger of the http-util package.
LoggingFormatter Format the record to include the Thread that logged the record.
SelectionKeyActionAttachment Class represents extended version of SelectionKeyAttachment, and introduces process method, which will be called by framework once SelectionKey has some ready event, before actual event processing.
SelectionKeyAttachment Basic class for all SelectionKey attachments.
SelectionKeyAttachmentWrapper<E> SelectionKey attachment utility class.
ThreadLocalRandom A random number generator with the same properties as class Random but isolated to the current Thread.
 

Enum Summary
ConcurrentReferenceHashMap.Option  
ConcurrentReferenceHashMap.ReferenceType An option specifying which Java reference type should be used to refer to a key and/or value.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.