Interface SessionFactory
-
- All Known Implementing Classes:
WebSocketSessionFactory
public interface SessionFactoryInterface for creating jettyWebSocketSessionobjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebSocketSessioncreateSession(URI requestURI, EventDriver websocket, LogicalConnection connection)booleansupports(EventDriver websocket)
-
-
-
Method Detail
-
supports
boolean supports(EventDriver websocket)
-
createSession
WebSocketSession createSession(URI requestURI, EventDriver websocket, LogicalConnection connection)
-
-