|
Class Summary |
| BranchableInputStream |
An input stream that can be branched into other InputStreams, each
maintaining its own location, with the main read() method always returning
bytes from the furthest advanced branch. |
| ClientHelper |
This class performs the actual HTTP requests underlying the operations in
RiakClient and returns the resulting HTTP responses. |
| ClientUtils |
Utility functions. |
| CollectionWrapper<T> |
|
| LinkHeader |
Parses the HTTP Link header as described here:
http://tools.ietf.org/html/draft-nottingham-http-link-header
This implementation is more or less a direct port of mnot's Python
implementation here:
http://gist.github.com/210535 |
| Multipart |
Represents a multipart entity as described here:
http://tools.ietf.org/html/rfc2046#section-5.1 |
| Multipart.Part |
A single part of a multipart entity |
| OneTokenInputStream |
A wrapper that reads a single element an underlying InputStream
containing contains a delimited list |
| StreamedMultipart |
|