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

Packages that use com.basho.riak.client.http.response
com.basho.riak.client.http The legacy, low-level HTTP REST RiakClient and associated classes, consider using the high-level IRiakClient 
com.basho.riak.client.http.plain A more OO wrapper to the legacy, low-level HTTP REST client map reduce key filters, consider using the high-level IRiakClient 
com.basho.riak.client.http.request Riak request classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
com.basho.riak.client.http.response HTTP response handling/wrapping classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
com.basho.riak.client.http.util Supporting utility classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
com.basho.riak.client.raw.http Classes for adapting the http.RiakClient to the RawClient interface 
 

Classes in com.basho.riak.client.http.response used by com.basho.riak.client.http
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
IndexResponse
          The response from an index query
ListBucketsResponse
           
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.http.response used by com.basho.riak.client.http.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.http.response used by com.basho.riak.client.http.request
MapReduceResponse
          Response from a map-reduce query (POST to /mapred).
 

Classes in com.basho.riak.client.http.response used by com.basho.riak.client.http.response
FetchResponse
          Response from a HEAD or GET request for an object.
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.
WithBodyResponse
          A unified interface for responses that may return one, or more RiakObjects
 

Classes in com.basho.riak.client.http.response used by com.basho.riak.client.http.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.
 

Classes in com.basho.riak.client.http.response used by com.basho.riak.client.raw.http
BucketResponse
          Response from a GET request at a bucket's URL.
 



Copyright © 2012. All Rights Reserved.