Uses of Class
org.jdrupes.httpcodec.protocols.websocket.WsDecoder.Result
Package
Description
Classes for handling the Websocket protocol.
-
Uses of WsDecoder.Result in org.jdrupes.httpcodec.protocols.websocket
Modifier and TypeMethodDescriptionWsDecoder.Result.Factory.newResult
(boolean overflow, boolean underflow, boolean closeConnection, boolean headerCompleted, WsFrameHeader response, boolean responseOnly) Create a new result.