mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-03 00:59:56 +01:00
7821c1f88e
This update to SubServers.Host adds the core functions to the program. It can now be used to host and create servers on other machines. API while available is quite limited right now. This is also a very early build, so it's probably not so stable just yet fyi.
210 lines
7.1 KiB
HTML
210 lines
7.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc -->
|
|
<title>Serialized Form (SubServers.Host)</title>
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
<script type="text/javascript" src="script.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
try {
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="Serialized Form (SubServers.Host)";
|
|
}
|
|
}
|
|
catch(err) {
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar.top">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a name="navbar.top.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li><a href="overview-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>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.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>
|
|
<a name="skip.navbar.top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<div class="header">
|
|
<h1 title="Serialized Form" class="title">Serialized Form</h1>
|
|
</div>
|
|
<div class="serializedFormContainer">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h2 title="Package">Package net.ME1312.SubServers.Host.Executable</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="net.ME1312.SubServers.Host.Executable.Executable">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="net/ME1312/SubServers/Host/Executable/Executable.html" title="class in net.ME1312.SubServers.Host.Executable">net.ME1312.SubServers.Host.Executable.Executable</a> extends java.lang.Object implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isFile</h4>
|
|
<pre>boolean isFile</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>File</h4>
|
|
<pre>java.io.File File</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>Str</h4>
|
|
<pre>java.lang.String Str</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package net.ME1312.SubServers.Host.Library</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="net.ME1312.SubServers.Host.Library.UniversalFile">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="net/ME1312/SubServers/Host/Library/UniversalFile.html" title="class in net.ME1312.SubServers.Host.Library">net.ME1312.SubServers.Host.Library.UniversalFile</a> extends java.io.File implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package net.ME1312.SubServers.Host.Library.Exception</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="net.ME1312.SubServers.Host.Library.Exception.IllegalPacketException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="net/ME1312/SubServers/Host/Library/Exception/IllegalPacketException.html" title="class in net.ME1312.SubServers.Host.Library.Exception">net.ME1312.SubServers.Host.Library.Exception.IllegalPacketException</a> extends java.lang.IllegalStateException implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="net.ME1312.SubServers.Host.Library.Exception.IllegalPluginException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="net/ME1312/SubServers/Host/Library/Exception/IllegalPluginException.html" title="class in net.ME1312.SubServers.Host.Library.Exception">net.ME1312.SubServers.Host.Library.Exception.IllegalPluginException</a> extends java.lang.reflect.InvocationTargetException implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="net.ME1312.SubServers.Host.Library.Exception.IllegalStringValueException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="net/ME1312/SubServers/Host/Library/Exception/IllegalStringValueException.html" title="class in net.ME1312.SubServers.Host.Library.Exception">net.ME1312.SubServers.Host.Library.Exception.IllegalStringValueException</a> extends java.lang.IllegalStateException implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="net.ME1312.SubServers.Host.Library.Exception.InvalidServerException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="net/ME1312/SubServers/Host/Library/Exception/InvalidServerException.html" title="class in net.ME1312.SubServers.Host.Library.Exception">net.ME1312.SubServers.Host.Library.Exception.InvalidServerException</a> extends java.lang.IllegalStateException implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package net.ME1312.SubServers.Host.Library.Version</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="net.ME1312.SubServers.Host.Library.Version.Version">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="net/ME1312/SubServers/Host/Library/Version/Version.html" title="class in net.ME1312.SubServers.Host.Library.Version">net.ME1312.SubServers.Host.Library.Version.Version</a> extends java.lang.Object implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>string</h4>
|
|
<pre>java.lang.String string</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar.bottom">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a name="navbar.bottom.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li><a href="overview-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>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.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>
|
|
<a name="skip.navbar.bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
</body>
|
|
</html>
|