Class GaiaSkyHubConnector


  • public class GaiaSkyHubConnector
    extends org.astrogrid.samp.client.HubConnector
    Extends hub connector to provide some very basic logging using the Gaia Sky internal logging system.
    • Constructor Summary

      Constructors 
      Constructor Description
      GaiaSkyHubConnector​(org.astrogrid.samp.client.ClientProfile profile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void connectionChanged​(boolean isConnected)  
      protected void disconnect()  
      • Methods inherited from class org.astrogrid.samp.client.HubConnector

        addMessageHandler, addResponseHandler, call, callAll, callAndWait, computeSubscriptions, configureConnection, createConnection, createTag, declareMetadata, declareSubscriptions, getClientMap, getClientSet, getConnection, getMetadata, getSubscriptions, isActive, isConnected, removeMessageHandler, removeResponseHandler, setActive, setAutoconnect
      • Methods inherited from class java.lang.Object

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

      • GaiaSkyHubConnector

        public GaiaSkyHubConnector​(org.astrogrid.samp.client.ClientProfile profile)
    • Method Detail

      • connectionChanged

        protected void connectionChanged​(boolean isConnected)
        Overrides:
        connectionChanged in class org.astrogrid.samp.client.HubConnector
      • disconnect

        protected void disconnect()
        Overrides:
        disconnect in class org.astrogrid.samp.client.HubConnector