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 |
ParamsDigest.digestParams(RestInvocation restInvocation) |
String |
HmacPostBodyDigest.digestParams(RestInvocation restInvocation) |
String |
BasicAuthCredentials.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 |
RequestWriter.writeBody(RestInvocation invocation) |
String |
NullRequestWriter.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–2016. All rights reserved.