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