public final class RequestConnectionParams extends Object
| Constructor and Description |
|---|
RequestConnectionParams() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.extension.socket.api.socket.tcp.TcpClientSocketProperties |
getClientSocketProperties() |
Integer |
getConnectionIdleTimeout() |
String |
getHost() |
Integer |
getMaxConnections() |
Integer |
getPort() |
HttpConstants.Protocols |
getProtocol() |
Boolean |
getUsePersistentConnections() |
void |
setClientSocketProperties(org.mule.extension.socket.api.socket.tcp.TcpClientSocketProperties clientSocketProperties) |
void |
setConnectionIdleTimeout(Integer connectionIdleTimeout) |
void |
setHost(String host) |
void |
setMaxConnections(Integer maxConnections) |
void |
setPort(Integer port) |
void |
setProtocol(HttpConstants.Protocols protocol) |
void |
setUsePersistentConnections(Boolean usePersistentConnections) |
public HttpConstants.Protocols getProtocol()
public String getHost()
public Integer getPort()
public Boolean getUsePersistentConnections()
public Integer getMaxConnections()
public Integer getConnectionIdleTimeout()
public org.mule.extension.socket.api.socket.tcp.TcpClientSocketProperties getClientSocketProperties()
public void setProtocol(HttpConstants.Protocols protocol)
public void setHost(String host)
public void setPort(Integer port)
public void setUsePersistentConnections(Boolean usePersistentConnections)
public void setMaxConnections(Integer maxConnections)
public void setConnectionIdleTimeout(Integer connectionIdleTimeout)
public void setClientSocketProperties(org.mule.extension.socket.api.socket.tcp.TcpClientSocketProperties clientSocketProperties)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.