A
B
C
D
E
F
G
I
N
O
P
R
S
T
U
W
W
- withAddress(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- Sets the IP address or the domain name of the home power plant (Without port!
- withChecksumEnabled(java.lang.Boolean) - function in de.jnkconsulting.e3dc.easyrscp.frame.FrameBuilder
- Activates or deactivates checksum calculation for the frame to build
- withCipherFactory(de.jnkconsulting.e3dc.easyrscp.api.crypt.AESCipherFactory) - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- If you want to use your own implementation for encryption, you can set a factory here.
- withConnectionPool(de.jnkconsulting.e3dc.easyrscp.api.connection.ConnectionPool) - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- If you want to use your own ConnectionPool, you can set it here.
- withConnectionPoolTimeoutMillis(java.lang.Long) - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- Timeout in milliseconds how long the SingleInstanceConnectionPool waits for a free connection before generating an error.
- withFrameParser(de.jnkconsulting.e3dc.easyrscp.api.frame.FrameParser) - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- If you want to use your own frame parser, you can set the instance here.
- withParser(de.jnkconsulting.e3dc.easyrscp.api.frame.DataParser) - function in de.jnkconsulting.e3dc.easyrscp.frame.FrameBuilder
- Parser to use for container data.
- withPort(java.lang.Integer) - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- Port on which the RSCP service in the home power plant listens.
- withPortalPassword(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- Password from the E3DC Portal
- withPortalUser(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- Username from the E3DC portal.
- withRSCPPassword(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- RSCP Password.
- withSocketFactory(de.jnkconsulting.e3dc.easyrscp.api.connection.SocketFactory) - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- If you want to use your own SocketFactory, you can set the instance here.
- withSocketTimeoutMillis(java.lang.Long) - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- Timeout in milliseconds for establishing the connection.