public class BootstrapConfiguration extends Object
| Constructor and Description |
|---|
BootstrapConfiguration(Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectTimeOut() |
int |
getReceiveBufferSize() |
int |
getSendBufferSize() |
int |
getSocketTimeout() |
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 getSocketTimeout()
Copyright © 2021 WSO2. All rights reserved.