public class ConnectionState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
msBeforeRetry |
int |
retryCount |
long |
startTime |
int |
uriIndex |
java.net.URI[] |
uris |
| Constructor and Description |
|---|
ConnectionState(java.net.URI[] uris)
Constructor
|
ConnectionState(java.net.URI[] uris,
int uriIndex)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final java.net.URI[] uris
public int retryCount
public volatile int uriIndex
public int msBeforeRetry
public long startTime