public class JsrSessionFactory extends java.lang.Object implements SessionFactory
Modifier and Type | Field and Description |
---|---|
private ClientContainer |
container |
private static Logger |
LOG |
Constructor and Description |
---|
JsrSessionFactory(ClientContainer container) |
Modifier and Type | Method and Description |
---|---|
WebSocketSession |
createSession(java.net.URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
boolean |
supports(EventDriver websocket) |
private static final Logger LOG
private final ClientContainer container
public JsrSessionFactory(ClientContainer container)
public WebSocketSession createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
createSession
in interface SessionFactory
public boolean supports(EventDriver websocket)
supports
in interface SessionFactory