Module io.inverno.mod.http.base
Package io.inverno.mod.http.base.ws
package io.inverno.mod.http.base.ws
Inverno HTTP WebSocket base API.
-
ClassDescriptionBaseWebSocketExchange<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.An HTTP exception that indicates that the WebSocket subprotocols provided in the upgrade request are not supported.Thrown to indicate an error while processing a 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.Represents WebSocket status codes as defined by RC 6455 Section 7.4.