Index
All Classes and Interfaces|All Packages
B
- BasicAuthenticationConfigurer - Class in org.apache.camel.component.platform.http.main.authentication
- BasicAuthenticationConfigurer() - Constructor for class org.apache.camel.component.platform.http.main.authentication.BasicAuthenticationConfigurer
C
- configureAuthentication(AuthenticationConfig, HttpServerConfigurationProperties) - Method in class org.apache.camel.component.platform.http.main.authentication.BasicAuthenticationConfigurer
- configureAuthentication(AuthenticationConfig, HttpServerConfigurationProperties) - Method in class org.apache.camel.component.platform.http.main.authentication.JWTAuthenticationConfigurer
- configureAuthentication(AuthenticationConfig, HttpServerConfigurationProperties) - Method in interface org.apache.camel.component.platform.http.main.authentication.MainAuthenticationConfigurer
D
- DefaultMainHttpServerFactory - Class in org.apache.camel.component.platform.http.main
- DefaultMainHttpServerFactory() - Constructor for class org.apache.camel.component.platform.http.main.DefaultMainHttpServerFactory
- doInit() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- doSend(RoutingContext) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- doShutdown() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- doStart() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
G
- getBodyHandler() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- getCamelContext() - Method in class org.apache.camel.component.platform.http.main.DefaultMainHttpServerFactory
- getCamelContext() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- getConfiguration() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- getCors() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- getHost() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- getMaxBodySize() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- getPath() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- getPort() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- getRouter() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- getSslContextParameters() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- getStaticContextPath() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- getUploadSourceDir() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
I
- isDevConsoleEnabled() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- isDownloadEnabled() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- isHealthCheckEnabled() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- isInfoEnabled() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- isJolokiaEnabled() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- isMetricsEnabled() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- isSendEnabled() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- isStaticEnabled() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- isStaticFilePattern() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- isUploadEnabled() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
J
- JWTAuthenticationConfigurer - Class in org.apache.camel.component.platform.http.main.authentication
- JWTAuthenticationConfigurer() - Constructor for class org.apache.camel.component.platform.http.main.authentication.JWTAuthenticationConfigurer
M
- MainAuthenticationConfigurer - Interface in org.apache.camel.component.platform.http.main.authentication
-
Configure authentication on the embedded HTTP server.
- MainHttpServer - Class in org.apache.camel.component.platform.http.main
- MainHttpServer() - Constructor for class org.apache.camel.component.platform.http.main.MainHttpServer
N
- newHttpServer(HttpServerConfigurationProperties) - Method in class org.apache.camel.component.platform.http.main.DefaultMainHttpServerFactory
O
- org.apache.camel.component.platform.http.main - package org.apache.camel.component.platform.http.main
- org.apache.camel.component.platform.http.main.authentication - package org.apache.camel.component.platform.http.main.authentication
R
- resolvePlatformHttpPluginRegistry() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
S
- setBodyHandler(VertxPlatformHttpServerConfiguration.BodyHandler) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.platform.http.main.DefaultMainHttpServerFactory
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setConfiguration(VertxPlatformHttpServerConfiguration) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setCors(VertxPlatformHttpServerConfiguration.Cors) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setDevConsoleEnabled(boolean) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
-
Whether developer web console is enabled (q/dev)
- setDownloadEnabled(boolean) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
-
Whether file download is enabled (q/download)
- setHealthCheckEnabled(boolean) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
-
Whether health-check is enabled (q/health)
- setHost(String) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setInfoEnabled(boolean) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setJolokiaEnabled(boolean) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
-
Whether jolokia is enabled (q/jolokia)
- setMaxBodySize(Long) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setMetricsEnabled(boolean) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
-
Whether metrics is enabled (q/metrics)
- setPath(String) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setPort(int) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setSendEnabled(boolean) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
-
Whether to enable sending messages to Camel via HTTP.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setStaticContextPath(String) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setStaticEnabled(boolean) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setupConsoles() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setupDevConsole() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setupDownloadConsole() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setupHealthCheckConsole() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setupInfo() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setupJolokia() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setUploadEnabled(boolean) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
-
Whether file upload is enabled (only for development) (q/upload)
- setUploadSourceDir(String) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
-
Directory for upload.
- setupSendConsole() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setupStartupSummary() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setupStatic() - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setupUploadConsole(String) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.platform.http.main.MainHttpServer
All Classes and Interfaces|All Packages