Class WebSocketSessionFactory
java.lang.Object
org.eclipse.jetty.websocket.common.WebSocketSessionFactory
- All Implemented Interfaces:
SessionFactory
Default Session factory, creating WebSocketSession objects.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSession
(URI requestURI, EventDriver websocket, LogicalConnection connection) boolean
supports
(EventDriver websocket)
-
Field Details
-
containerScope
-
-
Constructor Details
-
WebSocketSessionFactory
-
-
Method Details
-
supports
- Specified by:
supports
in interfaceSessionFactory
-
createSession
public WebSocketSession createSession(URI requestURI, EventDriver websocket, LogicalConnection connection) - Specified by:
createSession
in interfaceSessionFactory
-