Class DefaultHomePowerPlantConnectionFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      DefaultHomePowerPlantConnection openConnection()
      • Methods inherited from class java.lang.Object

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

      • DefaultHomePowerPlantConnectionFactory

        DefaultHomePowerPlantConnectionFactory(E3DCConnectionData connectionData, AESCipherFactory aesFactory, SocketFactory socketFactory, FrameParser frameParser, List<RSCPRequestResponseListener> requestResponseListener)
        Parameters:
        connectionData - Connection data to the home power plant
        aesFactory - Factory to encrypt the data before sending and decrypt the responses.
        socketFactory - SocketFactory to use.
        frameParser - FrameParser] to use to convert the responses from the home power plant into Frame objects.