Package org.atmosphere.websocket
Class DefaultWebSocketFactory
java.lang.Object
org.atmosphere.websocket.DefaultWebSocketFactory
- All Implemented Interfaces:
WebSocketFactory
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultWebSocketFactory
public DefaultWebSocketFactory()
-
-
Method Details
-
find
Description copied from interface:WebSocketFactoryRetrieve theWebSocketassociated with a uuid. The uuid could be the one returned by theAtmosphereResource.uuid()or an application generated one.- Specified by:
findin interfaceWebSocketFactory- Parameters:
uuid- a UUID associated- Returns:
- WebSocket
-