org.glassfish.examples.http
Class HttpServer

java.lang.Object
  extended by org.glassfish.examples.http.HttpServer

@Singleton
public class HttpServer
extends Object

Author:
jwells

Constructor Summary
HttpServer()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServer

public HttpServer()
Method Detail

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 network
id - The last request id as read in from the network
action - The last action as read in from the network

finishRequest

public void finishRequest()
Finishes the request



Copyright © 2013 Oracle Corporation. All Rights Reserved.