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, setInputStream
public HTTPRequestParser(InputStream is) throws IOException
IOException
public String getService()
public void setService(String service)
public void parseHead(String line) throws IOException
parseHead
in class HTTPParser
IOException
Copyright © 2016. All rights reserved.