Uses of Package
com.basho.riak.client.response

Packages that use com.basho.riak.client.response
com.basho.riak.client   
com.basho.riak.client.plain   
com.basho.riak.client.request   
com.basho.riak.client.response   
com.basho.riak.client.util   
 

Classes in com.basho.riak.client.response used by com.basho.riak.client
BucketResponse
          Response from a GET request at a bucket's URL.
FetchResponse
          Response from a HEAD or GET request for an object.
HttpResponse
          HTTP response information resulting from some HTTP operation
MapReduceResponse
          Response from a map-reduce query (POST to /mapred).
RiakExceptionHandler
          Allows clients to handle exceptions in a separate class rather than inline with the requests.
StoreResponse
          Response from a PUT request for an object.
StreamHandler
          Used with RiakClient.stream() to process the HTTP responses for fetch requests as a stream.
WalkResponse
          Response from a GET request for an object with link walking.
 

Classes in com.basho.riak.client.response used by com.basho.riak.client.plain
HttpResponse
          HTTP response information resulting from some HTTP operation
RiakExceptionHandler
          Allows clients to handle exceptions in a separate class rather than inline with the requests.
RiakIORuntimeException
          Thrown when an error occurs during communication with the Riak server.
RiakResponseRuntimeException
          Thrown when the Riak server returns a malformed response.
StreamHandler
          Used with RiakClient.stream() to process the HTTP responses for fetch requests as a stream.
 

Classes in com.basho.riak.client.response used by com.basho.riak.client.request
MapReduceResponse
          Response from a map-reduce query (POST to /mapred).
 

Classes in com.basho.riak.client.response used by com.basho.riak.client.response
HttpResponse
          HTTP response information resulting from some HTTP operation
HttpResponseDecorator
          A default decorator implementation for HttpResponse
RiakIORuntimeException
          Thrown when an error occurs during communication with the Riak server.
RiakResponseRuntimeException
          Thrown when the Riak server returns a malformed response.
 

Classes in com.basho.riak.client.response used by com.basho.riak.client.util
HttpResponse
          HTTP response information resulting from some HTTP operation
RiakExceptionHandler
          Allows clients to handle exceptions in a separate class rather than inline with the requests.
RiakIORuntimeException
          Thrown when an error occurs during communication with the Riak server.
RiakResponseRuntimeException
          Thrown when the Riak server returns a malformed response.
StreamHandler
          Used with RiakClient.stream() to process the HTTP responses for fetch requests as a stream.
 



Copyright © 2010. All Rights Reserved.