Uses of Class
io.joshworks.stream.client.ConnectionMonitor
-
Packages that use ConnectionMonitor Package Description io.joshworks.stream.client io.joshworks.stream.client.sse io.joshworks.stream.client.ws -
-
Uses of ConnectionMonitor in io.joshworks.stream.client
Fields in io.joshworks.stream.client declared as ConnectionMonitor Modifier and Type Field Description protected ConnectionMonitorClientConfiguration. monitorprotected ConnectionMonitorStreamConnection. monitorConstructors in io.joshworks.stream.client with parameters of type ConnectionMonitor Constructor Description ClientConfiguration(java.lang.String url, org.xnio.XnioWorker worker, java.util.concurrent.ScheduledExecutorService scheduler, ConnectionMonitor monitor) -
Uses of ConnectionMonitor in io.joshworks.stream.client.sse
Constructors in io.joshworks.stream.client.sse with parameters of type ConnectionMonitor Constructor Description SseConfiguration(java.lang.String url, org.xnio.XnioWorker worker, java.util.concurrent.ScheduledExecutorService scheduler, ConnectionMonitor register)SseConfiguration(java.lang.String url, org.xnio.XnioWorker worker, java.util.concurrent.ScheduledExecutorService scheduler, ConnectionMonitor register, SseClientCallback clientCallback) -
Uses of ConnectionMonitor in io.joshworks.stream.client.ws
Constructors in io.joshworks.stream.client.ws with parameters of type ConnectionMonitor Constructor Description WsConfiguration(java.lang.String url, org.xnio.XnioWorker worker, java.util.concurrent.ScheduledExecutorService scheduler, ConnectionMonitor monitor)WsConfiguration(java.lang.String url, org.xnio.XnioWorker worker, java.util.concurrent.ScheduledExecutorService scheduler, ConnectionMonitor monitor, WebSocketClientEndpoint endpoint)
-