Package org.glassfish.jersey.internal.util

Common Jersey internal miscellaneous utility classes.

See:
          Description

Interface Summary
Closing.Closure  
KeyComparator<K> A key comparator.
 

Class Summary
Base64 Utility class that implements base64 encoding and decoding.
Closing A helper class to aid the closing of InputStream.
CommittingOutputStream An abstract committing output stream adapter that performs a commit before the first byte is written to the adapted OutputStream.
ExtendedLogger Logger extension with additional logging utility & convenience methods.
KeyComparatorHashMap<K,V> A implementation similar to HashMap but supports the comparison of keys using a KeyComparator.
KeyComparatorLinkedHashMap<K,V> A implementation similar to LinkedHashMap but supports the comparison of keys using a KeyComparator.
LazyUid Lazily initialized, thread-safe, random UUID.
ReflectionHelper Utility methods for Java reflection.
ReflectionHelper.DeclaringClassInterfacePair A tuple consisting of a concrete class and a declaring class that declares a generic interface type.
SaxHelper Common helper methods for SAX parsers.
StringIgnoreCaseKeyComparator Case insensitive String key comparator.
 

Package org.glassfish.jersey.internal.util Description

Common Jersey internal miscellaneous utility classes.



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.