setReconnectionDelayMax method
Implementation
OptionBuilder setReconnectionDelayMax(int delayMax) {
_opts['reconnectionDelayMax'] = delayMax;
return this;
}
OptionBuilder setReconnectionDelayMax(int delayMax) {
_opts['reconnectionDelayMax'] = delayMax;
return this;
}