public static interface HttpParser.ResponseHandler extends HttpParser.HttpHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
startResponse(HttpVersion version,
int status,
String reason)
This is the method called by parser when the HTTP request line is parsed
|
badMessage, content, earlyEOF, getHeaderCacheSize, headerComplete, messageComplete, parsedHeaderboolean startResponse(HttpVersion version, int status, String reason)
version - the http version in usestatus - the response statusreason - the response reason phraseCopyright © 1995-2016 Webtide. All Rights Reserved.