public class HTTPRequestParser extends HTTPParser
| Modifier and Type | Field and Description |
|---|---|
protected String |
_requestType |
protected String |
_service |
_chunked, _connection, _contentLength, _contentType, _host, _reader, _server| Constructor and Description |
|---|
HTTPRequestParser(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
String |
getService() |
void |
parseHead(String line) |
void |
setService(String service) |
getContentLength, getContentType, getReader, getRest, isChunked, parse, setInputStreampublic HTTPRequestParser(InputStream is) throws IOException
IOExceptionpublic String getService()
public void setService(String service)
public void parseHead(String line) throws IOException
parseHead in class HTTPParserIOExceptionCopyright © 2013. All Rights Reserved.