public class ContainerTcpServerSocketProperties extends Object implements org.mule.runtime.http.api.tcp.TcpServerSocketProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_PREFIX |
static String |
SERVER_SOCKETS_FILE |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getClientTimeout() |
Boolean |
getKeepAlive() |
Integer |
getLinger() |
Integer |
getReceiveBacklog() |
Integer |
getReceiveBufferSize() |
Boolean |
getReuseAddress() |
Integer |
getSendBufferSize() |
Boolean |
getSendTcpNoDelay() |
Integer |
getServerTimeout() |
static ContainerTcpServerSocketProperties |
loadTcpServerSocketProperties() |
public static final String SERVER_SOCKETS_FILE
public static final String PROPERTY_PREFIX
public static ContainerTcpServerSocketProperties loadTcpServerSocketProperties() throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic Integer getSendBufferSize()
getSendBufferSize in interface org.mule.runtime.http.api.tcp.TcpSocketPropertiespublic Integer getReceiveBufferSize()
getReceiveBufferSize in interface org.mule.runtime.http.api.tcp.TcpSocketPropertiespublic Integer getClientTimeout()
getClientTimeout in interface org.mule.runtime.http.api.tcp.TcpSocketPropertiespublic Boolean getSendTcpNoDelay()
getSendTcpNoDelay in interface org.mule.runtime.http.api.tcp.TcpSocketPropertiespublic Integer getLinger()
getLinger in interface org.mule.runtime.http.api.tcp.TcpSocketPropertiespublic Boolean getKeepAlive()
getKeepAlive in interface org.mule.runtime.http.api.tcp.TcpSocketPropertiespublic Boolean getReuseAddress()
getReuseAddress in interface org.mule.runtime.http.api.tcp.TcpServerSocketPropertiespublic Integer getReceiveBacklog()
getReceiveBacklog in interface org.mule.runtime.http.api.tcp.TcpServerSocketPropertiespublic Integer getServerTimeout()
getServerTimeout in interface org.mule.runtime.http.api.tcp.TcpServerSocketPropertiesCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.