Class ReadWorker

    • Constructor Detail

      • ReadWorker

        protected ReadWorker​(TeslaPowerwall2CoreImpl parent,
                             java.net.Inet4Address ipAddress,
                             int port)
                      throws java.security.NoSuchAlgorithmException,
                             java.security.KeyManagementException
        Throws:
        java.security.NoSuchAlgorithmException
        java.security.KeyManagementException
    • Method Detail

      • forever

        protected void forever()
                        throws java.lang.Throwable
        Description copied from class: AbstractWorker
        This method is called in a loop forever until the Thread gets interrupted.
        Specified by:
        forever in class AbstractCycleWorker
        Throws:
        java.lang.Throwable