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() |
Function<Event,String> |
getHost() |
Integer |
getMaxConnections() |
Function<Event,Integer> |
getPort() |
HttpConstants.Protocols |
getProtocol() |
Boolean |
getUsePersistentConnections() |
void |
setClientSocketProperties(org.mule.extension.socket.api.socket.tcp.TcpClientSocketProperties clientSocketProperties) |
void |
setConnectionIdleTimeout(Integer connectionIdleTimeout) |
void |
setHost(Function<Event,String> host) |
void |
setMaxConnections(Integer maxConnections) |
void |
setPort(Function<Event,Integer> port) |
void |
setProtocol(HttpConstants.Protocols protocol) |
void |
setUsePersistentConnections(Boolean usePersistentConnections) |
public HttpConstants.Protocols getProtocol()
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 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–2016 MuleSoft, Inc.. All rights reserved.