blob: 1b2a8bf354d14cfeed8873b79621bdcf05789c56 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>NettyHttpServerEngineConfigType (Apache CXF JavaDoc 3.1.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="NettyHttpServerEngineConfigType (Apache CXF JavaDoc 3.1.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/NettyHttpServerEngineConfigType.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineFactoryConfigType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html" target="_top">Frames</a></li>
<li><a href="NettyHttpServerEngineConfigType.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cxf.transports.http_netty_server.configuration</div>
<h2 title="Class NettyHttpServerEngineConfigType" class="title">Class NettyHttpServerEngineConfigType</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cxf.transports.http_netty_server.configuration.NettyHttpServerEngineConfigType</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">NettyHttpServerEngineConfigType</span>
extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block"><p>Java class for NettyHttpServerEngineConfigType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType name="NettyHttpServerEngineConfigType">
&lt;complexContent>
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
&lt;sequence>
&lt;choice minOccurs="0">
&lt;element name="tlsServerParameters" type="{http://cxf.apache.org/configuration/security}TLSServerParametersType"/>
&lt;element name="tlsServerParametersRef" type="{http://cxf.apache.org/transports/http-netty-server/configuration}ParametersRefType"/>
&lt;/choice>
&lt;choice minOccurs="0">
&lt;element name="threadingParameters" type="{http://cxf.apache.org/transports/http-netty-server/configuration}ThreadingParametersType"/>
&lt;element name="threadingParametersRef" type="{http://cxf.apache.org/transports/http-netty-server/configuration}ParametersRefType"/>
&lt;/choice>
&lt;element name="sessionSupport" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" minOccurs="0"/>
&lt;element name="reuseAddress" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" minOccurs="0"/>
&lt;/sequence>
&lt;attribute name="port" use="required" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
&lt;attribute name="host" type="{http://www.w3.org/2001/XMLSchema}string" />
&lt;attribute name="readIdleTime" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
&lt;attribute name="writeIdleTime" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
&lt;attribute name="maxChunkContentSize" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
&lt;/restriction>
&lt;/complexContent>
&lt;/complexType>
</pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#host">host</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#maxChunkContentSize">maxChunkContentSize</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#port">port</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#readIdleTime">readIdleTime</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#reuseAddress">reuseAddress</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#sessionSupport">sessionSupport</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ThreadingParametersType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#threadingParameters">threadingParameters</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#threadingParametersRef">threadingParametersRef</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/cxf/configuration/security/TLSServerParametersType.html" title="class in org.apache.cxf.configuration.security">TLSServerParametersType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#tlsServerParameters">tlsServerParameters</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#tlsServerParametersRef">tlsServerParametersRef</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#writeIdleTime">writeIdleTime</a></strong></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#NettyHttpServerEngineConfigType()">NettyHttpServerEngineConfigType</a></strong>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#getHost()">getHost</a></strong>()</code>
<div class="block">Gets the value of the host property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#getMaxChunkContentSize()">getMaxChunkContentSize</a></strong>()</code>
<div class="block">Gets the value of the maxChunkContentSize property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#getPort()">getPort</a></strong>()</code>
<div class="block">Gets the value of the port property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#getReadIdleTime()">getReadIdleTime</a></strong>()</code>
<div class="block">Gets the value of the readIdleTime property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ThreadingParametersType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#getThreadingParameters()">getThreadingParameters</a></strong>()</code>
<div class="block">Gets the value of the threadingParameters property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#getThreadingParametersRef()">getThreadingParametersRef</a></strong>()</code>
<div class="block">Gets the value of the threadingParametersRef property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/cxf/configuration/security/TLSServerParametersType.html" title="class in org.apache.cxf.configuration.security">TLSServerParametersType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#getTlsServerParameters()">getTlsServerParameters</a></strong>()</code>
<div class="block">Gets the value of the tlsServerParameters property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#getTlsServerParametersRef()">getTlsServerParametersRef</a></strong>()</code>
<div class="block">Gets the value of the tlsServerParametersRef property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#getWriteIdleTime()">getWriteIdleTime</a></strong>()</code>
<div class="block">Gets the value of the writeIdleTime property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#isReuseAddress()">isReuseAddress</a></strong>()</code>
<div class="block">Gets the value of the reuseAddress property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#isSessionSupport()">isSessionSupport</a></strong>()</code>
<div class="block">Gets the value of the sessionSupport property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#setHost(java.lang.String)">setHost</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">Sets the value of the host property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#setMaxChunkContentSize(java.lang.Integer)">setMaxChunkContentSize</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</code>
<div class="block">Sets the value of the maxChunkContentSize property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#setPort(java.lang.Integer)">setPort</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</code>
<div class="block">Sets the value of the port property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#setReadIdleTime(java.lang.Integer)">setReadIdleTime</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</code>
<div class="block">Sets the value of the readIdleTime property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#setReuseAddress(java.lang.Boolean)">setReuseAddress</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;value)</code>
<div class="block">Sets the value of the reuseAddress property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#setSessionSupport(java.lang.Boolean)">setSessionSupport</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;value)</code>
<div class="block">Sets the value of the sessionSupport property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#setThreadingParameters(org.apache.cxf.transports.http_netty_server.configuration.ThreadingParametersType)">setThreadingParameters</a></strong>(<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ThreadingParametersType</a>&nbsp;value)</code>
<div class="block">Sets the value of the threadingParameters property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#setThreadingParametersRef(org.apache.cxf.transports.http_netty_server.configuration.ParametersRefType)">setThreadingParametersRef</a></strong>(<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a>&nbsp;value)</code>
<div class="block">Sets the value of the threadingParametersRef property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#setTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType)">setTlsServerParameters</a></strong>(<a href="../../../../../../org/apache/cxf/configuration/security/TLSServerParametersType.html" title="class in org.apache.cxf.configuration.security">TLSServerParametersType</a>&nbsp;value)</code>
<div class="block">Sets the value of the tlsServerParameters property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#setTlsServerParametersRef(org.apache.cxf.transports.http_netty_server.configuration.ParametersRefType)">setTlsServerParametersRef</a></strong>(<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a>&nbsp;value)</code>
<div class="block">Sets the value of the tlsServerParametersRef property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html#setWriteIdleTime(java.lang.Integer)">setWriteIdleTime</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</code>
<div class="block">Sets the value of the writeIdleTime property.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="tlsServerParameters">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tlsServerParameters</h4>
<pre>protected&nbsp;<a href="../../../../../../org/apache/cxf/configuration/security/TLSServerParametersType.html" title="class in org.apache.cxf.configuration.security">TLSServerParametersType</a> tlsServerParameters</pre>
</li>
</ul>
<a name="tlsServerParametersRef">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tlsServerParametersRef</h4>
<pre>protected&nbsp;<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a> tlsServerParametersRef</pre>
</li>
</ul>
<a name="threadingParameters">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>threadingParameters</h4>
<pre>protected&nbsp;<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ThreadingParametersType</a> threadingParameters</pre>
</li>
</ul>
<a name="threadingParametersRef">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>threadingParametersRef</h4>
<pre>protected&nbsp;<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a> threadingParametersRef</pre>
</li>
</ul>
<a name="sessionSupport">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sessionSupport</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> sessionSupport</pre>
</li>
</ul>
<a name="reuseAddress">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reuseAddress</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> reuseAddress</pre>
</li>
</ul>
<a name="port">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>port</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> port</pre>
</li>
</ul>
<a name="host">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>host</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> host</pre>
</li>
</ul>
<a name="readIdleTime">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>readIdleTime</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> readIdleTime</pre>
</li>
</ul>
<a name="writeIdleTime">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeIdleTime</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> writeIdleTime</pre>
</li>
</ul>
<a name="maxChunkContentSize">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>maxChunkContentSize</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> maxChunkContentSize</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="NettyHttpServerEngineConfigType()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>NettyHttpServerEngineConfigType</h4>
<pre>public&nbsp;NettyHttpServerEngineConfigType()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getTlsServerParameters()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTlsServerParameters</h4>
<pre>public&nbsp;<a href="../../../../../../org/apache/cxf/configuration/security/TLSServerParametersType.html" title="class in org.apache.cxf.configuration.security">TLSServerParametersType</a>&nbsp;getTlsServerParameters()</pre>
<div class="block">Gets the value of the tlsServerParameters property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<a href="../../../../../../org/apache/cxf/configuration/security/TLSServerParametersType.html" title="class in org.apache.cxf.configuration.security"><code>TLSServerParametersType</code></a></dd></dl>
</li>
</ul>
<a name="setTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTlsServerParameters</h4>
<pre>public&nbsp;void&nbsp;setTlsServerParameters(<a href="../../../../../../org/apache/cxf/configuration/security/TLSServerParametersType.html" title="class in org.apache.cxf.configuration.security">TLSServerParametersType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the tlsServerParameters property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<a href="../../../../../../org/apache/cxf/configuration/security/TLSServerParametersType.html" title="class in org.apache.cxf.configuration.security"><code>TLSServerParametersType</code></a></dd></dl>
</li>
</ul>
<a name="getTlsServerParametersRef()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTlsServerParametersRef</h4>
<pre>public&nbsp;<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a>&nbsp;getTlsServerParametersRef()</pre>
<div class="block">Gets the value of the tlsServerParametersRef property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration"><code>ParametersRefType</code></a></dd></dl>
</li>
</ul>
<a name="setTlsServerParametersRef(org.apache.cxf.transports.http_netty_server.configuration.ParametersRefType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTlsServerParametersRef</h4>
<pre>public&nbsp;void&nbsp;setTlsServerParametersRef(<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the tlsServerParametersRef property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration"><code>ParametersRefType</code></a></dd></dl>
</li>
</ul>
<a name="getThreadingParameters()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getThreadingParameters</h4>
<pre>public&nbsp;<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ThreadingParametersType</a>&nbsp;getThreadingParameters()</pre>
<div class="block">Gets the value of the threadingParameters property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration"><code>ThreadingParametersType</code></a></dd></dl>
</li>
</ul>
<a name="setThreadingParameters(org.apache.cxf.transports.http_netty_server.configuration.ThreadingParametersType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setThreadingParameters</h4>
<pre>public&nbsp;void&nbsp;setThreadingParameters(<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ThreadingParametersType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the threadingParameters property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration"><code>ThreadingParametersType</code></a></dd></dl>
</li>
</ul>
<a name="getThreadingParametersRef()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getThreadingParametersRef</h4>
<pre>public&nbsp;<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a>&nbsp;getThreadingParametersRef()</pre>
<div class="block">Gets the value of the threadingParametersRef property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration"><code>ParametersRefType</code></a></dd></dl>
</li>
</ul>
<a name="setThreadingParametersRef(org.apache.cxf.transports.http_netty_server.configuration.ParametersRefType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setThreadingParametersRef</h4>
<pre>public&nbsp;void&nbsp;setThreadingParametersRef(<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration">ParametersRefType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the threadingParametersRef property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration"><code>ParametersRefType</code></a></dd></dl>
</li>
</ul>
<a name="isSessionSupport()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSessionSupport</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;isSessionSupport()</pre>
<div class="block">Gets the value of the sessionSupport property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a></dd></dl>
</li>
</ul>
<a name="setSessionSupport(java.lang.Boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSessionSupport</h4>
<pre>public&nbsp;void&nbsp;setSessionSupport(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;value)</pre>
<div class="block">Sets the value of the sessionSupport property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a></dd></dl>
</li>
</ul>
<a name="isReuseAddress()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isReuseAddress</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;isReuseAddress()</pre>
<div class="block">Gets the value of the reuseAddress property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a></dd></dl>
</li>
</ul>
<a name="setReuseAddress(java.lang.Boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReuseAddress</h4>
<pre>public&nbsp;void&nbsp;setReuseAddress(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;value)</pre>
<div class="block">Sets the value of the reuseAddress property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a></dd></dl>
</li>
</ul>
<a name="getPort()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPort</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getPort()</pre>
<div class="block">Gets the value of the port property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></dd></dl>
</li>
</ul>
<a name="setPort(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPort</h4>
<pre>public&nbsp;void&nbsp;setPort(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</pre>
<div class="block">Sets the value of the port property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></dd></dl>
</li>
</ul>
<a name="getHost()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHost</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getHost()</pre>
<div class="block">Gets the value of the host property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl>
</li>
</ul>
<a name="setHost(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setHost</h4>
<pre>public&nbsp;void&nbsp;setHost(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
<div class="block">Sets the value of the host property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl>
</li>
</ul>
<a name="getReadIdleTime()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReadIdleTime</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getReadIdleTime()</pre>
<div class="block">Gets the value of the readIdleTime property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></dd></dl>
</li>
</ul>
<a name="setReadIdleTime(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReadIdleTime</h4>
<pre>public&nbsp;void&nbsp;setReadIdleTime(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</pre>
<div class="block">Sets the value of the readIdleTime property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></dd></dl>
</li>
</ul>
<a name="getWriteIdleTime()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWriteIdleTime</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getWriteIdleTime()</pre>
<div class="block">Gets the value of the writeIdleTime property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></dd></dl>
</li>
</ul>
<a name="setWriteIdleTime(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setWriteIdleTime</h4>
<pre>public&nbsp;void&nbsp;setWriteIdleTime(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</pre>
<div class="block">Sets the value of the writeIdleTime property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></dd></dl>
</li>
</ul>
<a name="getMaxChunkContentSize()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxChunkContentSize</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getMaxChunkContentSize()</pre>
<div class="block">Gets the value of the maxChunkContentSize property.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></dd></dl>
</li>
</ul>
<a name="setMaxChunkContentSize(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setMaxChunkContentSize</h4>
<pre>public&nbsp;void&nbsp;setMaxChunkContentSize(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;value)</pre>
<div class="block">Sets the value of the maxChunkContentSize property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/NettyHttpServerEngineConfigType.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../../org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineFactoryConfigType.html" title="class in org.apache.cxf.transports.http_netty_server.configuration"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cxf/transports/http_netty_server/configuration/NettyHttpServerEngineConfigType.html" target="_top">Frames</a></li>
<li><a href="NettyHttpServerEngineConfigType.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Apache CXF</small></p>
</body>
</html>