Class FrostMqttServer
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.frostserver.FrostMqttServer
-
public class FrostMqttServer extends Object
- Author:
- scf
-
-
Constructor Summary
Constructors Constructor Description FrostMqttServer(CoreSettings coreSettings)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidstart()voidstop()
-
-
-
Constructor Detail
-
FrostMqttServer
public FrostMqttServer(CoreSettings coreSettings)
-
-
Method Detail
-
start
public void start()
-
stop
public void stop()
-
main
public static void main(String[] args) throws IOException
- Parameters:
args- the command line arguments- Throws:
FileNotFoundException- if the config file is not found.IOException
-
-