Class JettyHTTPServerEngineFactoryConfigType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<JettyHTTPServerEngineConfigType>Specifies the configuration for a particular Jetty runtime instance.protected Stringprotected List<ThreadingParametersIdentifiedType>Specifies a reusable set of properties for controlling a Jetty instance's thread pool.protected List<TLSServerParametersIdentifiedType>Specifies a reusable set of properties for securing an HTTP service provider. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBus()Gets the value of the bus property.Specifies the configuration for a particular Jetty runtime instance.getId()Gets the value of the id property.Specifies a reusable set of properties for controlling a Jetty instance's thread pool.Specifies a reusable set of properties for securing an HTTP service provider.voidSets the value of the bus property.voidSets the value of the id property.voidunsetBus()
-
Field Details
-
identifiedTLSServerParameters
Specifies a reusable set of properties for securing an HTTP service provider. -
identifiedThreadingParameters
Specifies a reusable set of properties for controlling a Jetty instance's thread pool. -
engine
Specifies the configuration for a particular Jetty runtime instance. -
bus
-
id
-
-
Constructor Details
-
JettyHTTPServerEngineFactoryConfigType
public JettyHTTPServerEngineFactoryConfigType()
-
-
Method Details
-
getIdentifiedTLSServerParameters
Specifies a reusable set of properties for securing an HTTP service provider. Gets the value of the identifiedTLSServerParameters property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the identifiedTLSServerParameters property.For example, to add a new item, do as follows:
getIdentifiedTLSServerParameters().add(newItem);
Objects of the following type(s) are allowed in the list
TLSServerParametersIdentifiedType- Returns:
- The value of the identifiedTLSServerParameters property.
-
getIdentifiedThreadingParameters
Specifies a reusable set of properties for controlling a Jetty instance's thread pool. Gets the value of the identifiedThreadingParameters property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the identifiedThreadingParameters property.For example, to add a new item, do as follows:
getIdentifiedThreadingParameters().add(newItem);
Objects of the following type(s) are allowed in the list
ThreadingParametersIdentifiedType- Returns:
- The value of the identifiedThreadingParameters property.
-
getEngine
Specifies the configuration for a particular Jetty runtime instance. Gets the value of the engine property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the engine property.For example, to add a new item, do as follows:
getEngine().add(newItem);
Objects of the following type(s) are allowed in the list
JettyHTTPServerEngineConfigType- Returns:
- The value of the engine property.
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
setBus
Sets the value of the bus property. -
unsetBus
public void unsetBus() -
getBus
Gets the value of the bus property.
-