public abstract class BaseTransportConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
iHeartBeatTimeout |
| Constructor and Description |
|---|
BaseTransportConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeartBeatTimeout() |
abstract TransportType |
getTransportType()
Gets transport type for this transport configuration.
|
void |
setHeartBeatTimeout(int iTimeout) |
public abstract TransportType getTransportType()
TransportType enumeration values that represents type of this transport configuration.public int getHeartBeatTimeout()
public void setHeartBeatTimeout(int iTimeout)