| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.methods.CloseableHttpResponse |
HttpConnector.doAction(String action,
String url,
HashMap<String,String> headers,
HashMap<String,String> params,
String mediaType,
String request,
Boolean preemptiveAuth,
Boolean preemptiveProxyAuthentication)
Returns the result of a request submitted as ClosableHttpResponse NB: Do not forget to close
the Response when done with it.
|
org.apache.http.client.methods.CloseableHttpResponse |
HttpConnector.doAction(String action,
String url,
HashMap<String,String> headers,
HashMap<String,String> params,
String mediaType,
String request,
Boolean preemptiveAuth,
Boolean preemptiveProxyAuthentication,
int retryCount)
Returns the result of a request submitted as ClosableHttpResponse NB: Do not forget to close
the Response when done with it.
|
HashMap<String,Object> |
HttpConnector.doActionHashMap(String action,
String url,
HashMap<String,String> headers,
HashMap<String,String> params,
String contentType,
String request,
Boolean preemptiveAuth,
Boolean preemptiveProxy)
Returns the result of a request submitted as a HashMap with the fields: body: The Response body
as String statuscode: The Response statuscode as int headers: The Response headers as
Header[].
|
HashMap<String,Object> |
HttpConnector.doActionHashMap(String action,
String url,
HashMap<String,String> headers,
HashMap<String,String> params,
String contentType,
String request,
Boolean preemptiveAuth,
Boolean preemptiveProxy,
int retryCount)
Returns the result of a request submitted as a HashMap with the fields: body: The Response body
as String statuscode: The Response statuscode as int headers: The Response headers as
Header[].
|
Copyright © 2022 Samply Community. All rights reserved.