public interface HttpClient
Modifier and Type | Method and Description |
---|---|
<T extends OAuthClientResponse> |
execute(OAuthClientRequest request,
java.util.Map<java.lang.String,java.lang.String> headers,
java.lang.String requestMethod,
java.lang.Class<T> responseClass) |
void |
shutdown()
Shut down the client and release the resources associated with the HttpClient
|
<T extends OAuthClientResponse> T execute(OAuthClientRequest request, java.util.Map<java.lang.String,java.lang.String> headers, java.lang.String requestMethod, java.lang.Class<T> responseClass) throws OAuthSystemException, OAuthProblemException
void shutdown()
Copyright © 2010 - 2023 Adobe. All Rights Reserved