Interface SessionFactory
-
- All Known Implementing Classes:
WebSocketSessionFactory
@Deprecated(since="2021-05-27") public interface SessionFactory
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Interface for creating jettyWebSocketSession
objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description WebSocketSession
createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
Deprecated.boolean
supports(EventDriver websocket)
Deprecated.
-
-
-
Method Detail
-
supports
boolean supports(EventDriver websocket)
Deprecated.
-
createSession
WebSocketSession createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
Deprecated.
-
-