Class WebSocketHandshakeContext

  • All Implemented Interfaces:
    Context

    public class WebSocketHandshakeContext
    extends AbstractContext
    Context signaling that the associated request is a WebSocket Handshake.
    • Constructor Detail

      • WebSocketHandshakeContext

        public WebSocketHandshakeContext​(Context parent)
        Create an instance of this context.
        Parameters:
        parent - the parent context.