Uses of Class
io.vertx.rxjava.core.http.ServerWebSocket
-
Packages that use ServerWebSocket Package Description io.vertx.rxjava.core.http io.vertx.rxjava.ext.stomp io.vertx.rxjava.ext.web.handler.graphql io.vertx.rxjava.ext.web.handler.graphql.ws -
-
Uses of ServerWebSocket in io.vertx.rxjava.core.http
Fields in io.vertx.rxjava.core.http with type parameters of type ServerWebSocket Modifier and Type Field Description static TypeArg<ServerWebSocket>
ServerWebSocket. __TYPE_ARG
Methods in io.vertx.rxjava.core.http that return types with arguments of type ServerWebSocket Modifier and Type Method Description rx.Single<ServerWebSocket>
HttpServerRequest. rxToWebSocket()
Upgrade the connection of the current request to a WebSocket.ReadStream<ServerWebSocket>
HttpServer. webSocketStream()
Return the WebSocket stream for the server.Method parameters in io.vertx.rxjava.core.http with type arguments of type ServerWebSocket Modifier and Type Method Description void
HttpServerRequest. toWebSocket(Handler<AsyncResult<ServerWebSocket>> handler)
Upgrade the connection of the current request to a WebSocket.HttpServer
HttpServer. webSocketHandler(Handler<ServerWebSocket> handler)
Set the WebSocket handler for the server towsHandler
. -
Uses of ServerWebSocket in io.vertx.rxjava.ext.stomp
Methods in io.vertx.rxjava.ext.stomp that return types with arguments of type ServerWebSocket Modifier and Type Method Description Handler<ServerWebSocket>
StompServer. webSocketHandler()
Gets the able to manage web socket connections. -
Uses of ServerWebSocket in io.vertx.rxjava.ext.web.handler.graphql
Methods in io.vertx.rxjava.ext.web.handler.graphql that return ServerWebSocket Modifier and Type Method Description ServerWebSocket
ApolloWSMessage. serverWebSocket()
Deprecated.Method parameters in io.vertx.rxjava.ext.web.handler.graphql with type arguments of type ServerWebSocket Modifier and Type Method Description ApolloWSHandler
ApolloWSHandler. connectionHandler(Handler<ServerWebSocket> connectionHandler)
Deprecated.ApolloWSHandler
ApolloWSHandler. endHandler(Handler<ServerWebSocket> endHandler)
Deprecated. -
Uses of ServerWebSocket in io.vertx.rxjava.ext.web.handler.graphql.ws
Methods in io.vertx.rxjava.ext.web.handler.graphql.ws that return ServerWebSocket Modifier and Type Method Description ServerWebSocket
Message. socket()
-