Class WsEncoder.Result
java.lang.Object
org.jdrupes.httpcodec.Codec.Result
org.jdrupes.httpcodec.protocols.websocket.WsEncoder.Result
- Enclosing class:
- WsEncoder
Results from
HttpEncoder
provide no additional
information compared to Codec.Result
.This class only provides a factory for creating concrete results.
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
A factory for creating new Results. -
Constructor Summary
ModifierConstructorDescriptionprotected
Result
(boolean overflow, boolean underflow, boolean closeConnection) -
Method Summary
Methods inherited from class org.jdrupes.httpcodec.Codec.Result
closeConnection, equals, hashCode, isOverflow, isUnderflow, toString
-
Constructor Details
-
Result
-