Package org.atmosphere.websocket
Class DefaultWebSocketFactory
- java.lang.Object
-
- org.atmosphere.websocket.DefaultWebSocketFactory
-
- All Implemented Interfaces:
WebSocketFactory
public class DefaultWebSocketFactory extends java.lang.Object implements WebSocketFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultWebSocketFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSocketfind(java.lang.String uuid)Retrieve theWebSocketassociated with a uuid.
-
-
-
Method Detail
-
find
public WebSocket find(java.lang.String uuid)
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:
-
-