Class TestMoquetteTlsServer

java.lang.Object
test.de.iip_ecosphere.platform.transport.AbstractTestServer
test.de.iip_ecosphere.platform.test.mqtt.moquette.TestMoquetteServer
test.de.iip_ecosphere.platform.test.mqtt.moquette.TestMoquetteTlsServer
All Implemented Interfaces:
de.iip_ecosphere.platform.support.Server

public class TestMoquetteTlsServer extends TestMoquetteServer
A simple embedded Moquette-based MQTT TLS test server for testing/experiments. This class works with Java 8.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • TestMoquetteTlsServer

      public TestMoquetteTlsServer(de.iip_ecosphere.platform.support.ServerAddress addr)
      Creates the server instance.
      Parameters:
      addr - the server address (schema is ignored)
  • Method Details

    • main

      public static void main(String[] args)
      Starts the server from the command line.
      Parameters:
      args - the first argument may be the port number, else 8883 is used