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 TcpClientSocketProperties
public void setSendBufferSize(Integer sendBufferSize)
public Integer getReceiveBufferSize()
getReceiveBufferSize
in interface TcpClientSocketProperties
public void setReceiveBufferSize(Integer receiveBufferSize)
public Boolean getSendTcpNoDelay()
getSendTcpNoDelay
in interface TcpClientSocketProperties
public void setSendTcpNoDelay(Boolean sendTcpNoDelay)
public Integer getConnectionTimeout()
getConnectionTimeout
in interface TcpClientSocketProperties
public void setConnectionTimeout(Integer connectionTimeout)
public Integer getTimeout()
getTimeout
in interface TcpClientSocketProperties
public void setTimeout(Integer timeout)
public Integer getLinger()
getLinger
in interface TcpClientSocketProperties
public void setLinger(Integer linger)
public Boolean getKeepAlive()
getKeepAlive
in interface TcpClientSocketProperties
public void setKeepAlive(Boolean keepAlive)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.