Class TestHiveMqTlsServer

java.lang.Object
test.de.iip_ecosphere.platform.transport.AbstractTestServer
test.de.iip_ecosphere.platform.test.mqtt.hivemq.TestHiveMqServer
test.de.iip_ecosphere.platform.test.mqtt.hivemq.TestHiveMqTlsServer
All Implemented Interfaces:
de.iip_ecosphere.platform.support.Server

public class TestHiveMqTlsServer extends TestHiveMqServer
A simple embedded HiveMQ/MQTT TLS test server for testing/experiments. This class requires Java 11.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • TestHiveMqTlsServer

      public TestHiveMqTlsServer(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; optionally --host=<name> may be given afterwards