public interface HttpClient
| Modifier and Type | Method and Description |
|---|---|
<T extends OAuthClientResponse> |
execute(OAuthClientRequest request,
Map<String,String> headers,
String requestMethod,
Class<T> responseClass) |
void |
shutdown()
Shut down the client and release the resources associated with the HttpClient
|
<T extends OAuthClientResponse> T execute(OAuthClientRequest request, Map<String,String> headers, String requestMethod, Class<T> responseClass) throws org.apache.oltu.oauth2.common.exception.OAuthSystemException, org.apache.oltu.oauth2.common.exception.OAuthProblemException
org.apache.oltu.oauth2.common.exception.OAuthSystemExceptionorg.apache.oltu.oauth2.common.exception.OAuthProblemExceptionvoid shutdown()
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.