public interface WebSocketCreator
Should you desire filtering of the WebSocket object creation due to criteria such as origin or sub-protocol, then you will be required to implement a custom WebSocketCreator implementation.
This has been moved from the WebSocketServlet to a standalone class managed by the WebSocketServerFactory due to need of WebSocket Extensions that
require the ability to create new websockets (such as the mux extension)
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
createWebSocket(ServletUpgradeRequest req,
ServletUpgradeResponse resp) |
Create a websocket from the incoming request.
|
java.lang.Object createWebSocket(ServletUpgradeRequest req, ServletUpgradeResponse resp)
req - the request detailsresp - the response detailsCopyright © 1995–2017 Webtide. All rights reserved.