Interface SocketIONamespace

    • Method Detail

      • getName

        @Nonnull
        String getName()
        Returns the name of this namespace.
        Returns:
        the name
      • getConnected

        @Nonnull
        Map<String,​SocketIOSocket> getConnected()
        Returns a map of all connected sockets. The key of the map corresponds to the socket ids.
        Returns:
        the map of connected sockets.