| Class | Description |
|---|---|
| AbstractHTTPWriter | |
| AuthDirectivesParser |
Copied from Abdera 2, and then adapted to use.
|
| AvailableInputStream | |
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| CaseInsensitiveKey |
A case insensitive key.
|
| DirectivesParser |
Modified version of the HTTP Components BasicHeaderValueParser.
|
| Hex | |
| NullInputStream | |
| NumberUtils | |
| Pair<K,V> | |
| PropertiesLoader | |
| RequestWriter |
Experimental for debugging: do not use.
|
| ResponseWriter |
Experimental for debugging: do not use.
|
| SecureRandomFactory | |
| SerializationUtils |
Copied from commons-lang.
|
| TestUtil |
Copied from PlexusTestCase.
|
| URIBuilder |
Immutable URI builder.
|
| URIDecoder |
Wraps the
URLDecoder of the JDK to provide a more useful interface |
| URIEncoder |
Wraps the
URLEncoder of the JDK to provide a more useful interface |
| URISchemeDefaults |
| Exception | Description |
|---|---|
| SerializationException |
Copyright © 2008-2013. All Rights Reserved.