Uses of Interface
io.vertx.core.http.ServerWebSocket
Packages that use ServerWebSocket
Package
Description
-
Uses of ServerWebSocket in io.vertx.core.http
Methods in io.vertx.core.http that return ServerWebSocketModifier and TypeMethodDescriptionServerWebSocket.closeHandler(Handler<Void> handler) ServerWebSocket.drainHandler(Handler<Void> handler) ServerWebSocket.endHandler(Handler<Void> endHandler) ServerWebSocket.exceptionHandler(Handler<Throwable> handler) ServerWebSocket.fetch(long amount) ServerWebSocket.frameHandler(Handler<WebSocketFrame> handler) ServerWebSocket.pause()default ServerWebSocketServerWebSocket.resume()ServerWebSocket.setWriteQueueMaxSize(int maxSize) Methods in io.vertx.core.http that return types with arguments of type ServerWebSocketModifier and TypeMethodDescriptionServerWebSocketHandshake.accept()Accept the WebSocket and terminate the WebSocket handshake.HttpServerRequest.toWebSocket()Upgrade the connection of the current request to a WebSocket.HttpServer.webSocketHandler()Method parameters in io.vertx.core.http with type arguments of type ServerWebSocketModifier and TypeMethodDescriptionHttpServer.webSocketHandler(Handler<ServerWebSocket> handler) Set the WebSocket handler for the server towsHandler. -
Uses of ServerWebSocket in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return types with arguments of type ServerWebSocketModifier and TypeMethodDescriptionStompServer.webSocketHandler()Gets theHandlerable to manage web socket connections. -
Uses of ServerWebSocket in io.vertx.ext.web.handler.graphql.ws
Methods in io.vertx.ext.web.handler.graphql.ws that return ServerWebSocketMethod parameters in io.vertx.ext.web.handler.graphql.ws with type arguments of type ServerWebSocketModifier and TypeMethodDescriptionGraphQLWSHandlerBuilder.onSocketEnd(Handler<ServerWebSocket> endHandler) Customize the endHandler. -
Uses of ServerWebSocket in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return ServerWebSocketMethods in io.vertx.reactivex.core.http with parameters of type ServerWebSocketModifier and TypeMethodDescriptionstatic ServerWebSocketServerWebSocket.newInstance(ServerWebSocket arg) Constructors in io.vertx.reactivex.core.http with parameters of type ServerWebSocket -
Uses of ServerWebSocket in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return ServerWebSocketMethods in io.vertx.rxjava3.core.http with parameters of type ServerWebSocketModifier and TypeMethodDescriptionstatic ServerWebSocketServerWebSocket.newInstance(ServerWebSocket arg) Constructors in io.vertx.rxjava3.core.http with parameters of type ServerWebSocket