Uses of Interface
io.inverno.mod.http.server.ws.WebSocket
Packages that use WebSocket
Package
Description
Inverno HTTP server API and module configuration.
Inverno HTTP server WebSocket API.
-
Uses of WebSocket in io.inverno.mod.http.server
Methods in io.inverno.mod.http.server that return types with arguments of type WebSocketModifier and TypeMethodDescriptiondefault Optional<? extends WebSocket<A, ? extends WebSocketExchange<A>>> Returns an empty optional since an error exchange does not support WebSocket upgrade.Optional<? extends WebSocket<A, ? extends WebSocketExchange<A>>> Upgrades the exchange to a WebSocket exchange. -
Uses of WebSocket in io.inverno.mod.http.server.ws
Methods in io.inverno.mod.http.server.ws that return WebSocketModifier and TypeMethodDescriptionWebSocket.handler(WebSocketExchangeHandler<? super A, B> handler) Specifies the handler used to handle the WebSocket exchange.Specifies the fallback action to execute when the opening handshake fails.Specifies a fallback action to execute when the opening handshake fails.