public class DefaultWebSocketFactory extends Object implements WebSocketFactory
| Constructor and Description |
|---|
DefaultWebSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
WebSocket |
find(String uuid)
Retrieve the
WebSocket associated with a uuid. |
public WebSocket find(String uuid)
WebSocketFactoryWebSocket associated with a uuid. The uuid could be the one returned by
the AtmosphereResource.uuid() or an application generated one.find in interface WebSocketFactoryuuid - a UUID associatedCopyright © 2016. All rights reserved.