Package ice.net

Interface Summary
AuthenticationListener Classes wanting to recieve AuthentcationEvents should implement this interface.
Cache All caches must implement this interface.
Connection  
HttpURLConnectionCallback The HttpURLConnectionCallback interface defines a callback mechanism for the HttpURLConnection class.
HttpURLConnectionListener An HTTP URL connection event gets fired whenever an HTTP request is prepared or sent, or an HTTP response is received.
MyDigest Dummy interface for the java.security.MessageDigest class.
SimpleSocket  
 

Class Summary
Authentication For more complete information about HTTP authentication, please read the following: RFC 1945 "Hypertext Transfer Protocol -- HTTP/1.0" RFC 2068 "Hypertext Transfer Protocol -- HTTP/1.1" RFC 2616 "Hypertext Transfer Protocol -- HTTP/1.1" RFC 2617 "HTTP Authentication: Basic and Digest Access Authentication"
AuthenticationEvent This event is passed to all AuthenticationListeners.
AuthenticationManager This class provide support for basic (unsecure) and digest authentication.
CachedInputStream  
CachedObject This class represents a cached object.
CacheManager This class manages caches.
CacheManagerSettings The CacheManagerSettings class specifies settings for a CacheManager.
ClientSocket  
ConnectionManager  
ConnectionManagerSettings The ConnectionManagerSettings class specifies settings for a ConnectionManager.
ConnectionRoute  
Cookie This class represents one cookie.
CookieManager This class provides support for cookies.
CookieManagerSettings The CookieManagerSettings class specifies settings for a CookieManager.
Direct This is the implementation of an ConnectionRoute that has a "direct" connection route to the host of the requested URL.
FileCache A basic class for caches, implements a Filecache.
HeaderMap Deprecated. As of 1.6.1, replaced by HeaderMap.
HeaderMap.Header Deprecated. As of 1.6.1, replaced by HeaderMap.Header.
HttpMessage The HttpMessage is an abstract class, which functions as the base class for HTTP messages containing the common functionality.
HttpMessage.EntityBody The EntityBody class represents the entity body of an HTTP message.
HttpParser  
HttpRequest The HttpRequest class represents an actual HTTP request message.
HttpResponse The HttpResponse class represents an actual HTTP response message.
HttpURLConnection This Class implements the http/1.1 protocol as described in RFC 2068.
HttpURLConnectionEvent An HTTP URL connection event gets fired whenever an HTTP request is prepared or sent, or an HTTP response is received.
HttpURLConnectionSettings The HttpURLConnectionSettings class specifies settings for a HttpURLConnection.
HttpURLStreamHandler  
Indirect This is the base implementation of an ConnectionRoute that has an indirect connection route to get to the host of the requested URL.
MemoryCache The basic class for caches.
NonBlockingConnectionManager  
Util  
 

Exception Summary
ForbiddenException This Exception is thrown by the http subsystem if it recieves a 403 Forbidden while trying to access a document.
URLNotFoundException This Exception is thrown by the http subsystem if it recieves a 404 Not found while trying to access a document.