<li><ahref="../../../../inf112/fiasko/roborally/networking/RoboRallyClient.html"title="class in inf112.fiasko.roborally.networking"><spanclass="typeNameLink">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../inf112/fiasko/roborally/networking/RequestState.html"title="enum in inf112.fiasko.roborally.networking">RequestState</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../inf112/fiasko/roborally/networking/RequestState.html"title="enum in inf112.fiasko.roborally.networking">RequestState</a>></dd>
extends java.lang.Enum<<ahref="../../../../inf112/fiasko/roborally/networking/RequestState.html"title="enum in inf112.fiasko.roborally.networking">RequestState</a>></pre>
<divclass="block">This enum represents states of a request sent to the server</div>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../inf112/fiasko/roborally/networking/RequestState.html"title="enum in inf112.fiasko.roborally.networking">RequestState</a></code></td>
<divclass="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<trid="i1"class="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../inf112/fiasko/roborally/networking/RequestState.html"title="enum in inf112.fiasko.roborally.networking">RequestState</a>[]</code></td>
<pre>public static final <ahref="../../../../inf112/fiasko/roborally/networking/RequestState.html"title="enum in inf112.fiasko.roborally.networking">RequestState</a> SENT_NOT_RECEIVED</pre>
<divclass="block">The request has been send to the server, but no response has been received</div>
</li>
</ul>
<aname="SENT_OKAY">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>SENT_OKAY</h4>
<pre>public static final <ahref="../../../../inf112/fiasko/roborally/networking/RequestState.html"title="enum in inf112.fiasko.roborally.networking">RequestState</a> SENT_OKAY</pre>
<divclass="block">The request has been sent to the server, and the server confirmed the receipt</div>
</li>
</ul>
<aname="SENT_REJECTED">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>SENT_REJECTED</h4>
<pre>public static final <ahref="../../../../inf112/fiasko/roborally/networking/RequestState.html"title="enum in inf112.fiasko.roborally.networking">RequestState</a> SENT_REJECTED</pre>
<divclass="block">The request has been sent to the server, but the server rejected the request</div>
</li>
</ul>
<aname="NOT_SENT">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>NOT_SENT</h4>
<pre>public static final <ahref="../../../../inf112/fiasko/roborally/networking/RequestState.html"title="enum in inf112.fiasko.roborally.networking">RequestState</a> NOT_SENT</pre>
<divclass="block">No request has been sent to the server</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.detail">
<!---->
</a>
<h3>Method Detail</h3>
<aname="values--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>values</h4>
<pre>public static <ahref="../../../../inf112/fiasko/roborally/networking/RequestState.html"title="enum in inf112.fiasko.roborally.networking">RequestState</a>[] values()</pre>
<divclass="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (RequestState c : RequestState.values())
System.out.println(c);
</pre></div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>an array containing the constants of this enum type, in the order they are declared</dd>
</dl>
</li>
</ul>
<aname="valueOf-java.lang.String-">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>valueOf</h4>
<pre>public static <ahref="../../../../inf112/fiasko/roborally/networking/RequestState.html"title="enum in inf112.fiasko.roborally.networking">RequestState</a> valueOf(java.lang.String name)</pre>
<divclass="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
<li><ahref="../../../../inf112/fiasko/roborally/networking/RoboRallyClient.html"title="class in inf112.fiasko.roborally.networking"><spanclass="typeNameLink">Next Class</span></a></li>