Package org.apache.oltu.oauth2.client
Interface HttpClient
- All Known Implementing Classes:
URLConnectionClient
public interface HttpClient
-
Method Summary
Modifier and TypeMethodDescription<T extends OAuthClientResponse>
Texecute(OAuthClientRequest request, Map<String, String> headers, String requestMethod, Class<T> responseClass) voidshutdown()Shut down the client and release the resources associated with the HttpClient
-
Method Details
-
execute
<T extends OAuthClientResponse> T execute(OAuthClientRequest request, Map<String, String> headers, String requestMethod, Class<T> responseClass) throws OAuthSystemException, OAuthProblemException -
shutdown
void shutdown()Shut down the client and release the resources associated with the HttpClient
-