public interface RequestSigner
| Modifier and Type | Method and Description |
|---|---|
InputStream |
execute(ClientCredential credential) |
InputStream |
execute(HttpURLConnection request,
ClientCredential credential) |
HttpURLConnection |
sign(HttpURLConnection request,
ClientCredential credential)
Signs a request with the client credential.
|
HttpURLConnection sign(HttpURLConnection request, ClientCredential credential) throws RequestSigningException
request - the request to sign.credential - the credential used in the signing.RequestSigningException - general signing exceptionInputStream execute(HttpURLConnection request, ClientCredential credential) throws RequestSigningException
RequestSigningExceptionInputStream execute(ClientCredential credential) throws RequestSigningException
RequestSigningExceptionCopyright © 2016. All rights reserved.