public final class WebSocketClientConnection extends WebSocketConnection
A WebSocket connection initiated by a client.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUsingAcknowledgements() |
java.util.concurrent.CompletableFuture<java.lang.Void> |
send(StreamElement streamElement) |
closeFuture, flush, getRemoteAddress, isSecure, open, toString, writeclose, closeAsync, closeAsync, getConfiguration, getStreamIdpublic final java.util.concurrent.CompletableFuture<java.lang.Void> send(StreamElement streamElement)
send in interface Connectionsend in class WebSocketConnectionpublic final boolean isUsingAcknowledgements()
isUsingAcknowledgements in interface ConnectionisUsingAcknowledgements in class AbstractConnectionCopyright © 2014–2019 XMPP.rocks. All rights reserved.