Uses of Class
org.apache.camel.main.HttpServerConfigurationProperties
-
Uses of HttpServerConfigurationProperties in org.apache.camel.main
Methods in org.apache.camel.main that return HttpServerConfigurationPropertiesModifier and TypeMethodDescriptionMainConfigurationProperties.httpServer()To configure embedded HTTP server (for standalone applications; not Spring Boot or Quarkus)HttpServerConfigurationProperties.withDevConsoleEnabled(boolean devConsoleEnabled) Whether to enable developer console (not intended for production use).HttpServerConfigurationProperties.withEnabled(boolean enabled) Whether embedded HTTP server is enabled.HttpServerConfigurationProperties.withHealthCheckEnabled(boolean healthCheckEnabled) Whether to enable health-check console.Hostname to use for binding embedded HTTP serverHttpServerConfigurationProperties.withMaxBodySize(long maxBodySize) Maximum HTTP body size the embedded HTTP server can accept.Context-path to use for embedded HTTP serverHttpServerConfigurationProperties.withPort(int port) Port to use for binding embedded HTTP serverHttpServerConfigurationProperties.withUploadEnabled(boolean uploadEnabled) Whether to enable file upload via HTTP (not intended for production use).HttpServerConfigurationProperties.withUploadSourceDir(String uploadSourceDir) Source directory when upload is enabled.HttpServerConfigurationProperties.withUseGlobalSslContextParameters(boolean useGlobalSslContextParameters) Whether to use global SSL configuration for securing the embedded HTTP server.Methods in org.apache.camel.main with parameters of type HttpServerConfigurationPropertiesModifier and TypeMethodDescriptionorg.apache.camel.ServiceMainHttpServerFactory.newHttpServer(HttpServerConfigurationProperties configuration) Creates the embedded HTTP server