HttpParser.HttpHandler
public 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, content, contentComplete, earlyEOF, getHeaderCacheSize, headerComplete, messageComplete, parsedHeader, parsedTrailer
boolean 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.