Class NettyHttpServerEngineConfigType
java.lang.Object
org.apache.cxf.transports.http_netty_server.configuration.NettyHttpServerEngineConfigType
Java class for NettyHttpServerEngineConfigType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NettyHttpServerEngineConfigType">
<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-netty-server/configuration}ParametersRefType"/>
</choice>
<choice minOccurs="0">
<element name="threadingParameters" type="{http://cxf.apache.org/transports/http-netty-server/configuration}ThreadingParametersType"/>
<element name="threadingParametersRef" type="{http://cxf.apache.org/transports/http-netty-server/configuration}ParametersRefType"/>
</choice>
<element name="sessionSupport" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" minOccurs="0"/>
<element name="reuseAddress" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" 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="readIdleTime" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
<attribute name="writeIdleTime" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
<attribute name="maxChunkContentSize" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Integerprotected Integerprotected Integerprotected Booleanprotected Booleanprotected ThreadingParametersTypeprotected ParametersRefTypeprotected org.apache.cxf.configuration.security.TLSServerParametersTypeprotected ParametersRefTypeprotected Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()Gets the value of the host property.Gets the value of the maxChunkContentSize property.getPort()Gets the value of the port property.Gets the value of the readIdleTime property.Gets the value of the threadingParameters property.Gets the value of the threadingParametersRef property.org.apache.cxf.configuration.security.TLSServerParametersTypeGets the value of the tlsServerParameters property.Gets the value of the tlsServerParametersRef property.Gets the value of the writeIdleTime property.Gets the value of the reuseAddress property.Gets the value of the sessionSupport property.voidSets the value of the host property.voidsetMaxChunkContentSize(Integer value) Sets the value of the maxChunkContentSize property.voidSets the value of the port property.voidsetReadIdleTime(Integer value) Sets the value of the readIdleTime property.voidsetReuseAddress(Boolean value) Sets the value of the reuseAddress property.voidsetSessionSupport(Boolean value) Sets the value of the sessionSupport property.voidSets the value of the threadingParameters property.voidSets the value of the threadingParametersRef property.voidsetTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType value) Sets the value of the tlsServerParameters property.voidSets the value of the tlsServerParametersRef property.voidsetWriteIdleTime(Integer value) Sets the value of the writeIdleTime property.
-
Field Details
-
tlsServerParameters
protected org.apache.cxf.configuration.security.TLSServerParametersType tlsServerParameters -
tlsServerParametersRef
-
threadingParameters
-
threadingParametersRef
-
sessionSupport
-
reuseAddress
-
port
-
host
-
readIdleTime
-
writeIdleTime
-
maxChunkContentSize
-
-
Constructor Details
-
NettyHttpServerEngineConfigType
public NettyHttpServerEngineConfigType()
-
-
Method Details
-
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
Gets the value of the tlsServerParametersRef property.- Returns:
- possible object is
ParametersRefType
-
setTlsServerParametersRef
Sets the value of the tlsServerParametersRef property.- Parameters:
value- allowed object isParametersRefType
-
getThreadingParameters
Gets the value of the threadingParameters property.- Returns:
- possible object is
ThreadingParametersType
-
setThreadingParameters
Sets the value of the threadingParameters property.- Parameters:
value- allowed object isThreadingParametersType
-
getThreadingParametersRef
Gets the value of the threadingParametersRef property.- Returns:
- possible object is
ParametersRefType
-
setThreadingParametersRef
Sets the value of the threadingParametersRef property.- Parameters:
value- allowed object isParametersRefType
-
isSessionSupport
Gets the value of the sessionSupport property.- Returns:
- possible object is
Boolean
-
setSessionSupport
Sets the value of the sessionSupport property.- Parameters:
value- allowed object isBoolean
-
isReuseAddress
Gets the value of the reuseAddress property.- Returns:
- possible object is
Boolean
-
setReuseAddress
Sets the value of the reuseAddress property.- Parameters:
value- allowed object isBoolean
-
getPort
Gets the value of the port property.- Returns:
- possible object is
Integer
-
setPort
Sets the value of the port property.- Parameters:
value- allowed object isInteger
-
getHost
Gets the value of the host property.- Returns:
- possible object is
String
-
setHost
Sets the value of the host property.- Parameters:
value- allowed object isString
-
getReadIdleTime
Gets the value of the readIdleTime property.- Returns:
- possible object is
Integer
-
setReadIdleTime
Sets the value of the readIdleTime property.- Parameters:
value- allowed object isInteger
-
getWriteIdleTime
Gets the value of the writeIdleTime property.- Returns:
- possible object is
Integer
-
setWriteIdleTime
Sets the value of the writeIdleTime property.- Parameters:
value- allowed object isInteger
-
getMaxChunkContentSize
Gets the value of the maxChunkContentSize property.- Returns:
- possible object is
Integer
-
setMaxChunkContentSize
Sets the value of the maxChunkContentSize property.- Parameters:
value- allowed object isInteger
-