public class GatewayHttpClient extends Object
| Constructor and Description |
|---|
GatewayHttpClient(org.apache.http.client.HttpClient httpClient,
RestartableConnectionManager connectionManager,
int timeout,
int requestTimeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanConnections() |
org.apache.http.HttpResponse |
execute(org.apache.http.client.methods.HttpUriRequest request) |
void |
shutdown() |
public GatewayHttpClient(org.apache.http.client.HttpClient httpClient,
RestartableConnectionManager connectionManager,
int timeout,
int requestTimeout)
public void cleanConnections()
public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest request)
throws IOException
IOExceptionpublic void shutdown()
Copyright © 2014–2024 MuleSoft, Inc.. All rights reserved.