Class WebSocketClientConnectionImpl
java.lang.Object
io.quarkus.websockets.next.runtime.WebSocketConnectionBase
io.quarkus.websockets.next.runtime.WebSocketClientConnectionImpl
- All Implemented Interfaces:
BlockingSender,Sender,WebSocketClientConnection
class WebSocketClientConnectionImpl
extends WebSocketConnectionBase
implements WebSocketClientConnection
-
Field Summary
Fields inherited from class io.quarkus.websockets.next.runtime.WebSocketConnectionBase
codecs, creationTime, handshakeRequest, identifier, pathParams, trafficLogger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.websockets.next.runtime.WebSocketConnectionBase
broadcast, close, close, closeReason, creationTime, handshakeRequest, id, isClosed, isSecure, pathParam, sendAutoPing, sendBinary, sendPing, sendPong, sendText, sendTextMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.websockets.next.BlockingSender
sendBinaryAndAwait, sendBinaryAndAwait, sendPingAndAwait, sendPongAndAwait, sendTextAndAwait, sendTextAndAwaitMethods inherited from interface io.quarkus.websockets.next.Sender
sendBinary, sendBinary, sendPing, sendPong, sendText, sendTextMethods inherited from interface io.quarkus.websockets.next.WebSocketClientConnection
close, close, closeAndAwait, closeAndAwait, closeReason, handshakeRequest, id, isClosed, isOpen, isSecure, pathParam
-
Constructor Details
-
WebSocketClientConnectionImpl
-
-
Method Details
-
webSocket
io.vertx.core.http.WebSocketBase webSocket()- Specified by:
webSocketin classWebSocketConnectionBase
-
clientId
- Specified by:
clientIdin interfaceWebSocketClientConnection
-
toString
-
hashCode
public int hashCode() -
equals
-