Uses of Interface
io.vertx.core.http.ServerWebSocketHandshake
Packages that use ServerWebSocketHandshake
Package
Description
-
Uses of ServerWebSocketHandshake in io.vertx.core.http
Method parameters in io.vertx.core.http with type arguments of type ServerWebSocketHandshakeModifier and TypeMethodDescriptionHttpServer.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 ServerWebSocketHandshakeModifier and TypeMethodDescriptionStompServer.webSocketHandshakeHandler()Gets theHandlerable to manage web socket connection handshakes. -
Uses of ServerWebSocketHandshake in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return ServerWebSocketHandshakeMethods in io.vertx.reactivex.core.http with parameters of type ServerWebSocketHandshakeModifier and TypeMethodDescriptionstatic ServerWebSocketHandshakeServerWebSocketHandshake.newInstance(ServerWebSocketHandshake arg) Constructors in io.vertx.reactivex.core.http with parameters of type ServerWebSocketHandshake -
Uses of ServerWebSocketHandshake in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return ServerWebSocketHandshakeMethods in io.vertx.rxjava3.core.http with parameters of type ServerWebSocketHandshakeModifier and TypeMethodDescriptionstatic ServerWebSocketHandshakeServerWebSocketHandshake.newInstance(ServerWebSocketHandshake arg) Constructors in io.vertx.rxjava3.core.http with parameters of type ServerWebSocketHandshake