org.globus.util.http
Class HTTPRequestParser

java.lang.Object
  extended by org.globus.util.http.HTTPParser
      extended by org.globus.util.http.HTTPRequestParser
Direct Known Subclasses:
GateKeeperRequest, JobManagerRequest

public class HTTPRequestParser
extends HTTPParser


Field Summary
protected  String _requestType
           
protected  String _service
           
 
Fields inherited from class org.globus.util.http.HTTPParser
_chunked, _connection, _contentLength, _contentType, _host, _reader, _server
 
Constructor Summary
HTTPRequestParser(InputStream is)
           
 
Method Summary
 String getService()
           
 void parseHead(String line)
           
 void setService(String service)
           
 
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
 

Field Detail

_requestType

protected String _requestType

_service

protected String _service
Constructor Detail

HTTPRequestParser

public HTTPRequestParser(InputStream is)
                  throws IOException
Throws:
IOException
Method Detail

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