Package org.globus.util.http
Class HTTPRequestParser
- java.lang.Object
-
- org.globus.util.http.HTTPParser
-
- org.globus.util.http.HTTPRequestParser
-
public class HTTPRequestParser extends HTTPParser
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
_requestType
protected java.lang.String
_service
-
Fields inherited from class org.globus.util.http.HTTPParser
_chunked, _connection, _contentLength, _contentType, _host, _reader, _server
-
-
Constructor Summary
Constructors Constructor Description HTTPRequestParser(java.io.InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getService()
void
parseHead(java.lang.String line)
void
setService(java.lang.String service)
-
Methods inherited from class org.globus.util.http.HTTPParser
getContentLength, getContentType, getReader, getRest, isChunked, parse, setInputStream
-
-
-
-
Method Detail
-
getService
public java.lang.String getService()
-
setService
public void setService(java.lang.String service)
-
parseHead
public void parseHead(java.lang.String line) throws java.io.IOException
- Specified by:
parseHead
in classHTTPParser
- Throws:
java.io.IOException
-
-