Interface SocketFactory
-
- All Implemented Interfaces:
public interface SocketFactoryFactory to establish a socket connection to a home power plant
- Since:
2.0
-
-
Method Summary
Modifier and Type Method Description abstract SocketcreateSocket(E3DCConnectionData connectionData)Creates a new socket connection to the home power plant specified in connectionData. -
-
Method Detail
-
createSocket
abstract Socket createSocket(E3DCConnectionData connectionData)
Creates a new socket connection to the home power plant specified in connectionData.
- Parameters:
connectionData- Connection data of the home power plant- Returns:
Socket connection to the home power plant
- Since:
2.0
-
-
-
-