public class DefaultTcpClientSocketProperties extends Object implements TcpClientSocketProperties
TcpClientSocketProperties interface.| Constructor and Description |
|---|
DefaultTcpClientSocketProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConnectionTimeout() |
Boolean |
getKeepAlive() |
Integer |
getLinger() |
String |
getName() |
Integer |
getReceiveBufferSize() |
Integer |
getSendBufferSize() |
Boolean |
getSendTcpNoDelay() |
Integer |
getTimeout() |
void |
setConnectionTimeout(Integer connectionTimeout) |
void |
setKeepAlive(Boolean keepAlive) |
void |
setLinger(Integer linger) |
void |
setName(String name) |
void |
setReceiveBufferSize(Integer receiveBufferSize) |
void |
setSendBufferSize(Integer sendBufferSize) |
void |
setSendTcpNoDelay(Boolean sendTcpNoDelay) |
void |
setTimeout(Integer timeout) |
public String getName()
public void setName(String name)
public Integer getSendBufferSize()
getSendBufferSize in interface TcpClientSocketPropertiespublic void setSendBufferSize(Integer sendBufferSize)
public Integer getReceiveBufferSize()
getReceiveBufferSize in interface TcpClientSocketPropertiespublic void setReceiveBufferSize(Integer receiveBufferSize)
public Boolean getSendTcpNoDelay()
getSendTcpNoDelay in interface TcpClientSocketPropertiespublic void setSendTcpNoDelay(Boolean sendTcpNoDelay)
public Integer getConnectionTimeout()
getConnectionTimeout in interface TcpClientSocketPropertiespublic void setConnectionTimeout(Integer connectionTimeout)
public Integer getTimeout()
getTimeout in interface TcpClientSocketPropertiespublic void setTimeout(Integer timeout)
public Integer getLinger()
getLinger in interface TcpClientSocketPropertiespublic void setLinger(Integer linger)
public Boolean getKeepAlive()
getKeepAlive in interface TcpClientSocketPropertiespublic void setKeepAlive(Boolean keepAlive)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.