public class HTTPRequestParser extends HTTPParser
| Modifier and Type | Field | Description |
|---|---|---|
protected String |
_requestType |
|
protected String |
_service |
_chunked, _connection, _contentLength, _contentType, _host, _reader, _server| Constructor | Description |
|---|---|
HTTPRequestParser(InputStream is) |
| Modifier and Type | Method | 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 © 2018. All rights reserved.