public class HttpClientConfiguration extends Object
HttpClient should be created.| Modifier and Type | Class and Description |
|---|---|
static class |
HttpClientConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
HttpAuthentication |
getAuthentication() |
org.mule.extension.socket.api.socket.tcp.TcpClientSocketProperties |
getClientSocketProperties() |
int |
getConnectionIdleTimeout() |
int |
getMaxConnections() |
String |
getOwnerName() |
ProxyConfig |
getProxyConfig() |
String |
getThreadNamePrefix() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContextFactory() |
UriParameters |
getUriParameters() |
boolean |
isUsePersistentConnections() |
public UriParameters getUriParameters()
public HttpAuthentication getAuthentication()
public org.mule.runtime.api.tls.TlsContextFactory getTlsContextFactory()
public ProxyConfig getProxyConfig()
public org.mule.extension.socket.api.socket.tcp.TcpClientSocketProperties getClientSocketProperties()
public int getMaxConnections()
public boolean isUsePersistentConnections()
public int getConnectionIdleTimeout()
public String getThreadNamePrefix()
public String getOwnerName()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.