public class SocketConfiguration extends Object
| Constructor and Description |
|---|
SocketConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getReceiveBufferSize() |
Integer |
getSendBufferSize() |
Integer |
getSoTimeout() |
TimeUnit |
getSoTimeoutTimeUnit() |
int |
hashCode() |
boolean |
isKeepAlive() |
void |
setKeepAlive(boolean keepAlive) |
void |
setReceiveBufferSize(Integer receiveBufferSize) |
void |
setSendBufferSize(Integer sendBufferSize) |
void |
setSoTimeout(Integer soTimeout) |
void |
setSoTimeoutTimeUnit(TimeUnit soTimeoutTimeUnit) |
public boolean isKeepAlive()
public void setKeepAlive(boolean keepAlive)
public Integer getSoTimeout()
public void setSoTimeout(Integer soTimeout)
public Integer getReceiveBufferSize()
public void setReceiveBufferSize(Integer receiveBufferSize)
public Integer getSendBufferSize()
public void setSendBufferSize(Integer sendBufferSize)
public TimeUnit getSoTimeoutTimeUnit()
public void setSoTimeoutTimeUnit(TimeUnit soTimeoutTimeUnit)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.