<li><ahref="../../../../../com/djrapitops/plan/system/webserver/ResponseHandler.html"title="class in com.djrapitops.plan.system.webserver"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../../com/djrapitops/plan/system/webserver/WebServerSystem.html"title="class in com.djrapitops.plan.system.webserver"><spanclass="typeNameLink">Next Class</span></a></li>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../../../com/djrapitops/plan/system/webserver/WebServer.html#WebServer-com.djrapitops.plan.system.locale.Locale-com.djrapitops.plan.system.file.PlanFiles-com.djrapitops.plan.system.settings.config.PlanConfig-com.djrapitops.plan.system.info.server.ServerInfo-com.djrapitops.plugin.logging.console.PluginLogger-com.djrapitops.plugin.logging.error.ErrorHandler-com.djrapitops.plan.system.webserver.RequestHandler-">WebServer</a></span>(<ahref="../../../../../com/djrapitops/plan/system/locale/Locale.html"title="class in com.djrapitops.plan.system.locale">Locale</a> locale,
<ahref="../../../../../com/djrapitops/plan/system/file/PlanFiles.html"title="class in com.djrapitops.plan.system.file">PlanFiles</a> files,
<ahref="../../../../../com/djrapitops/plan/system/settings/config/PlanConfig.html"title="class in com.djrapitops.plan.system.settings.config">PlanConfig</a> config,
<ahref="../../../../../com/djrapitops/plan/system/info/server/ServerInfo.html"title="class in com.djrapitops.plan.system.info.server">ServerInfo</a> serverInfo,
<ahref="../../../../../com/djrapitops/plan/system/webserver/RequestHandler.html"title="class in com.djrapitops.plan.system.webserver">RequestHandler</a> requestHandler)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.summary">
<!---->
</a>
<h3>Method Summary</h3>
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Method Summary table, listing methods, and an explanation">
public WebServer(<ahref="../../../../../com/djrapitops/plan/system/locale/Locale.html"title="class in com.djrapitops.plan.system.locale">Locale</a> locale,
<ahref="../../../../../com/djrapitops/plan/system/file/PlanFiles.html"title="class in com.djrapitops.plan.system.file">PlanFiles</a> files,
<ahref="../../../../../com/djrapitops/plan/system/settings/config/PlanConfig.html"title="class in com.djrapitops.plan.system.settings.config">PlanConfig</a> config,
<ahref="../../../../../com/djrapitops/plan/system/info/server/ServerInfo.html"title="class in com.djrapitops.plan.system.info.server">ServerInfo</a> serverInfo,
<ahref="../../../../../com/djrapitops/plan/system/webserver/RequestHandler.html"title="class in com.djrapitops.plan.system.webserver">RequestHandler</a> requestHandler)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.detail">
<!---->
</a>
<h3>Method Detail</h3>
<aname="enable--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>enable</h4>
<pre>public void enable()
throws <ahref="../../../../../com/djrapitops/plan/api/exceptions/EnableException.html"title="class in com.djrapitops.plan.api.exceptions">EnableException</a></pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html#enable--">SubSystem</a></code></span></div>
<divclass="block">Performs enable actions for the subsystem.</div>
<dd><code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html#enable--">enable</a></code> in interface <code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html"title="interface in com.djrapitops.plan.system">SubSystem</a></code></dd>
<dt><spanclass="throwsLabel">Throws:</span></dt>
<dd><code><ahref="../../../../../com/djrapitops/plan/api/exceptions/EnableException.html"title="class in com.djrapitops.plan.api.exceptions">EnableException</a></code> - If an error occurred during enable and it is fatal to the subsystem.</dd>
</dl>
</li>
</ul>
<aname="isEnabled--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>isEnabled</h4>
<pre>public boolean isEnabled()</pre>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>if the WebServer is enabled</dd>
</dl>
</li>
</ul>
<aname="disable--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>disable</h4>
<pre>public void disable()</pre>
<divclass="block">Shuts down the server - Async thread is closed with shutdown boolean.</div>
<dd><code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html#disable--">disable</a></code> in interface <code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html"title="interface in com.djrapitops.plan.system">SubSystem</a></code></dd>
<li><ahref="../../../../../com/djrapitops/plan/system/webserver/ResponseHandler.html"title="class in com.djrapitops.plan.system.webserver"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../../com/djrapitops/plan/system/webserver/WebServerSystem.html"title="class in com.djrapitops.plan.system.webserver"><spanclass="typeNameLink">Next Class</span></a></li>