public class HttpClientConfiguration extends Object
HttpClient should be created. Instances can only be obtained through an
HttpClientConfiguration.Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
HttpClientConfiguration.Builder
Builder of
HttpClientConfigurations. |
| Modifier and Type | Method and Description |
|---|---|
TcpClientSocketProperties |
getClientSocketProperties() |
int |
getConnectionIdleTimeout() |
int |
getMaxConnections() |
String |
getName() |
ProxyConfig |
getProxyConfig() |
int |
getResponseBufferSize() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContextFactory() |
Boolean |
isDecompress() |
boolean |
isStreaming() |
boolean |
isUsePersistentConnections() |
public org.mule.runtime.api.tls.TlsContextFactory getTlsContextFactory()
public ProxyConfig getProxyConfig()
public TcpClientSocketProperties getClientSocketProperties()
public int getMaxConnections()
public boolean isUsePersistentConnections()
public int getConnectionIdleTimeout()
public boolean isStreaming()
public int getResponseBufferSize()
public String getName()
public Boolean isDecompress()
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.