Class JsrSessionFactory
java.lang.Object
org.eclipse.jetty.websocket.jsr356.JsrSessionFactory
- All Implemented Interfaces:
SessionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSession(URI requestURI, EventDriver websocket, LogicalConnection connection) booleansupports(EventDriver websocket)
-
Constructor Details
-
JsrSessionFactory
-
-
Method Details
-
createSession
public WebSocketSession createSession(URI requestURI, EventDriver websocket, LogicalConnection connection) - Specified by:
createSessionin interfaceSessionFactory
-
supports
- Specified by:
supportsin interfaceSessionFactory
-