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 |
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()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.