Package | Description |
---|---|
io.vertx.reactivex.core.http | |
io.vertx.reactivex.ext.stomp | |
io.vertx.reactivex.ext.web.handler.graphql |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ServerWebSocket> |
ServerWebSocket.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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 to
wsHandler . |
Modifier and Type | Method and Description |
---|---|
Handler<ServerWebSocket> |
StompServer.webSocketHandler()
Gets the able to manage web socket connections.
|
Modifier and Type | Method and Description |
---|---|
ServerWebSocket |
ApolloWSMessage.serverWebSocket() |
Modifier and Type | Method and Description |
---|---|
ApolloWSHandler |
ApolloWSHandler.connectionHandler(Handler<ServerWebSocket> connectionHandler)
Customize the connection .
|
ApolloWSHandler |
ApolloWSHandler.endHandler(Handler<ServerWebSocket> endHandler)
Customize the end .
|
Copyright © 2021 Eclipse. All rights reserved.