Module io.inverno.mod.http.server
Package io.inverno.mod.http.server.ws
package io.inverno.mod.http.server.ws
-
ClassDescriptionAn HTTP exception that indicates that the WebSocket subprotocols provided in the upgrade request are not supported.A server-side WebSocket.Thrown to indicate an error while processing a WebSocket exchange.WebSocketExchange<A extends ExchangeContext>Represents a WebSocket exchange between a client and a server.Represents the inbound part of a WebSocket exchange.Represents the outbound part of a WebSocket exchange.A WebSocket exchange handler is used to handle WebSocket exchange.Represents a WebSocket frame as defined by RFC 6455 Section 5.A factory used to create WebSocket frame.WebSocket frame type as defined by RFC 6455 Section 5.Represents a WebSocket message which can be fragmented into multiple data frames as defined by RFC 6455 Section 5.4.A factory used to create WebSocket message.WebSocket message type.