public class WebsocketGatewayClient extends AbstractWebsocketClient implements GatewayClient
AbstractWebsocketClient.WebSocketRequest| Constructor and Description |
|---|
WebsocketGatewayClient(String endPointUrl) |
WebsocketGatewayClient(String endPointUrl,
int backlogSize) |
WebsocketGatewayClient(URI endPointUri,
int backlogSize) |
| Modifier and Type | Method and Description |
|---|---|
Registration |
registerMonitor(Consumer<SerializedMessage> monitor) |
Awaitable |
send(SerializedMessage... messages) |
close, getSession, isOpen, onClose, onError, onMessage, retryOutstandingRequests, send, sendRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic WebsocketGatewayClient(String endPointUrl)
public WebsocketGatewayClient(String endPointUrl, int backlogSize)
public WebsocketGatewayClient(URI endPointUri, int backlogSize)
public Awaitable send(SerializedMessage... messages)
send in interface GatewayClientpublic Registration registerMonitor(Consumer<SerializedMessage> monitor)
registerMonitor in interface Monitored<SerializedMessage>Copyright © 2019 Flux Capacitor. All rights reserved.