public class IntegralClient extends Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
IntegralClient.ResponseConsumer |
Modifier and Type | Field and Description |
---|---|
private String |
clientId |
private org.apache.http.impl.nio.client.CloseableHttpAsyncClient |
httpAsyncClient |
private org.apache.http.HttpHost |
httpHost |
Constructor and Description |
---|
IntegralClient(String host,
Integer port,
String clientId) |
Modifier and Type | Method and Description |
---|---|
void |
send(String dataMethod,
String url,
ResultListener resultListener) |
void |
shutdown() |
private final String clientId
private final org.apache.http.HttpHost httpHost
private org.apache.http.impl.nio.client.CloseableHttpAsyncClient httpAsyncClient
public void send(String dataMethod, String url, ResultListener resultListener)
public void shutdown()