Package | Description |
---|---|
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.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 |
Modifier and Type | Method and Description |
---|---|
void |
ConvertToCheckedExceptions.handle(RiakResponseRuntimeException e)
Throws a checked
RiakResponseException |
Constructor and Description |
---|
RiakResponseException(RiakResponseRuntimeException e) |
Modifier and Type | Method and Description |
---|---|
void |
RiakExceptionHandler.handle(RiakResponseRuntimeException e)
Handle exceptions caused by malformed responses from the sever
|
Constructor and Description |
---|
FetchResponse(HttpResponse r) |
FetchResponse(HttpResponse r,
RiakClient riak)
On a 2xx response, parse the HTTP response from Riak into a
RiakObject . |
WalkResponse(HttpResponse r) |
WalkResponse(HttpResponse r,
RiakClient riak)
On a 2xx response, parses the HTTP body into a list of steps.
|
Modifier and Type | Method and Description |
---|---|
HttpResponse |
ClientHelper.toss(RiakResponseRuntimeException e) |
Copyright © 2014. All Rights Reserved.