Interface SessionFactory
- All Known Implementing Classes:
JsrSessionFactory, WebSocketSessionFactory
public interface SessionFactory
Interface for creating jetty
WebSocketSession objects.-
Method Summary
Modifier and TypeMethodDescriptioncreateSession(URI requestURI, EventDriver websocket, LogicalConnection connection) booleansupports(EventDriver websocket)
-
Method Details
-
supports
-
createSession
-