Uses of Class
io.vertx.mutiny.core.http.ClientWebSocket
Packages that use ClientWebSocket
-
Uses of ClientWebSocket in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type ClientWebSocketModifier and TypeFieldDescriptionstatic final TypeArg<ClientWebSocket>
ClientWebSocket.__TYPE_ARG
Methods in io.vertx.mutiny.core.http that return ClientWebSocketModifier and TypeMethodDescriptionClientWebSocket.binaryMessageHandler
(Consumer<Buffer> handler) ClientWebSocket.closeHandler
(Runnable handler) ClientWebSocket.drainHandler
(Runnable handler) ClientWebSocket.endHandler
(Runnable endHandler) ClientWebSocket.exceptionHandler
(Consumer<Throwable> handler) ClientWebSocket.frameHandler
(Consumer<WebSocketFrame> handler) static ClientWebSocket
ClientWebSocket.newInstance
(io.vertx.core.http.ClientWebSocket arg) ClientWebSocket.pongHandler
(Consumer<Buffer> handler) ClientWebSocket.textMessageHandler
(Consumer<String> handler) WebSocketClient.webSocket()
ClientWebSocket.writeBinaryMessageAndForget
(Buffer data) ClientWebSocket.writeFinalBinaryFrameAndForget
(Buffer data) ClientWebSocket.writeFinalTextFrameAndForget
(String text) ClientWebSocket.writeFrameAndForget
(WebSocketFrame frame) ClientWebSocket.writePingAndForget
(Buffer data) ClientWebSocket.writePongAndForget
(Buffer data) ClientWebSocket.writeTextMessageAndForget
(String text)