public class HttpClient extends Object
| Constructor and Description |
|---|
HttpClient() |
HttpClient(HttpClientConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Exchange |
call(Exchange exc) |
Exchange |
call(Exchange exc,
boolean adjustHostHeader,
boolean failOverOn5XX) |
protected void |
finalize() |
void |
setStreamPumpStats(StreamPump.StreamPumpStats streamPumpStats) |
void |
setupConnectionForwarding(Exchange exc,
Connection con,
String protocol,
StreamPump.StreamPumpStats streamPumpStats) |
public HttpClient()
public HttpClient(HttpClientConfiguration configuration)
public void setStreamPumpStats(StreamPump.StreamPumpStats streamPumpStats)
protected void finalize()
throws Throwable
public Exchange call(Exchange exc, boolean adjustHostHeader, boolean failOverOn5XX) throws Exception
Exceptionpublic void setupConnectionForwarding(Exchange exc, Connection con, String protocol, StreamPump.StreamPumpStats streamPumpStats) throws SocketException
SocketExceptionCopyright © 2021. All Rights Reserved.