public class LenientHttpResponseParser
extends DefaultHttpResponseParser
| Constructor and Description |
|---|
LenientHttpResponseParser(Http1Config h1Config)
Creates new instance of DefaultHttpResponseParser.
|
LenientHttpResponseParser(LineParser lineParser,
<any> responseFactory,
Http1Config h1Config)
Creates new instance of DefaultHttpResponseParser.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClassicHttpResponse |
createMessage(CharArrayBuffer buffer) |
public LenientHttpResponseParser(LineParser lineParser,
<any> responseFactory,
Http1Config h1Config)
lineParser - the line parser. If null
org.apache.hc.core5.http.message.BasicLineParser#INSTANCE will be used.responseFactory - HTTP response factory. If null
org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory#INSTANCE
will be used.h1Config - HTTP/1.1 parameters. If null. Http1Config#DEFAULT will be used.public LenientHttpResponseParser(Http1Config h1Config)
h1Config - HTTP/1.1 parameters. If null. Http1Config#DEFAULT will be used.