public class UndertowHTTPServerEngineConfigType extends Object
Java class for UndertowHTTPServerEngineConfigType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UndertowHTTPServerEngineConfigType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="tlsServerParameters" type="{http://cxf.apache.org/configuration/security}TLSServerParametersType"/>
<element name="tlsServerParametersRef" type="{http://cxf.apache.org/transports/http-undertow/configuration}ParametersRefType"/>
</choice>
<choice minOccurs="0">
<element name="threadingParameters" type="{http://cxf.apache.org/transports/http-undertow/configuration}ThreadingParametersType"/>
<element name="threadingParametersRef" type="{http://cxf.apache.org/transports/http-undertow/configuration}ParametersRefType"/>
</choice>
<element name="handlers" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<attribute name="port" use="required" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
<attribute name="host" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="continuationsEnabled" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
<attribute name="maxIdleTime" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
continuationsEnabled |
protected Object |
handlers |
protected String |
host |
protected Integer |
maxIdleTime |
protected Integer |
port |
protected ThreadingParametersType |
threadingParameters |
protected ParametersRefType |
threadingParametersRef |
protected org.apache.cxf.configuration.security.TLSServerParametersType |
tlsServerParameters |
protected ParametersRefType |
tlsServerParametersRef |
| Constructor and Description |
|---|
UndertowHTTPServerEngineConfigType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getHandlers()
Gets the value of the handlers property.
|
String |
getHost()
Gets the value of the host property.
|
Integer |
getMaxIdleTime()
Gets the value of the maxIdleTime property.
|
Integer |
getPort()
Gets the value of the port property.
|
ThreadingParametersType |
getThreadingParameters()
Gets the value of the threadingParameters property.
|
ParametersRefType |
getThreadingParametersRef()
Gets the value of the threadingParametersRef property.
|
org.apache.cxf.configuration.security.TLSServerParametersType |
getTlsServerParameters()
Gets the value of the tlsServerParameters property.
|
ParametersRefType |
getTlsServerParametersRef()
Gets the value of the tlsServerParametersRef property.
|
Boolean |
isContinuationsEnabled()
Gets the value of the continuationsEnabled property.
|
void |
setContinuationsEnabled(Boolean value)
Sets the value of the continuationsEnabled property.
|
void |
setHandlers(Object value)
Sets the value of the handlers property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setMaxIdleTime(Integer value)
Sets the value of the maxIdleTime property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setThreadingParameters(ThreadingParametersType value)
Sets the value of the threadingParameters property.
|
void |
setThreadingParametersRef(ParametersRefType value)
Sets the value of the threadingParametersRef property.
|
void |
setTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType value)
Sets the value of the tlsServerParameters property.
|
void |
setTlsServerParametersRef(ParametersRefType value)
Sets the value of the tlsServerParametersRef property.
|
protected org.apache.cxf.configuration.security.TLSServerParametersType tlsServerParameters
protected ParametersRefType tlsServerParametersRef
protected ThreadingParametersType threadingParameters
protected ParametersRefType threadingParametersRef
protected Object handlers
protected Integer port
protected String host
protected Boolean continuationsEnabled
protected Integer maxIdleTime
public org.apache.cxf.configuration.security.TLSServerParametersType getTlsServerParameters()
TLSServerParametersTypepublic void setTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType value)
value - allowed object is
TLSServerParametersTypepublic ParametersRefType getTlsServerParametersRef()
ParametersRefTypepublic void setTlsServerParametersRef(ParametersRefType value)
value - allowed object is
ParametersRefTypepublic ThreadingParametersType getThreadingParameters()
ThreadingParametersTypepublic void setThreadingParameters(ThreadingParametersType value)
value - allowed object is
ThreadingParametersTypepublic ParametersRefType getThreadingParametersRef()
ParametersRefTypepublic void setThreadingParametersRef(ParametersRefType value)
value - allowed object is
ParametersRefTypepublic Object getHandlers()
Objectpublic void setHandlers(Object value)
value - allowed object is
Objectpublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic Boolean isContinuationsEnabled()
Booleanpublic void setContinuationsEnabled(Boolean value)
value - allowed object is
Booleanpublic Integer getMaxIdleTime()
IntegerApache CXF