blob: a772947e77cda49359eeaf3eaf8bfea653ce11cf [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>JettyHTTPServerEngineConfigType (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="JettyHTTPServerEngineConfigType (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/JettyHTTPServerEngineConfigType.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_jetty/configuration/JettyHTTPServerEngineFactoryConfigType.html" title="class in org.apache.cxf.transports.http_jetty.configuration"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html" target="_top">Frames</a></li>
<li><a href="JettyHTTPServerEngineConfigType.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_jetty.configuration</div>
<h2 title="Class JettyHTTPServerEngineConfigType" class="title">Class JettyHTTPServerEngineConfigType</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_jetty.configuration.JettyHTTPServerEngineConfigType</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">JettyHTTPServerEngineConfigType</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 JettyHTTPServerEngineConfigType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType name="JettyHTTPServerEngineConfigType">
&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-jetty/configuration}ParametersRefType"/>
&lt;/choice>
&lt;choice minOccurs="0">
&lt;element name="threadingParameters" type="{http://cxf.apache.org/transports/http-jetty/configuration}ThreadingParametersType"/>
&lt;element name="threadingParametersRef" type="{http://cxf.apache.org/transports/http-jetty/configuration}ParametersRefType"/>
&lt;/choice>
&lt;element name="connector" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
&lt;element name="handlers" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
&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="continuationsEnabled" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
&lt;attribute name="maxIdleTime" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
&lt;attribute name="sendServerVersion" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
&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/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#connector">connector</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_jetty/configuration/JettyHTTPServerEngineConfigType.html#continuationsEnabled">continuationsEnabled</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/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#handlers">handlers</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/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_jetty/configuration/JettyHTTPServerEngineConfigType.html#host">host</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_jetty/configuration/JettyHTTPServerEngineConfigType.html#maxIdleTime">maxIdleTime</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_jetty/configuration/JettyHTTPServerEngineConfigType.html#port">port</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_jetty/configuration/JettyHTTPServerEngineConfigType.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_jetty/configuration/JettyHTTPServerEngineConfigType.html#sendServerVersion">sendServerVersion</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_jetty/configuration/JettyHTTPServerEngineConfigType.html#sessionSupport">sessionSupport</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_jetty.configuration">ThreadingParametersType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#threadingParameters">threadingParameters</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.configuration">ParametersRefType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#threadingParametersRef">threadingParametersRef</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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_jetty/configuration/JettyHTTPServerEngineConfigType.html#tlsServerParameters">tlsServerParameters</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.configuration">ParametersRefType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#tlsServerParametersRef">tlsServerParametersRef</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_jetty/configuration/JettyHTTPServerEngineConfigType.html#JettyHTTPServerEngineConfigType()">JettyHTTPServerEngineConfigType</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/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#getConnector()">getConnector</a></strong>()</code>
<div class="block">Gets the value of the connector property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#getHandlers()">getHandlers</a></strong>()</code>
<div class="block">Gets the value of the handlers property.</div>
</td>
</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_jetty/configuration/JettyHTTPServerEngineConfigType.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_jetty/configuration/JettyHTTPServerEngineConfigType.html#getMaxIdleTime()">getMaxIdleTime</a></strong>()</code>
<div class="block">Gets the value of the maxIdleTime 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_jetty/configuration/JettyHTTPServerEngineConfigType.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="../../../../../../org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_jetty.configuration">ThreadingParametersType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#getThreadingParameters()">getThreadingParameters</a></strong>()</code>
<div class="block">Gets the value of the threadingParameters property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.configuration">ParametersRefType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#getThreadingParametersRef()">getThreadingParametersRef</a></strong>()</code>
<div class="block">Gets the value of the threadingParametersRef property.</div>
</td>
</tr>
<tr class="rowColor">
<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_jetty/configuration/JettyHTTPServerEngineConfigType.html#getTlsServerParameters()">getTlsServerParameters</a></strong>()</code>
<div class="block">Gets the value of the tlsServerParameters property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.configuration">ParametersRefType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#getTlsServerParametersRef()">getTlsServerParametersRef</a></strong>()</code>
<div class="block">Gets the value of the tlsServerParametersRef 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_jetty/configuration/JettyHTTPServerEngineConfigType.html#isContinuationsEnabled()">isContinuationsEnabled</a></strong>()</code>
<div class="block">Gets the value of the continuationsEnabled 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_jetty/configuration/JettyHTTPServerEngineConfigType.html#isReuseAddress()">isReuseAddress</a></strong>()</code>
<div class="block">Gets the value of the reuseAddress 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_jetty/configuration/JettyHTTPServerEngineConfigType.html#isSendServerVersion()">isSendServerVersion</a></strong>()</code>
<div class="block">Gets the value of the sendServerVersion 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_jetty/configuration/JettyHTTPServerEngineConfigType.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_jetty/configuration/JettyHTTPServerEngineConfigType.html#setConnector(java.lang.Object)">setConnector</a></strong>(<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>&nbsp;value)</code>
<div class="block">Sets the value of the connector 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_jetty/configuration/JettyHTTPServerEngineConfigType.html#setContinuationsEnabled(java.lang.Boolean)">setContinuationsEnabled</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 continuationsEnabled 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_jetty/configuration/JettyHTTPServerEngineConfigType.html#setHandlers(java.lang.Object)">setHandlers</a></strong>(<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>&nbsp;value)</code>
<div class="block">Sets the value of the handlers 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_jetty/configuration/JettyHTTPServerEngineConfigType.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="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#setMaxIdleTime(java.lang.Integer)">setMaxIdleTime</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 maxIdleTime 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_jetty/configuration/JettyHTTPServerEngineConfigType.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="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.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_jetty/configuration/JettyHTTPServerEngineConfigType.html#setSendServerVersion(java.lang.Boolean)">setSendServerVersion</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 sendServerVersion 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_jetty/configuration/JettyHTTPServerEngineConfigType.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="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#setThreadingParameters(org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType)">setThreadingParameters</a></strong>(<a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_jetty.configuration">ThreadingParametersType</a>&nbsp;value)</code>
<div class="block">Sets the value of the threadingParameters 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_jetty/configuration/JettyHTTPServerEngineConfigType.html#setThreadingParametersRef(org.apache.cxf.transports.http_jetty.configuration.ParametersRefType)">setThreadingParametersRef</a></strong>(<a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.configuration">ParametersRefType</a>&nbsp;value)</code>
<div class="block">Sets the value of the threadingParametersRef 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_jetty/configuration/JettyHTTPServerEngineConfigType.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="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html#setTlsServerParametersRef(org.apache.cxf.transports.http_jetty.configuration.ParametersRefType)">setTlsServerParametersRef</a></strong>(<a href="../../../../../../org/apache/cxf/transports/http_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.configuration">ParametersRefType</a>&nbsp;value)</code>
<div class="block">Sets the value of the tlsServerParametersRef 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_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.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_jetty/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_jetty.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_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.configuration">ParametersRefType</a> threadingParametersRef</pre>
</li>
</ul>
<a name="connector">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>connector</h4>
<pre>protected&nbsp;<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> connector</pre>
</li>
</ul>
<a name="handlers">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handlers</h4>
<pre>protected&nbsp;<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> handlers</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="continuationsEnabled">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>continuationsEnabled</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> continuationsEnabled</pre>
</li>
</ul>
<a name="maxIdleTime">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>maxIdleTime</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> maxIdleTime</pre>
</li>
</ul>
<a name="sendServerVersion">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>sendServerVersion</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> sendServerVersion</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="JettyHTTPServerEngineConfigType()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>JettyHTTPServerEngineConfigType</h4>
<pre>public&nbsp;JettyHTTPServerEngineConfigType()</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_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.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_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.configuration"><code>ParametersRefType</code></a></dd></dl>
</li>
</ul>
<a name="setTlsServerParametersRef(org.apache.cxf.transports.http_jetty.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_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.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_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.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_jetty/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_jetty.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_jetty/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_jetty.configuration"><code>ThreadingParametersType</code></a></dd></dl>
</li>
</ul>
<a name="setThreadingParameters(org.apache.cxf.transports.http_jetty.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_jetty/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_jetty.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_jetty/configuration/ThreadingParametersType.html" title="class in org.apache.cxf.transports.http_jetty.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_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.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_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.configuration"><code>ParametersRefType</code></a></dd></dl>
</li>
</ul>
<a name="setThreadingParametersRef(org.apache.cxf.transports.http_jetty.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_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.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_jetty/configuration/ParametersRefType.html" title="class in org.apache.cxf.transports.http_jetty.configuration"><code>ParametersRefType</code></a></dd></dl>
</li>
</ul>
<a name="getConnector()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConnector</h4>
<pre>public&nbsp;<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>&nbsp;getConnector()</pre>
<div class="block">Gets the value of the connector 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/Object.html?is-external=true" title="class or interface in java.lang"><code>Object</code></a></dd></dl>
</li>
</ul>
<a name="setConnector(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setConnector</h4>
<pre>public&nbsp;void&nbsp;setConnector(<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>&nbsp;value)</pre>
<div class="block">Sets the value of the connector 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/Object.html?is-external=true" title="class or interface in java.lang"><code>Object</code></a></dd></dl>
</li>
</ul>
<a name="getHandlers()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHandlers</h4>
<pre>public&nbsp;<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>&nbsp;getHandlers()</pre>
<div class="block">Gets the value of the handlers 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/Object.html?is-external=true" title="class or interface in java.lang"><code>Object</code></a></dd></dl>
</li>
</ul>
<a name="setHandlers(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setHandlers</h4>
<pre>public&nbsp;void&nbsp;setHandlers(<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>&nbsp;value)</pre>
<div class="block">Sets the value of the handlers 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/Object.html?is-external=true" title="class or interface in java.lang"><code>Object</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="isContinuationsEnabled()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isContinuationsEnabled</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;isContinuationsEnabled()</pre>
<div class="block">Gets the value of the continuationsEnabled 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="setContinuationsEnabled(java.lang.Boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setContinuationsEnabled</h4>
<pre>public&nbsp;void&nbsp;setContinuationsEnabled(<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 continuationsEnabled 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="getMaxIdleTime()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxIdleTime</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;getMaxIdleTime()</pre>
<div class="block">Gets the value of the maxIdleTime 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="setMaxIdleTime(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMaxIdleTime</h4>
<pre>public&nbsp;void&nbsp;setMaxIdleTime(<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 maxIdleTime 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="isSendServerVersion()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSendServerVersion</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;isSendServerVersion()</pre>
<div class="block">Gets the value of the sendServerVersion 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="setSendServerVersion(java.lang.Boolean)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setSendServerVersion</h4>
<pre>public&nbsp;void&nbsp;setSendServerVersion(<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 sendServerVersion 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>
</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/JettyHTTPServerEngineConfigType.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_jetty/configuration/JettyHTTPServerEngineFactoryConfigType.html" title="class in org.apache.cxf.transports.http_jetty.configuration"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.html" target="_top">Frames</a></li>
<li><a href="JettyHTTPServerEngineConfigType.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>