Uses of Class
com.basho.riak.client.http.response.HttpResponseDecorator

Packages that use HttpResponseDecorator
com.basho.riak.client.http.response HTTP response handling/wrapping classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
 

Uses of HttpResponseDecorator in com.basho.riak.client.http.response
 

Subclasses of HttpResponseDecorator in com.basho.riak.client.http.response
 class BucketResponse
          Response from a GET request at a bucket's URL.
 class FetchResponse
          Response from a HEAD or GET request for an object.
 class IndexResponse
          The response from an index query
 class ListBucketsResponse
           
 class MapReduceResponse
          Response from a map-reduce query (POST to /mapred).
 class StoreResponse
          Response from a PUT request for an object.
 class WalkResponse
          Response from a GET request for an object with link walking.
 



Copyright © 2012. All Rights Reserved.