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, badMessage, content, contentComplete, earlyEOF, getHeaderCacheSize, headerComplete, messageComplete, parsedHeader, parsedTrailerboolean startResponse(HttpVersion version, int status, String reason)
version - the http version in usestatus - the response statusreason - the response reason phraseCopyright © 2010 - 2020 Adobe. All Rights Reserved