org.glassfish.examples.http
Class HttpServer
java.lang.Object
org.glassfish.examples.http.HttpServer
@Singleton
public class HttpServer
- extends Object
- Author:
- jwells
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServer
public HttpServer()
startRequest
public void startRequest(String lastRank,
String id,
String action)
- This method starts an httpRequest, with all the values from that request
- Parameters:
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 network
finishRequest
public void finishRequest()
- Finishes the request
Copyright © 2013 Oracle Corporation. All Rights Reserved.