Uses of Class
io.inverno.mod.http.server.ws.WebSocketException
Packages that use WebSocketException
-
Uses of WebSocketException in io.inverno.mod.http.server.ws
Methods in io.inverno.mod.http.server.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.default reactor.core.publisher.Mono<Void>Returns a Mono that defers the processing of the WebSocket exchange.voidProcesses the specified WebSocket server exchange.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.