Class UndertowHTTPServerEngineConfigType
- java.lang.Object
-
- org.apache.cxf.transports.http_undertow.configuration.UndertowHTTPServerEngineConfigType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleancontinuationsEnabledprotected Objecthandlersprotected Stringhostprotected IntegermaxIdleTimeprotected Integerportprotected ThreadingParametersTypethreadingParametersprotected ParametersRefTypethreadingParametersRefprotected org.apache.cxf.configuration.security.TLSServerParametersTypetlsServerParametersprotected ParametersRefTypetlsServerParametersRef
-
Constructor Summary
Constructors Constructor Description UndertowHTTPServerEngineConfigType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetHandlers()Gets the value of the handlers property.StringgetHost()Gets the value of the host property.IntegergetMaxIdleTime()Gets the value of the maxIdleTime property.IntegergetPort()Gets the value of the port property.ThreadingParametersTypegetThreadingParameters()Gets the value of the threadingParameters property.ParametersRefTypegetThreadingParametersRef()Gets the value of the threadingParametersRef property.org.apache.cxf.configuration.security.TLSServerParametersTypegetTlsServerParameters()Gets the value of the tlsServerParameters property.ParametersRefTypegetTlsServerParametersRef()Gets the value of the tlsServerParametersRef property.BooleanisContinuationsEnabled()Gets the value of the continuationsEnabled property.voidsetContinuationsEnabled(Boolean value)Sets the value of the continuationsEnabled property.voidsetHandlers(Object value)Sets the value of the handlers property.voidsetHost(String value)Sets the value of the host property.voidsetMaxIdleTime(Integer value)Sets the value of the maxIdleTime property.voidsetPort(Integer value)Sets the value of the port property.voidsetThreadingParameters(ThreadingParametersType value)Sets the value of the threadingParameters property.voidsetThreadingParametersRef(ParametersRefType value)Sets the value of the threadingParametersRef property.voidsetTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType value)Sets the value of the tlsServerParameters property.voidsetTlsServerParametersRef(ParametersRefType value)Sets the value of the tlsServerParametersRef property.
-
-
-
Field Detail
-
tlsServerParameters
protected org.apache.cxf.configuration.security.TLSServerParametersType tlsServerParameters
-
tlsServerParametersRef
protected ParametersRefType tlsServerParametersRef
-
threadingParameters
protected ThreadingParametersType threadingParameters
-
threadingParametersRef
protected ParametersRefType threadingParametersRef
-
handlers
protected Object handlers
-
port
protected Integer port
-
host
protected String host
-
continuationsEnabled
protected Boolean continuationsEnabled
-
maxIdleTime
protected Integer maxIdleTime
-
-
Method Detail
-
getTlsServerParameters
public org.apache.cxf.configuration.security.TLSServerParametersType getTlsServerParameters()
Gets the value of the tlsServerParameters property.- Returns:
- possible object is
TLSServerParametersType
-
setTlsServerParameters
public void setTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType value)
Sets the value of the tlsServerParameters property.- Parameters:
value- allowed object isTLSServerParametersType
-
getTlsServerParametersRef
public ParametersRefType getTlsServerParametersRef()
Gets the value of the tlsServerParametersRef property.- Returns:
- possible object is
ParametersRefType
-
setTlsServerParametersRef
public void setTlsServerParametersRef(ParametersRefType value)
Sets the value of the tlsServerParametersRef property.- Parameters:
value- allowed object isParametersRefType
-
getThreadingParameters
public ThreadingParametersType getThreadingParameters()
Gets the value of the threadingParameters property.- Returns:
- possible object is
ThreadingParametersType
-
setThreadingParameters
public void setThreadingParameters(ThreadingParametersType value)
Sets the value of the threadingParameters property.- Parameters:
value- allowed object isThreadingParametersType
-
getThreadingParametersRef
public ParametersRefType getThreadingParametersRef()
Gets the value of the threadingParametersRef property.- Returns:
- possible object is
ParametersRefType
-
setThreadingParametersRef
public void setThreadingParametersRef(ParametersRefType value)
Sets the value of the threadingParametersRef property.- Parameters:
value- allowed object isParametersRefType
-
getHandlers
public Object getHandlers()
Gets the value of the handlers property.- Returns:
- possible object is
Object
-
setHandlers
public void setHandlers(Object value)
Sets the value of the handlers property.- Parameters:
value- allowed object isObject
-
getPort
public Integer getPort()
Gets the value of the port property.- Returns:
- possible object is
Integer
-
setPort
public void setPort(Integer value)
Sets the value of the port property.- Parameters:
value- allowed object isInteger
-
getHost
public String getHost()
Gets the value of the host property.- Returns:
- possible object is
String
-
setHost
public void setHost(String value)
Sets the value of the host property.- Parameters:
value- allowed object isString
-
isContinuationsEnabled
public Boolean isContinuationsEnabled()
Gets the value of the continuationsEnabled property.- Returns:
- possible object is
Boolean
-
setContinuationsEnabled
public void setContinuationsEnabled(Boolean value)
Sets the value of the continuationsEnabled property.- Parameters:
value- allowed object isBoolean
-
getMaxIdleTime
public Integer getMaxIdleTime()
Gets the value of the maxIdleTime property.- Returns:
- possible object is
Integer
-
-