public class WebSocketSessionFactory extends Object implements SessionFactory
| Constructor and Description |
|---|
WebSocketSessionFactory(SessionListener... sessionListeners) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
createSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
boolean |
supports(EventDriver websocket) |
public WebSocketSessionFactory(SessionListener... sessionListeners)
public boolean supports(EventDriver websocket)
supports in interface SessionFactorypublic WebSocketSession createSession(URI requestURI, EventDriver websocket, LogicalConnection connection)
createSession in interface SessionFactoryCopyright © 1995-2015 Webtide. All Rights Reserved.