| FUSE ESB 4.4 XML Configuration Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
Specifies the configuration for a particular Jetty runtime instance.
| Nested Element Summary | |||||||||||||||||||||
| sequence |
|
||||||||||||||||||||
| Attribute Summary | |
ParameterizedBoolean | continuationsEnabled
Specifies if Jetty Continuations will be explicitly supported by Jetty destinations. |
string | host
Specifies the listen address used by the Jetty instance. |
ParameterizedInt | port
Specifies the port used by the Jetty instance. |
| Attribute Detail |
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
Defined with global type ParameterizedBoolean
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.
Defined with global type string
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.
Defined with global type ParameterizedInt
| FUSE ESB 4.4 XML Configuration Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||