Uses of Class
io.inverno.mod.http.base.ws.WebSocketException
Packages that use WebSocketException
Package
Description
Inverno HTTP WebSocket base API implementation classes.
Inverno HTTP WebSocket base API.
-
Uses of WebSocketException in io.inverno.mod.http.base.internal.ws
Methods in io.inverno.mod.http.base.internal.ws that throw WebSocketExceptionModifier and TypeMethodDescriptionGenericWebSocketFrame.GenericFactory.binary(io.netty.buffer.ByteBuf data, boolean finalFragment) GenericWebSocketFrame.GenericFactory.continuation(io.netty.buffer.ByteBuf data, boolean finalFragment) GenericWebSocketFrame.GenericFactory.ping(io.netty.buffer.ByteBuf data) GenericWebSocketFrame.GenericFactory.pong(io.netty.buffer.ByteBuf data) GenericWebSocketFrame.GenericFactory.text(io.netty.buffer.ByteBuf data, boolean finalFragment) io.netty.handler.codec.http.websocketx.WebSocketFrameGenericWebSocketFrame.GenericFactory.toUnderlyingWebSocketFrame(WebSocketFrame webSocketFrame) Converts the specified webSocketFrame to an underlying WebSocket frame. -
Uses of WebSocketException in io.inverno.mod.http.base.ws
Subclasses of WebSocketException in io.inverno.mod.http.base.wsModifier and TypeClassDescriptionclassAn HTTP exception that indicates that the WebSocket subprotocols provided in the upgrade request are not supported.Methods in io.inverno.mod.http.base.ws that throw WebSocketExceptionModifier and TypeMethodDescriptiondefault WebSocketFrameWebSocketFrame.Factory.binary(io.netty.buffer.ByteBuf data) Creates a final binary frame with the specified payload data.WebSocketFrame.Factory.binary(io.netty.buffer.ByteBuf data, boolean finalFragment) Creates a binary frame with the specified payload data.WebSocketFrame.Factory.continuation(io.netty.buffer.ByteBuf data, boolean finalFragment) Creates a continuation frame with the specified payload data.WebSocketFrame.Factory.ping(io.netty.buffer.ByteBuf data) Creates a ping frame with the specified payload data.WebSocketFrame.Factory.pong(io.netty.buffer.ByteBuf data) Creates a pong frame with the specified payload data.default WebSocketFrameWebSocketFrame.Factory.text(io.netty.buffer.ByteBuf data) Creates a final text frame with the specified payload data.WebSocketFrame.Factory.text(io.netty.buffer.ByteBuf data, boolean finalFragment) Creates a text frame with the specified payload data.default WebSocketFrameCreates a final text frame with the specified payload data.default WebSocketFrameCreates a text frame with the specified payload data.