@XmlHints(allowTopLevelDefinition=true) public class TcpServerSocketProperties extends AbstractTcpSocketProperties
TcpServerSocketProperties interface.failOnUnresolvedHost, keepAlive, linger, sendTcpNoDelayclientTimeout, name, receiveBufferSize, sendBufferSize, TIMEOUT_CONFIGURATIONGROUP_NAME| Constructor and Description |
|---|
TcpServerSocketProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getReceiveBacklog()
The maximum queue length for incoming connections.
|
Integer |
getServerTimeout()
Sets the SO_TIMEOUT value when the socket is used as a server.
|
getFailOnUnresolvedHost, getKeepAlive, getLinger, getSendTcpNoDelaygetClientTimeout, getName, getReceiveBufferSize, getReuseAddress, getSendBufferSize, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientTimeout, getReceiveBufferSize, getReuseAddress, getSendBufferSizepublic int getReceiveBacklog()
public Integer getServerTimeout()
ServerSocket default) causes the read to wait indefinitely (if
no data arrives).Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.