public class URLConnectionClient extends java.lang.Object implements HttpClient
Constructor and Description |
---|
URLConnectionClient() |
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
|
public <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
execute
in interface HttpClient
OAuthSystemException
OAuthProblemException
public void shutdown()
HttpClient
shutdown
in interface HttpClient
Copyright © 2010 - 2023 Adobe. All Rights Reserved