@Singleton public class HttpServer extends Object
| Constructor and Description |
|---|
HttpServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishRequest()
Finishes the request
|
void |
startRequest(String lastRank,
String id,
String action)
This method starts an httpRequest, with all the values from that request
|
public void startRequest(String lastRank, String id, String action)
lastRank - The last rank as read in from the networkid - The last request id as read in from the networkaction - The last action as read in from the networkpublic void finishRequest()
Copyright © 2009-2013 Oracle Corporation. All Rights Reserved.