Package com.basho.riak.client.util

General utility classes used by the API, mainly deprecated classes that have been moved to com.basho.riak.client.http.util.

See:
          Description

Interface Summary
Constants Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved.
 

Class Summary
BranchableInputStream Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved.
CharsetUtils Utils for dealing with byte[], String charset issues, especially since Java 5 is less cool than Java 6 in this respect.
ClientHelper Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved.
ClientUtils Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved.
CollectionWrapper<T> Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved.
LinkHeader Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved.
Multipart Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved.
Multipart.Part Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved.
OneTokenInputStream Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved.
StreamedMultipart Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved.
UnmodifiableIterator<E> Decorates an iterator so that remove throws UnsupportedOperationException
 

Package com.basho.riak.client.util Description

General utility classes used by the API, mainly deprecated classes that have been moved to com.basho.riak.client.http.util.

Includes CharsetUtils for converting between byte[] and String in a Java 5 world.



Copyright © 2012. All Rights Reserved.