public class ServerBootstrapConfiguration extends Object
| Constructor and Description |
|---|
ServerBootstrapConfiguration(Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectTimeOut() |
int |
getReceiveBufferSize() |
int |
getSendBufferSize() |
int |
getSoBackLog() |
int |
getSoTimeOut() |
boolean |
isKeepAlive() |
boolean |
isSocketReuse() |
boolean |
isTcpNoDelay() |
public boolean isTcpNoDelay()
public int getConnectTimeOut()
public int getReceiveBufferSize()
public int getSendBufferSize()
public boolean isKeepAlive()
public boolean isSocketReuse()
public int getSoBackLog()
public int getSoTimeOut()
Copyright © 2021 WSO2. All rights reserved.