Class WebSocketClientConnectionImpl
java.lang.Object
io.quarkus.websockets.next.runtime.WebSocketConnectionBase
io.quarkus.websockets.next.runtime.WebSocketClientConnectionImpl
- All Implemented Interfaces:
Connection,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
ConstructorsConstructorDescriptionWebSocketClientConnectionImpl(String clientId, io.vertx.core.http.WebSocket webSocket, Codecs codecs, Map<String, String> pathParams, URI serverEndpointUri, Map<String, List<String>> headers, TrafficLogger trafficLogger, SendingInterceptor sendingInterceptor) -
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, sendText, userDataMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-
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
-