| Package | Description |
|---|---|
| si.mazi.rescu |
Classes in this package may be used to create proxy client objects for REST web services.
|
| si.mazi.rescu.serialization | |
| si.mazi.rescu.serialization.jackson |
| Modifier and Type | Method and Description |
|---|---|
RestInvocation |
AwareException.getInvocation() |
RestInvocation |
InvocationAware.getInvocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Params.digestAll(RestInvocation invocationParams) |
String |
BasicAuthCredentials.digestParams(RestInvocation restInvocation) |
String |
HmacPostBodyDigest.digestParams(RestInvocation restInvocation) |
String |
ParamsDigest.digestParams(RestInvocation restInvocation) |
protected HttpURLConnection |
RestInvocationHandler.invokeHttp(RestInvocation invocation) |
void |
AwareException.setInvocation(RestInvocation invocation) |
void |
InvocationAware.setInvocation(RestInvocation invocation) |
String |
FormUrlEncodedRequestWriter.writeBody(RestInvocation invocation) |
String |
NullRequestWriter.writeBody(RestInvocation invocation) |
String |
RequestWriter.writeBody(RestInvocation invocation) |
| Constructor and Description |
|---|
AwareException(Exception e,
RestInvocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringRequestWriter.writeBody(RestInvocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
String |
JacksonRequestWriter.writeBody(RestInvocation invocation) |
Copyright © 2012–2021. All rights reserved.