HttpParser.HttpHandlerpublic static interface HttpParser.ResponseHandler extends HttpParser.HttpHandler
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
startResponse(HttpVersion version,
int status,
java.lang.String reason) |
This is the method called by parser when the HTTP request line is parsed
|
badMessage, badMessage, content, contentComplete, earlyEOF, getHeaderCacheSize, headerComplete, messageComplete, parsedHeader, parsedTrailerboolean startResponse(HttpVersion version, int status, java.lang.String reason)
version - the http version in usestatus - the response statusreason - the response reason phraseCopyright © 1995–2018 Webtide. All rights reserved.