Interface EmbeddedHttpService


public interface EmbeddedHttpService
Information about embedded HTTP server such as when using the camel-platform-http component, that integrates with the Spring Boot or Quarkus HTTP server.
  • Method Summary

    Modifier and Type
    Method
    Description
    HTTP or HTTPS
    int
    Port number such as 8080, 443, or something else.
  • Method Details

    • getScheme

      String getScheme()
      HTTP or HTTPS
    • getServerPort

      int getServerPort()
      Port number such as 8080, 443, or something else.