public static interface HttpParser.ResponseHandler<T> extends HttpParser.HttpHandler<T>
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, parsedHeader
boolean startResponse(HttpVersion version, int status, String reason)
Copyright © 1995-2015 Webtide. All Rights Reserved.