Class HttpConnectorIncomingConfiguration

    • Constructor Detail

      • HttpConnectorIncomingConfiguration

        public HttpConnectorIncomingConfiguration​(org.eclipse.microprofile.config.Config config)
        Creates a new HttpConnectorIncomingConfiguration.
    • Method Detail

      • getHost

        public String getHost()
        Gets the host value from the configuration. Attribute Name: host Description: the host (interface) on which the server is opened Default Value: 0.0.0.0
        Returns:
        the host
      • getPort

        public Integer getPort()
        Gets the port value from the configuration. Attribute Name: port Description: the port Default Value: 8080
        Returns:
        the port