public class AdyenHttpClient extends Object implements ClientInterface
| Constructor and Description |
|---|
AdyenHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
Proxy |
getProxy() |
String |
request(String endpoint,
String requestBody,
Config config) |
String |
request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired) |
String |
request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired,
RequestOptions requestOptions) |
String |
request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired,
RequestOptions requestOptions,
ApiConstants.HttpMethod httpMethod) |
String |
request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired,
RequestOptions requestOptions,
ApiConstants.HttpMethod httpMethod,
Map<String,String> params) |
void |
setProxy(Proxy proxy) |
public Proxy getProxy()
public void setProxy(Proxy proxy)
public String request(String endpoint, String requestBody, Config config) throws IOException, HTTPClientException
request in interface ClientInterfaceIOExceptionHTTPClientExceptionpublic String request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired) throws IOException, HTTPClientException
request in interface ClientInterfaceIOExceptionHTTPClientExceptionpublic String request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired, RequestOptions requestOptions) throws IOException, HTTPClientException
request in interface ClientInterfaceIOExceptionHTTPClientExceptionpublic String request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired, RequestOptions requestOptions, ApiConstants.HttpMethod httpMethod) throws IOException, HTTPClientException
request in interface ClientInterfaceIOExceptionHTTPClientExceptionpublic String request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired, RequestOptions requestOptions, ApiConstants.HttpMethod httpMethod, Map<String,String> params) throws IOException, HTTPClientException
request in interface ClientInterfaceIOExceptionHTTPClientExceptionCopyright © 2022. All rights reserved.