org.eclipse.jetty.websocket.common.SessionFactorypublic class JsrSessionFactory
extends java.lang.Object
implements org.eclipse.jetty.websocket.common.SessionFactory
| Constructor | Description |
|---|---|
JsrSessionFactory(ClientContainer container) |
| Modifier and Type | Method | Description |
|---|---|---|
org.eclipse.jetty.websocket.common.WebSocketSession |
createSession(java.net.URI requestURI,
org.eclipse.jetty.websocket.common.events.EventDriver websocket,
org.eclipse.jetty.websocket.common.LogicalConnection connection) |
|
boolean |
supports(org.eclipse.jetty.websocket.common.events.EventDriver websocket) |
public JsrSessionFactory(ClientContainer container)
public org.eclipse.jetty.websocket.common.WebSocketSession createSession(java.net.URI requestURI,
org.eclipse.jetty.websocket.common.events.EventDriver websocket,
org.eclipse.jetty.websocket.common.LogicalConnection connection)
createSession in interface org.eclipse.jetty.websocket.common.SessionFactorypublic boolean supports(org.eclipse.jetty.websocket.common.events.EventDriver websocket)
supports in interface org.eclipse.jetty.websocket.common.SessionFactoryCopyright © 1995–2018 Webtide. All rights reserved.