org.globus.util.http
public class HTTPRequestParser extends HTTPParser
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_requestType |
protected java.lang.String |
_service |
_chunked, _connection, _contentLength, _contentType, _host, _reader, _server| Constructor and Description |
|---|
HTTPRequestParser(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getService() |
void |
parseHead(java.lang.String line) |
void |
setService(java.lang.String service) |
getContentLength, getContentType, getReader, getRest, isChunked, parse, setInputStreamprotected java.lang.String _requestType
protected java.lang.String _service
public HTTPRequestParser(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getService()
public void setService(java.lang.String service)
public void parseHead(java.lang.String line)
throws java.io.IOException
parseHead in class HTTPParserjava.io.IOException