Class JsrSessionFactory
java.lang.Object
org.eclipse.jetty.websocket.jsr356.JsrSessionFactory
- All Implemented Interfaces:
SessionFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClientContainer
private static final org.eclipse.jetty.util.log.Logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSession
(URI requestURI, EventDriver websocket, LogicalConnection connection) boolean
supports
(EventDriver websocket)
-
Field Details
-
LOG
private static final org.eclipse.jetty.util.log.Logger LOG -
container
-
-
Constructor Details
-
JsrSessionFactory
-
-
Method Details
-
createSession
public WebSocketSession createSession(URI requestURI, EventDriver websocket, LogicalConnection connection) - Specified by:
createSession
in interfaceSessionFactory
-
supports
- Specified by:
supports
in interfaceSessionFactory
-