Interface WebSocketFactory
- All Known Implementing Classes:
DefaultWebsocketFactory
public interface WebSocketFactory
Web socket factory interface.
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request, String pathSpec, NodeSynchronization sync, WebsocketConsumer consumer, String subprotocol, String relativePath)
-
Method Details
-
newInstance
DefaultWebsocket newInstance(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request, String pathSpec, NodeSynchronization sync, WebsocketConsumer consumer, String subprotocol, String relativePath)
-