Class WebSocketResponse


public class WebSocketResponse extends WebResponse
A Response used to cache the written data to the web socket client when Wicket thread locals are available. When the thread locals are not available then you can write directly to the IWebSocketConnection taken from IWebSocketConnectionRegistry. In this case the response wont be cached.
Since:
6.0