Uses of Class
io.vertx.mutiny.core.http.ServerWebSocket
Packages that use ServerWebSocket
Package
Description
-
Uses of ServerWebSocket in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type ServerWebSocketModifier and TypeFieldDescriptionstatic final TypeArg<ServerWebSocket>ServerWebSocket.__TYPE_ARGMethods in io.vertx.mutiny.core.http that return ServerWebSocketModifier and TypeMethodDescriptionServerWebSocketHandshake.acceptAndAwait()Blocking variant ofServerWebSocketHandshake.accept().ServerWebSocket.closeHandler(Runnable handler) ServerWebSocket.drainHandler(Runnable handler) ServerWebSocket.endHandler(Runnable endHandler) ServerWebSocket.exceptionHandler(Consumer<Throwable> handler) ServerWebSocket.fetch(long amount) ServerWebSocket.frameHandler(Consumer<WebSocketFrame> handler) static ServerWebSocketServerWebSocket.newInstance(io.vertx.core.http.ServerWebSocket arg) ServerWebSocket.pause()ServerWebSocket.resume()ServerWebSocket.setWriteQueueMaxSize(int maxSize) HttpServerRequest.toWebSocketAndAwait()Blocking variant ofHttpServerRequest.toWebSocket().ServerWebSocket.writeBinaryMessageAndForget(Buffer data) ServerWebSocket.writeFinalBinaryFrameAndForget(Buffer data) ServerWebSocket.writeFinalTextFrameAndForget(String text) ServerWebSocket.writeFrameAndForget(WebSocketFrame frame) ServerWebSocket.writePingAndForget(Buffer data) ServerWebSocket.writePongAndForget(Buffer data) ServerWebSocket.writeTextMessageAndForget(String text) Methods in io.vertx.mutiny.core.http that return types with arguments of type ServerWebSocketModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ServerWebSocket>ServerWebSocketHandshake.accept()Accept the WebSocket and terminate the WebSocket handshake.io.smallrye.mutiny.Uni<ServerWebSocket>HttpServerRequest.toWebSocket()Upgrade the connection of the current request to a WebSocket.HttpServer.webSocketStream()Deprecated.Method parameters in io.vertx.mutiny.core.http with type arguments of type ServerWebSocket -
Uses of ServerWebSocket in io.vertx.mutiny.ext.stomp
Methods in io.vertx.mutiny.ext.stomp that return types with arguments of type ServerWebSocketModifier and TypeMethodDescriptionio.vertx.core.Handler<ServerWebSocket>StompServer.webSocketHandler() -
Uses of ServerWebSocket in io.vertx.mutiny.ext.web.handler.graphql
Methods in io.vertx.mutiny.ext.web.handler.graphql that return ServerWebSocketMethod parameters in io.vertx.mutiny.ext.web.handler.graphql with type arguments of type ServerWebSocketModifier and TypeMethodDescriptionApolloWSHandler.connectionHandler(Consumer<ServerWebSocket> connectionHandler) Deprecated.ApolloWSHandler.endHandler(Consumer<ServerWebSocket> endHandler) Deprecated. -
Uses of ServerWebSocket in io.vertx.mutiny.ext.web.handler.graphql.ws
Methods in io.vertx.mutiny.ext.web.handler.graphql.ws that return ServerWebSocketMethod parameters in io.vertx.mutiny.ext.web.handler.graphql.ws with type arguments of type ServerWebSocketModifier and TypeMethodDescriptionGraphQLWSHandler.endHandler(Consumer<ServerWebSocket> endHandler) Deprecated.as of 4.5.1, useGraphQLWSHandler.builder(GraphQL)insteadGraphQLWSHandlerBuilder.onSocketEnd(Consumer<ServerWebSocket> endHandler)
#webSocketHandler(Handler)