Uses of Class
io.vertx.reactivex.core.http.ServerWebSocket
Packages that use ServerWebSocket
Package
Description
-
Uses of ServerWebSocket in io.vertx.reactivex.core.http
Fields in io.vertx.reactivex.core.http with type parameters of type ServerWebSocketModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<ServerWebSocket> ServerWebSocket.__TYPE_ARGMethods in io.vertx.reactivex.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) static ServerWebSocketServerWebSocket.newInstance(ServerWebSocket arg) ServerWebSocket.pause()ServerWebSocket.resume()ServerWebSocket.setWriteQueueMaxSize(int maxSize) Methods in io.vertx.reactivex.core.http that return types with arguments of type ServerWebSocketModifier and TypeMethodDescriptionServerWebSocketHandshake.accept()Accept the WebSocket and terminate the WebSocket handshake.ServerWebSocketHandshake.rxAccept()Accept the WebSocket and terminate the WebSocket handshake.HttpServerRequest.rxToWebSocket()Upgrade the connection of the current request to a WebSocket.HttpServerRequest.toWebSocket()Upgrade the connection of the current request to a WebSocket.Method parameters in io.vertx.reactivex.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.reactivex.ext.stomp
Methods in io.vertx.reactivex.ext.stomp that return types with arguments of type ServerWebSocketModifier and TypeMethodDescriptionStompServer.webSocketHandler()Gets the able to manage web socket connections. -
Uses of ServerWebSocket in io.vertx.reactivex.ext.web.handler.graphql.ws
Methods in io.vertx.reactivex.ext.web.handler.graphql.ws that return ServerWebSocketMethod parameters in io.vertx.reactivex.ext.web.handler.graphql.ws with type arguments of type ServerWebSocketModifier and TypeMethodDescriptionGraphQLWSHandlerBuilder.onSocketEnd(Handler<ServerWebSocket> endHandler) Customize the end .