|
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. |