public class ClientConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxRetries |
protected ConnectionMonitor |
monitor |
protected Runnable |
onFailedAttempt |
protected Runnable |
onRetriesExceeded |
protected long |
retryInterval |
protected ScheduledExecutorService |
scheduler |
protected String |
url |
protected org.xnio.XnioWorker |
worker |
| Constructor and Description |
|---|
ClientConfiguration(String url,
org.xnio.XnioWorker worker,
ScheduledExecutorService scheduler,
ConnectionMonitor monitor) |
protected final String url
protected final org.xnio.XnioWorker worker
protected final ScheduledExecutorService scheduler
protected final ConnectionMonitor monitor
protected long retryInterval
protected int maxRetries
protected Runnable onFailedAttempt
protected Runnable onRetriesExceeded
public ClientConfiguration(String url, org.xnio.XnioWorker worker, ScheduledExecutorService scheduler, ConnectionMonitor monitor)
Copyright © 2017. All rights reserved.