Showing:

Annotations
Attributes
Model
Properties
Element tns:JettyHTTPServerEngineFactoryConfigType / tns:identifiedTLSServerParameters
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Annotations
Specifies a reusable set of properties for securing an HTTP service provider.
Type tns:TLSServerParametersIdentifiedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:tlsServerParameters
Attributes
QName Type Use Annotation
id xs:string optional
Specifies a unique identifier by which the property set can be referred.
Element tns:JettyHTTPServerEngineFactoryConfigType / tns:identifiedThreadingParameters
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Annotations
Specifies a reusable set of properties for controlling a Jetty instance's thread pool.
Type tns:ThreadingParametersIdentifiedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:threadingParameters
Attributes
QName Type Use Annotation
id xs:string optional
Specifies a unique identifier by which the property set can be referred.
Element tns:JettyHTTPServerEngineFactoryConfigType / tns:engine
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Annotations
Specifies the configuration for a particular Jetty runtime instance.
Type tns:JettyHTTPServerEngineConfigType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children tns:connector, tns:handlers, tns:reuseAddress, tns:sessionSupport, tns:threadingParameters, tns:threadingParametersRef, tns:tlsServerParameters, tns:tlsServerParametersRef
Attributes
QName Type Use Annotation
continuationsEnabled tns:ParameterizedBoolean optional
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.
host xs:string optional
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.
maxIdleTime tns:ParameterizedInt optional
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.
port tns:ParameterizedInt required
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.
sendServerVersion tns:ParameterizedBoolean optional
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.
Complex Type tns:JettyHTTPServerEngineFactoryConfigType
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Model
Children tns:engine, tns:identifiedTLSServerParameters, tns:identifiedThreadingParameters
Attributes
QName Type Default Use
bus xs:string cxf optional
id xs:ID optional
Attribute tns:JettyHTTPServerEngineFactoryConfigType / @bus
Namespace No namespace
Type xs:string
Properties
default cxf
Attribute tns:JettyHTTPServerEngineFactoryConfigType / @id
Namespace No namespace
Type xs:ID
Properties
use optional