Uses of Class
io.vertx.mutiny.core.http.ServerWebSocketHandshake
Packages that use ServerWebSocketHandshake
-
Uses of ServerWebSocketHandshake in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type ServerWebSocketHandshakeModifier and TypeFieldDescriptionstatic final TypeArg<ServerWebSocketHandshake>ServerWebSocketHandshake.__TYPE_ARGMethods in io.vertx.mutiny.core.http that return ServerWebSocketHandshakeModifier and TypeMethodDescriptionServerWebSocketHandshake.acceptAndForget()Accept the WebSocket and terminate the WebSocket handshake.static ServerWebSocketHandshakeServerWebSocketHandshake.newInstance(io.vertx.core.http.ServerWebSocketHandshake delegate) Creates a new instance of theServerWebSocketHandshake.ServerWebSocketHandshake.rejectAndForget()Reject the WebSocket.ServerWebSocketHandshake.rejectAndForget(int status) Likereject()but with astatus.Method parameters in io.vertx.mutiny.core.http with type arguments of type ServerWebSocketHandshakeModifier and TypeMethodDescriptionHttpServer.webSocketHandshakeHandler(Consumer<ServerWebSocketHandshake> handler) Set a handler for WebSocket handshake.