org.globus.util.http
Class HTTPRequestParser
java.lang.Object
org.globus.util.http.HTTPParser
org.globus.util.http.HTTPRequestParser
- Direct Known Subclasses:
- GateKeeperRequest, JobManagerRequest
- public class HTTPRequestParser
- extends HTTPParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_requestType
protected String _requestType
_service
protected String _service
HTTPRequestParser
public HTTPRequestParser(InputStream is)
throws IOException
getService
public String getService()
setService
public void setService(String service)
parseHead
public void parseHead(String line)
throws IOException
- Specified by:
parseHead
in class HTTPParser
- Throws:
IOException