Package io.quarkus.websockets.next
Interface WebSocketClientConnection
- All Superinterfaces:
Connection,Sender
- All Known Implementing Classes:
WebSocketClientConnectionImpl
This interface represents a client connection to a WebSocket endpoint.
Quarkus provides a CDI bean that implements this interface and can be injected in a WebSocketClient
endpoint and used to interact with the connected server.
-
Method Summary
Methods inherited from interface io.quarkus.websockets.next.Connection
close, close, closeAndAwait, closeAndAwait, closeReason, creationTime, handshakeRequest, id, isClosed, isOpen, isSecure, pathParam, userDataMethods inherited from interface io.quarkus.websockets.next.Sender
sendBinary, sendBinary, sendBinaryAndAwait, sendBinaryAndAwait, sendPing, sendPingAndAwait, sendPong, sendPongAndAwait, sendText, sendText, sendTextAndAwait, sendTextAndAwait
-
Method Details
-
clientId
String clientId()
-