Class WsCloseResponse
java.lang.Object
org.jdrupes.httpcodec.protocols.websocket.WsFrameHeader
org.jdrupes.httpcodec.protocols.websocket.WsCloseFrame
org.jdrupes.httpcodec.protocols.websocket.WsCloseResponse
- All Implemented Interfaces:
MessageHeader
A special close frame created by the decoder.
It is passed to the invoker as part of the result. The invoker forwards it to the encoder, which knows – because of the type – that this is a close confirmation (not a close initiated by this endpoint).
-
Method Summary
Methods inherited from class org.jdrupes.httpcodec.protocols.websocket.WsCloseFrame
hasPayload, isFinal, reason, statusCode, toString