| Class | Description | 
|---|---|
| ArrayUtils | 
 Utility functions not covered by third party libraries. 
 | 
| Cookie | 
 A cookie. 
 | 
| DebuggingWebConnection | 
 Wrapper around a "real" WebConnection that will use the wrapped web connection
 to do the real job and save all received responses
 in the temp directory with an overview page. 
 | 
| EncodingSniffer | 
 Sniffs encoding settings from HTML, XML or other content. 
 | 
| FalsifyingWebConnection | 
 Extension of  
WebConnectionWrapper providing facility methods to deliver something other than
 what the wrapped connection would deliver. | 
| HeaderUtils | |
| KeyDataPair | 
 INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. 
 | 
| MimeType | 
 Utility holding information about association between MIME type and file extensions. 
 | 
| NameValuePair | 
 A name/value pair. 
 | 
| OrderedFastHashMap<K,V> | 
 Simple and efficient linked map or better ordered map implementation to
 replace the default linked list which is heavy. 
 | 
| SerializableLock | 
 Helper because we need a serializable lock object for our serializable classes. 
 | 
| StringUtils | 
 String utilities class for utility functions not covered by third party libraries. 
 | 
| SubnetUtils | 
 Performs subnet calculations given a network address and a subnet mask. 
 | 
| UrlUtils | 
 URL utilities class that makes it easy to create new URLs based off of old URLs
 without having to assemble or parse them yourself. 
 | 
| WebClientUtils | 
 Utility class containing miscellaneous  
WebClient-related methods. | 
| WebConnectionWrapper | 
 Provides a convenient implementation of the  
WebConnection interface that can be subclassed by developers
 wishing to adapt a particular WebConnection. | 
| WebResponseWrapper | 
 Provides a convenient implementation of the  
WebResponse interface that can be subclassed
 by developers wishing to adapt a particular WebResponse. | 
| XmlUtils | 
 INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. 
 | 
| XUserDefinedCharset | 
 Simple implementation of the 'x-user-defined'  
Charset. | 
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.