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