public class HttpClientConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpClientConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
TcpClientSocketProperties |
getClientSocketProperties() |
int |
getConnectionIdleTimeout() |
Integer |
getKernelCoreSize() |
int |
getMaxConnections() |
Integer |
getMaxKernelPoolSize() |
Integer |
getMaxWorkerPoolSize() |
String |
getOwnerName() |
ProxyConfig |
getProxyConfig() |
String |
getThreadNamePrefix() |
TlsContextFactory |
getTlsContextFactory() |
Integer |
getWorkerCoreSize() |
boolean |
isUsePersistentConnections() |
public TlsContextFactory getTlsContextFactory()
public ProxyConfig getProxyConfig()
public TcpClientSocketProperties getClientSocketProperties()
public int getMaxConnections()
public boolean isUsePersistentConnections()
public int getConnectionIdleTimeout()
public String getThreadNamePrefix()
public String getOwnerName()
public Integer getMaxWorkerPoolSize()
public Integer getWorkerCoreSize()
public Integer getMaxKernelPoolSize()
public Integer getKernelCoreSize()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.