|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpResponse | |
|---|---|
| org.ektorp.http | |
| org.ektorp.impl | |
| org.ektorp.impl.changes | |
| Uses of HttpResponse in org.ektorp.http |
|---|
| Classes in org.ektorp.http that implement HttpResponse | |
|---|---|
class |
StdHttpResponse
|
| Methods in org.ektorp.http that return HttpResponse | |
|---|---|
HttpResponse |
StdHttpClient.delete(String uri)
|
HttpResponse |
HttpClient.delete(String uri)
|
HttpResponse |
StdHttpClient.get(String uri)
|
HttpResponse |
RestTemplate.get(String path)
|
HttpResponse |
HttpClient.get(String uri)
|
HttpResponse |
StdHttpClient.getUncached(String uri)
|
HttpResponse |
RestTemplate.getUncached(String path)
|
HttpResponse |
HttpClient.getUncached(String uri)
|
HttpResponse |
StdHttpClient.head(String uri)
|
HttpResponse |
HttpClient.head(String uri)
|
HttpResponse |
StdHttpClient.post(String uri,
InputStream content)
|
HttpResponse |
HttpClient.post(String uri,
InputStream content)
|
HttpResponse |
StdHttpClient.post(String uri,
String content)
|
HttpResponse |
RestTemplate.post(String path,
String content)
|
HttpResponse |
HttpClient.post(String uri,
String content)
|
HttpResponse |
StdHttpClient.postUncached(String uri,
String content)
|
HttpResponse |
RestTemplate.postUncached(String path,
String content)
|
HttpResponse |
HttpClient.postUncached(String uri,
String content)
|
HttpResponse |
StdHttpClient.put(String uri)
|
HttpResponse |
HttpClient.put(String uri)
|
HttpResponse |
StdHttpClient.put(String uri,
InputStream data,
String contentType,
long contentLength)
|
HttpResponse |
HttpClient.put(String uri,
InputStream data,
String contentType,
long contentLength)
|
HttpResponse |
StdHttpClient.put(String uri,
String content)
|
HttpResponse |
HttpClient.put(String uri,
String content)
|
| Methods in org.ektorp.http with parameters of type HttpResponse | |
|---|---|
static DbAccessException |
StdResponseHandler.createDbAccessException(HttpResponse hr)
Creates an DbAccessException which specific type is determined by the response code in the http response. |
T |
StdResponseHandler.error(HttpResponse hr)
|
T |
ResponseCallback.error(HttpResponse hr)
|
T |
StdResponseHandler.success(HttpResponse hr)
|
T |
ResponseCallback.success(HttpResponse hr)
Called when http response code is < 300 |
| Uses of HttpResponse in org.ektorp.impl |
|---|
| Methods in org.ektorp.impl with parameters of type HttpResponse | |
|---|---|
DocumentOperationResult |
RevisionResponseHandler.success(HttpResponse hr)
|
Page<T> |
PageResponseHandler.success(HttpResponse hr)
|
List<T> |
EmbeddedDocViewResponseHandler.success(HttpResponse hr)
|
List<String> |
DocIdResponseHandler.success(HttpResponse hr)
|
List<DocumentOperationResult> |
BulkOperationResponseHandler.success(HttpResponse hr)
|
| Uses of HttpResponse in org.ektorp.impl.changes |
|---|
| Constructors in org.ektorp.impl.changes with parameters of type HttpResponse | |
|---|---|
ContinuousChangesFeed(String dbName,
HttpResponse httpResponse)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||