Class HubTester.WatchedClient

  • Enclosing class:
    HubTester

    private static class HubTester.WatchedClient
    extends java.lang.Object
    Struct-type utility class which aggregates mutable information about a client, to be updated in response to hub event messages.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Metadata meta_
      Current metadata object for this client.
      (package private) boolean reg_
      Whether this client has ever been registered.
      (package private) Subscriptions subs_
      Current subscriptions object for this client.
      (package private) boolean unreg_
      Whether this clent has ever been unregistered.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private WatchedClient()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • reg_

        boolean reg_
        Whether this client has ever been registered.
      • unreg_

        boolean unreg_
        Whether this clent has ever been unregistered.
      • meta_

        Metadata meta_
        Current metadata object for this client.
      • subs_

        Subscriptions subs_
        Current subscriptions object for this client.
    • Constructor Detail

      • WatchedClient

        private WatchedClient()