Class ExchangeHandshakeResponse

  • All Implemented Interfaces:
    jakarta.websocket.HandshakeResponse

    public final class ExchangeHandshakeResponse
    extends Object
    implements jakarta.websocket.HandshakeResponse
    HandshakeResponse which wraps a WebSocketHttpExchange to act on it. Once the processing of it is done update() must be called to persist any changes made.
    Author:
    Norman Maurer
    • Constructor Detail

    • Method Detail

      • getHeaders

        public Map<String,​List<String>> getHeaders()
        Specified by:
        getHeaders in interface jakarta.websocket.HandshakeResponse