public interface Client
An upstream view of a Client. It is identified by an id, connected over a transport-Method and has a timestamp of its last interaction with the server.
  • Method Details

    • getId

      String getId()
      Returns:
      The identifier of the client.
    • getTransportMethod

      Method getTransportMethod()
      Returns:
      the Transport-Method the client is currently using
    • lastSeen

      long lastSeen()
      Returns:
      the timestamp of the last communication