Uses of Interface
io.vertx.core.http.ServerWebSocketHandshake
-
Packages that use ServerWebSocketHandshake Package Description io.vertx.core.http io.vertx.ext.stomp io.vertx.reactivex.core.http io.vertx.rxjava3.core.http -
-
Uses of ServerWebSocketHandshake in io.vertx.core.http
Method parameters in io.vertx.core.http with type arguments of type ServerWebSocketHandshake Modifier and Type Method Description HttpServer
HttpServer. webSocketHandshakeHandler(Handler<ServerWebSocketHandshake> handler)
Set a handler for WebSocket handshake. -
Uses of ServerWebSocketHandshake in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return types with arguments of type ServerWebSocketHandshake Modifier and Type Method Description Handler<ServerWebSocketHandshake>
StompServer. webSocketHandshakeHandler()
Gets theHandler
able to manage web socket connection handshakes. -
Uses of ServerWebSocketHandshake in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return ServerWebSocketHandshake Modifier and Type Method Description ServerWebSocketHandshake
ServerWebSocketHandshake. getDelegate()
Methods in io.vertx.reactivex.core.http with parameters of type ServerWebSocketHandshake Modifier and Type Method Description static ServerWebSocketHandshake
ServerWebSocketHandshake. newInstance(ServerWebSocketHandshake arg)
Constructors in io.vertx.reactivex.core.http with parameters of type ServerWebSocketHandshake Constructor Description ServerWebSocketHandshake(ServerWebSocketHandshake delegate)
-
Uses of ServerWebSocketHandshake in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return ServerWebSocketHandshake Modifier and Type Method Description ServerWebSocketHandshake
ServerWebSocketHandshake. getDelegate()
Methods in io.vertx.rxjava3.core.http with parameters of type ServerWebSocketHandshake Modifier and Type Method Description static ServerWebSocketHandshake
ServerWebSocketHandshake. newInstance(ServerWebSocketHandshake arg)
Constructors in io.vertx.rxjava3.core.http with parameters of type ServerWebSocketHandshake Constructor Description ServerWebSocketHandshake(ServerWebSocketHandshake delegate)
-