Package de.jnkconsulting.e3dc.easyrscp.connection
Basically you can find the class that implements the interfaces from the API package de.jnkconsulting.e3dc.easyrscp.api.connection here
Basically you can find the class that implements the interfaces from the API package de.jnkconsulting.e3dc.easyrscp.api.connection here
See: Description
-
Class Summary Class Description ConnectionBuilder Builder to create the different connection objects. DefaultHomePowerPlantConnection Simple implementation of HomePowerPlantConnection. DefaultHomePowerPlantConnectionFactory Farbrik that creates instances of the DefaultHomePowerPlantConnection type. DefaultSocketFactory Simple implementation of the SocketFactory. RSCPBeforeRequestEncryptionEvent Event that holds the data before the request is encrypted RSCPBeforeRequestSendEvent Event that holds the data before sending the request Frame. RSCPAfterRequestSendEvent Event that holds the data after sending the request Frame. RSCPAnswerReceivedEvent Event that holds the data received from the home power plant. RSCPAnswerDecryptedEvent Event containing the data after decryption of the response from the home power plant RSCPAnswerParsedEvent Event containing the data after parsing the decrypted binary data from the home power plant SingleInstanceConnectionPool ConnectionPool which uses exactly one connection to the home power plant. -
Interface Summary Interface Description RSCPRequestResponseListener Listener that can be registered to instances of type DefaultHomePowerPlantConnection to receive lifecycle events in the request/response process of a frame. RSCPRequestResponseEvent Describes an event that can occur in the request/response cycle of a frame.