Class WebSocketSessionFactory
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.WebSocketSessionFactory
-
- All Implemented Interfaces:
SessionFactory
@Deprecated(since="2021-05-27") public class WebSocketSessionFactory extends java.lang.Object implements SessionFactory
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Default Session factory, creating WebSocketSession objects.
-
-
Constructor Summary
Constructors Constructor Description WebSocketSessionFactory(WebSocketContainerScope containerScope)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description WebSocketSession
createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
Deprecated.boolean
supports(EventDriver websocket)
Deprecated.
-
-
-
Constructor Detail
-
WebSocketSessionFactory
public WebSocketSessionFactory(WebSocketContainerScope containerScope)
Deprecated.
-
-
Method Detail
-
supports
public boolean supports(EventDriver websocket)
Deprecated.- Specified by:
supports
in interfaceSessionFactory
-
createSession
public WebSocketSession createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
Deprecated.- Specified by:
createSession
in interfaceSessionFactory
-
-