Class ExchangeHandshakeResponse
- java.lang.Object
-
- io.undertow.websockets.jsr.handshake.ExchangeHandshakeResponse
-
- All Implemented Interfaces:
jakarta.websocket.HandshakeResponse
public final class ExchangeHandshakeResponse extends Object implements jakarta.websocket.HandshakeResponse
HandshakeResponsewhich 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(WebSocketHttpExchange exchange)
-
-
-
Constructor Detail
-
ExchangeHandshakeResponse
public ExchangeHandshakeResponse(WebSocketHttpExchange exchange)
-
-