Class JsrSessionFactory
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.JsrSessionFactory
-
- All Implemented Interfaces:
SessionFactory
public class JsrSessionFactory extends java.lang.Object implements SessionFactory
-
-
Constructor Summary
Constructors Constructor Description JsrSessionFactory(ClientContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSocketSession
createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
boolean
supports(EventDriver websocket)
-
-
-
Constructor Detail
-
JsrSessionFactory
public JsrSessionFactory(ClientContainer container)
-
-
Method Detail
-
createSession
public WebSocketSession createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
- Specified by:
createSession
in interfaceSessionFactory
-
supports
public boolean supports(EventDriver websocket)
- Specified by:
supports
in interfaceSessionFactory
-
-