Interface WebSocketFactory

All Known Implementing Classes:
DefaultWebSocketFactory

public interface WebSocketFactory
A factory for retrieving WebSocket
Author:
Jeanfrancois Arcand
  • Method Summary

    Modifier and Type
    Method
    Description
    find(String uuid)
    Retrieve the WebSocket associated with a uuid.
  • Method Details