Interface SessionFactory
-
- All Known Implementing Classes:
WebSocketSessionFactory
@Deprecated public interface SessionFactoryDeprecated.This api is not supported anymore. Please do not use it.Interface for creating jettyWebSocketSessionobjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description WebSocketSessioncreateSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)Deprecated.booleansupports(EventDriver websocket)Deprecated.
-
-
-
Method Detail
-
supports
boolean supports(EventDriver websocket)
Deprecated.
-
createSession
WebSocketSession createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
Deprecated.
-
-