Class WsCloseResponse

All Implemented Interfaces:
MessageHeader

public class WsCloseResponse extends WsCloseFrame
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).