public class HostPort extends Object
Constructor and Description |
---|
HostPort(String host,
int port,
long quietTimeoutMs,
long reconnectDelayMs) |
Modifier and Type | Method and Description |
---|---|
static HostPort |
create(String host,
int port,
long quietTimeoutMs,
long reconnectDelayMs) |
String |
getHost() |
int |
getPort() |
long |
getQuietTimeoutMs() |
long |
getReconnectDelayMs() |
public HostPort(String host, int port, long quietTimeoutMs, long reconnectDelayMs)
Copyright © 2020. All rights reserved.