Class Plc4xServer
- java.lang.Object
-
- org.apache.plc4x.java.tools.plc4xserver.Plc4xServer
-
public class Plc4xServer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_PORTstatic StringSERVER_PORT_ENVIRONMENT_VARIABLEstatic StringSERVER_PORT_PROPERTY
-
Constructor Summary
Constructors Constructor Description Plc4xServer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetPort()static voidmain(String[] args)Future<Void>start()Future<Void>start(int port)voidstop()
-
-
-
Field Detail
-
SERVER_PORT_PROPERTY
public static final String SERVER_PORT_PROPERTY
- See Also:
- Constant Field Values
-
SERVER_PORT_ENVIRONMENT_VARIABLE
public static final String SERVER_PORT_ENVIRONMENT_VARIABLE
- See Also:
- Constant Field Values
-
DEFAULT_PORT
public static int DEFAULT_PORT
-
-