schemas.configuration.http-jetty.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cxf-bundle-minimal Show documentation
Show all versions of cxf-bundle-minimal Show documentation
Apache CXF Minimal Bundle Jar
Specifies the minimum number of threads available to the Jetty instance for processing requests.
Specifies the maximum number of threads available to the Jetty instance for processing requests.
Specifies the thread name prefix for threads that are used by the Jetty instance for processing requests.
Specifies the thread pool properties for the parameter set.
Specifies a unique identifier by which the property set can be referred.
Specifies the properties for the parameter set.
Specifies a unique identifier by which the property set can be referred.
Specifies an instance of the security parameters for the Jetty instance.
Specifies a reference to a reusable set of security parameters.
Specifies an instance of the threading configuration use for the Jetty engine.
Specifies a reference to a reusable set of threading parameters.
Specifies the port used by the Jetty instance.
You can specify a value of 0 for the port attribute. Any threading
properties specified in an engine element with its port attribute
set to 0 are used as the configuration for all Jetty listeners that are not explicitly configured.
Specifies the listen address used by the Jetty instance.
Value can be a hostname or ip address.
If not specified, Jetty will listen on all local addresses.
Specifies if Jetty Continuations will be explicitly supported
by Jetty destinations. Continuations will be checked if this attribute is set to true or omitted, ignored otherwise.
Specifies the maximum idle time for a jetty connection. The timer is reset whenever there are any read or write actions on the underlying stream.
Specifies if Jetty Server prevent the Server: http header being sent. Server: http header will be sent if this attribute is set to true or omitted, won't be sent otherwise.
Specifies a reusable set of properties for securing an HTTP service provider.
Specifies a reusable set of properties for controlling a Jetty instance's thread pool.
Specifies the configuration for a particular Jetty runtime instance.
Contains the configuration for a Jetty instance.