| Package | Description |
|---|---|
| io.joshworks.stream.client | |
| io.joshworks.stream.client.sse | |
| io.joshworks.stream.client.ws |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionMonitor |
StreamConnection.monitor |
protected ConnectionMonitor |
ClientConfiguration.monitor |
| Constructor and Description |
|---|
ClientConfiguration(String url,
org.xnio.XnioWorker worker,
ScheduledExecutorService scheduler,
ConnectionMonitor monitor) |
| Constructor and Description |
|---|
SseConfiguration(String url,
org.xnio.XnioWorker worker,
ScheduledExecutorService scheduler,
ConnectionMonitor register) |
SseConfiguration(String url,
org.xnio.XnioWorker worker,
ScheduledExecutorService scheduler,
ConnectionMonitor register,
SseClientCallback clientCallback) |
| Constructor and Description |
|---|
WsConfiguration(String url,
org.xnio.XnioWorker worker,
ScheduledExecutorService scheduler,
ConnectionMonitor monitor) |
WsConfiguration(String url,
org.xnio.XnioWorker worker,
ScheduledExecutorService scheduler,
ConnectionMonitor monitor,
WebSocketClientEndpoint endpoint) |
Copyright © 2017. All rights reserved.