Class ExchangeHandshakeResponse
- java.lang.Object
-
- io.undertow.websockets.jsr.handshake.ExchangeHandshakeResponse
-
- All Implemented Interfaces:
jakarta.websocket.HandshakeResponse
public final class ExchangeHandshakeResponse extends java.lang.Object implements jakarta.websocket.HandshakeResponseHandshakeResponsewhich wraps aWebSocketHttpExchangeto act on it. Once the processing of it is doneupdate()must be called to persist any changes made.- Author:
- Norman Maurer
-
-
Constructor Summary
Constructors Constructor Description ExchangeHandshakeResponse(io.undertow.websockets.spi.WebSocketHttpExchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<java.lang.String>>getHeaders()
-