org.globus.gatekeeper.internal
Class GateKeeperRequest

java.lang.Object
  extended by org.globus.util.http.HTTPParser
      extended by org.globus.util.http.HTTPRequestParser
          extended by org.globus.gatekeeper.internal.GateKeeperRequest
All Implemented Interfaces:
ServiceRequest

public class GateKeeperRequest
extends HTTPRequestParser
implements ServiceRequest


Field Summary
 
Fields inherited from class org.globus.util.http.HTTPRequestParser
_requestType, _service
 
Fields inherited from class org.globus.util.http.HTTPParser
_chunked, _connection, _contentLength, _contentType, _host, _reader, _server
 
Constructor Summary
GateKeeperRequest(InputStream in)
           
 
Method Summary
 InputStream getInputStream()
           
 String getService()
           
 boolean isPing()
           
 
Methods inherited from class org.globus.util.http.HTTPRequestParser
parseHead, setService
 
Methods inherited from class org.globus.util.http.HTTPParser
getContentLength, getContentType, getReader, getRest, isChunked, parse, setInputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GateKeeperRequest

public GateKeeperRequest(InputStream in)
                  throws IOException
Throws:
IOException
Method Detail

getInputStream

public InputStream getInputStream()
Specified by:
getInputStream in interface ServiceRequest

isPing

public boolean isPing()

getService

public String getService()
Overrides:
getService in class HTTPRequestParser