Package org.atmosphere.websocket
Interface WebSocketFactory
- All Known Implementing Classes:
DefaultWebSocketFactory
public interface WebSocketFactory
A factory for retrieving
WebSocket- Author:
- Jeanfrancois Arcand
-
Method Summary
-
Method Details
-
find
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
-