Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- async - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
Enables Camel to benefit from asynchronous Servlet support.
C
- CamelServletConfig - Class in org.apache.camel.quarkus.servlet.runtime
-
ConfigRootforCamelServletConfig.defaultServlet. - CamelServletConfig() - Constructor for class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig
- CamelServletConfig.ServletConfig - Class in org.apache.camel.quarkus.servlet.runtime
-
camel-servletcomponent configuration - CamelServletConfig.ServletConfig.MultipartConfig - Class in org.apache.camel.quarkus.servlet.runtime
-
Servlet multipart request configuration.
D
- DEFAULT_SERVLET_CLASS - Static variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
- DEFAULT_SERVLET_NAME - Static variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
- defaultServlet - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig
-
The default servlet with implicit name
E
- executorRef - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
The name of a bean to configure an optional custom thread pool for handling Camel Servlet processing.
F
- fileSizeThreshold - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig.MultipartConfig
-
The file size in bytes after which the file will be temporarily stored on disk.
- forceAwait - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
When set to
trueused in conjunction withquarkus.camel.servlet.async = true, this will force route processing to run synchronously.
G
- getEffectiveServletName(String) - Method in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
Setting the servlet name is possible both via
CamelServletConfig.ServletConfig.servletNameand the key in theorg.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletsConfig#namedServletsmap.
I
- isValid() - Method in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
L
- loadOnStartup - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
Sets the loadOnStartup priority on the Servlet.
- location - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig.MultipartConfig
-
An absolute path to a directory on the file system to store files temporarily while the parts are processed or when the size of the file exceeds the specified file-size-threshold configuration value.
M
- maxFileSize - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig.MultipartConfig
-
The maximum size allowed in bytes for uploaded files.
- maxRequestSize - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig.MultipartConfig
-
The maximum size allowed in bytes for a multipart/form-data request.
- multipart - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
Servlet multipart request configuration.
- MultipartConfig() - Constructor for class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig.MultipartConfig
N
- namedServlets - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig
-
A collection of named servlets
O
- org.apache.camel.quarkus.servlet.runtime - package org.apache.camel.quarkus.servlet.runtime
S
- servletClass - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
A fully qualified name of a servlet class to serve paths that match
CamelServletConfig.ServletConfig.urlPatterns - ServletConfig() - Constructor for class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
- servletName - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
A servletName as it would be defined in a `web.xml` file or in the
WebServlet.name()annotation.
U
- urlPatterns - Variable in class org.apache.camel.quarkus.servlet.runtime.CamelServletConfig.ServletConfig
-
A comma separated list of path patterns under which the CamelServlet should be accessible.
All Classes and Interfaces|All Packages|Constant Field Values