Package org.atmosphere.websocket
Interface WebSocketFactory
-
- All Known Implementing Classes:
DefaultWebSocketFactory
public interface WebSocketFactoryA factory for retrievingWebSocket- Author:
- Jeanfrancois Arcand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebSocketfind(java.lang.String uuid)Retrieve theWebSocketassociated with a uuid.
-
-
-
Method Detail
-
find
WebSocket find(java.lang.String uuid)
Retrieve theWebSocketassociated with a uuid. The uuid could be the one returned by theAtmosphereResource.uuid()or an application generated one.- Parameters:
uuid- a UUID associated- Returns:
- WebSocket
-
-