Interface | Description |
---|---|
IOUtilities.TransferCallback | |
Traverser.Visitor |
Class | Description |
---|---|
ArrayUtilities |
Handy utilities for working with Java arrays.
|
CaseInsensitiveMap<K,V> |
Useful Map that does not care about the case-sensitivity of keys
when the key value is a String.
|
CaseInsensitiveSet<E> |
Implements a java.util.Set that will not utilize 'case' when comparing Strings
contained within the Set.
|
CookieAwareUrlInvocationHandler |
This invocation handler maintains the cookies for the connection.
|
DeepEquals |
Test two objects for equivalence with a 'deep' comparison.
|
EncryptionUtilities |
Useful encryption utilities that simplify tasks like getting an
encrypted String return value (or MD5 hash String) for String or
Stream input.
|
IOUtilities |
Useful IOUtilities that simplify common io tasks
|
ReflectionUtils | |
SafeSimpleDateFormat |
This class implements a Thread-Safe (re-entrant) SimpleDateFormat
class.
|
SessionAwareUrlInvocationHandler |
This handler adds the JSESSIONID cookie so that the Java Application (or Applet)
can respond with the HTTP session Cookie header.
|
StringUtilities |
Useful String utilities for common tasks
|
Traverser |
Java Object Graph traverser.
|
UniqueIdGenerator |
Generate a unique ID that fits within a long value quickly, will never create a duplicate value,
even if called insanely fast, and it incorporates part of the IP address so that machines in
a cluster will not create duplicates.
|
UrlInvocationHandler |
Useful utility for allowing Java code to make Ajax calls, yet the Java code
can make these calls via Dynamic Proxies created from Java interfaces for
the remote server(s).
|
UrlUtilities |
Useful utilities for working with UrlConnections and IO.
|
Copyright © 2013. All rights reserved.