Interface WebSocketEngine

All Known Implementing Classes:
TyrusWebSocketEngine

public interface WebSocketEngine
WebSocket engine is used for upgrading HTTP requests into websocket connections. A transport gets hold of the engine from the ServerContainer and upgrades HTTP handshake requests.
Author:
Pavel Bucek