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