Class ExchangeHandshakeResponse

java.lang.Object
io.undertow.websockets.handshake.ExchangeHandshakeResponse
All Implemented Interfaces:
jakarta.websocket.HandshakeResponse

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

  • Method Details

    • getHeaders

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