Showing:

Annotations
Attributes
Model
Properties
Element tns:JettyHTTPServerEngineConfigType / tns:tlsServerParameters
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Annotations
Specifies an instance of the security parameters for the Jetty instance.
Type tns:TLSServerParametersType
Properties
content complex
Model
Children tns:certAlias, tns:certConstraints, tns:cipherSuites, tns:cipherSuitesFilter, tns:clientAuthentication, tns:excludeProtocols, tns:keyManagers, tns:secureRandomParameters, tns:trustManagers
Attributes
QName Type Use Annotation
jsseProvider xs:string optional
This attribute contains the JSSE provider name.
secureSocketProtocol xs:string optional
This attribute contains the Protocol Name. Most common
example is "SSL", "TLS" or "TLSv1".
Element tns:JettyHTTPServerEngineConfigType / tns:tlsServerParametersRef
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Annotations
Specifies a reference to a reusable set of security parameters.
Type tns:ParametersRefType
Properties
content complex
Attributes
QName Type Use
id xs:string required
Element tns:JettyHTTPServerEngineConfigType / tns:threadingParameters
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Annotations
Specifies an instance of the threading configuration use for the Jetty engine.
Type tns:ThreadingParametersType
Properties
content complex
Attributes
QName Type Use Annotation
maxThreads tns:ParameterizedUShort optional
Specifies the maximum number of threads available to the Jetty instance for processing requests.
minThreads tns:ParameterizedUShort optional
Specifies the minimum number of threads available to the Jetty instance for processing requests.
threadNamePrefix xs:string optional
Specifies the thread name prefix for threads that are used by the Jetty instance for processing requests.
Element tns:JettyHTTPServerEngineConfigType / tns:threadingParametersRef
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Annotations
Specifies a reference to a reusable set of threading parameters.
Type tns:ParametersRefType
Properties
content complex
Attributes
QName Type Use
id xs:string required
Element tns:JettyHTTPServerEngineConfigType / tns:connector
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Properties
minOccurs 0
Element tns:JettyHTTPServerEngineConfigType / tns:handlers
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Properties
minOccurs 0
Element tns:JettyHTTPServerEngineConfigType / tns:sessionSupport
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Type tns:ParameterizedBoolean
Properties
content simple
minOccurs 0
Element tns:JettyHTTPServerEngineConfigType / tns:reuseAddress
Namespace http://cxf.apache.org/transports/http-jetty/configuration
Type tns:ParameterizedBoolean
Properties
content simple
minOccurs 0
Complex Type tns:JettyHTTPServerEngineConfigType
Namespace http://cxf.apache.org/transports/http-jetty/configuration
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.
Attribute tns:JettyHTTPServerEngineConfigType / @port
Namespace No namespace
Annotations
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.
Type tns:ParameterizedInt
Properties
use required
Attribute tns:JettyHTTPServerEngineConfigType / @host
Namespace No namespace
Annotations
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.
Type xs:string
Properties
content simple
Attribute tns:JettyHTTPServerEngineConfigType / @continuationsEnabled
Namespace No namespace
Annotations
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.
Type tns:ParameterizedBoolean
Properties
content simple
Attribute tns:JettyHTTPServerEngineConfigType / @maxIdleTime
Namespace No namespace
Annotations
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.
Type tns:ParameterizedInt
Properties
content simple
Attribute tns:JettyHTTPServerEngineConfigType / @sendServerVersion
Namespace No namespace
Annotations
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.
Type tns:ParameterizedBoolean
Properties
content simple