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
|