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 SessionFactory
public WebSocketSession createSession(URI requestURI, EventDriver websocket, LogicalConnection connection)
createSession
in interface SessionFactory
Copyright © 1995-2015 Webtide. All Rights Reserved.