Class WebSocketProtocolHandshakeHandler

java.lang.Object
io.undertow.websockets.WebSocketProtocolHandshakeHandler
All Implemented Interfaces:
HttpHandler

public class WebSocketProtocolHandshakeHandler extends Object implements HttpHandler
HttpHandler which will process the HttpServerExchange and do the actual handshake/upgrade to WebSocket.
Author:
Norman Maurer