public class ConnectionState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
msBeforeRetry |
int |
retryCount |
long |
startTime |
io.netty.util.HashedWheelTimer |
timer |
int |
uriIndex |
java.net.URI[] |
uris |
| Constructor and Description |
|---|
ConnectionState(io.netty.util.HashedWheelTimer timer,
java.net.URI[] uris)
Constructor
|
ConnectionState(io.netty.util.HashedWheelTimer timer,
java.net.URI[] uris,
int uriIndex)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final io.netty.util.HashedWheelTimer timer
public final java.net.URI[] uris
public int retryCount
public volatile int uriIndex
public int msBeforeRetry
public long startTime
public ConnectionState(io.netty.util.HashedWheelTimer timer,
java.net.URI[] uris)
timer - the timeruris - to connect topublic ConnectionState(io.netty.util.HashedWheelTimer timer,
java.net.URI[] uris,
int uriIndex)
timer - the timeruris - to connect touriIndex - the uri index to start from