public class TcpClientSocketParameterGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BUFFER_CONFIGURATION |
static String |
TIMEOUT_CONFIGURATION |
| Constructor and Description |
|---|
TcpClientSocketParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getClientTimeout() |
Integer |
getConnectionTimeout() |
boolean |
getKeepAlive() |
Integer |
getLinger() |
Integer |
getReceiveBufferSize() |
Integer |
getSendBufferSize() |
boolean |
getSendTcpNoDelay() |
int |
hashCode() |
void |
setClientTimeout(Integer clientTimeout) |
void |
setConnectionTimeout(Integer connectionTimeout) |
void |
setKeepAlive(boolean keepAlive) |
void |
setLinger(Integer linger) |
void |
setReceiveBufferSize(Integer receiveBufferSize) |
void |
setSendBufferSize(Integer sendBufferSize) |
void |
setSendTcpNoDelay(boolean sendTcpNoDelay) |
org.mule.runtime.http.api.tcp.TcpClientSocketProperties |
toTcpClientSocketProperties() |
public static final String BUFFER_CONFIGURATION
public static final String TIMEOUT_CONFIGURATION
public org.mule.runtime.http.api.tcp.TcpClientSocketProperties toTcpClientSocketProperties()
public Integer getSendBufferSize()
public void setSendBufferSize(Integer sendBufferSize)
public Integer getReceiveBufferSize()
public void setReceiveBufferSize(Integer receiveBufferSize)
public Integer getClientTimeout()
public void setClientTimeout(Integer clientTimeout)
public boolean getSendTcpNoDelay()
public void setSendTcpNoDelay(boolean sendTcpNoDelay)
public Integer getLinger()
public void setLinger(Integer linger)
public boolean getKeepAlive()
public void setKeepAlive(boolean keepAlive)
public Integer getConnectionTimeout()
public void setConnectionTimeout(Integer connectionTimeout)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.