org.archive.net |
|
Java Source File Name | Type | Comment |
ClientFTP.java | Class | Client for FTP operations. |
DownloadURLConnection.java | Class | An URL Connection that pre-downloads URL reference before passing back a
Stream reference. |
FTPException.java | Class | Indicates that a FTP operation failed due to a protocol violation. |
LaxURI.java | Class | URI subclass which allows partial/inconsistent encoding, matching
the URIs which will be relayed in requests from popular web
browsers (esp. |
LaxURLCodec.java | Class | |
UURI.java | Class | Usable URI.
This class wraps
org.apache.commons.httpclient.URI adding caching
and methods. |
UURIFactory.java | Class | Factory that returns UURIs.
Does escaping and fixup on URIs massaging in accordance with RFC2396
and to match browser practice. |
UURIFactoryTest.java | Class | Test UURIFactory for proper UURI creation across variety of
important/tricky cases.
Be careful writing this file. |
UURITest.java | Class | |