@Contract(threading=STATELESS) public class DefaultHttpResponseParserFactory extends Object implements org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse>
| Modifier and Type | Field and Description | 
|---|---|
| static DefaultHttpResponseParserFactory | INSTANCEDefault instance DefaultHttpResponseParserFactory. | 
| Constructor and Description | 
|---|
| DefaultHttpResponseParserFactory() | 
| DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config h1Config) | 
| DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config h1Config,
                                org.apache.hc.core5.http.message.LineParser lineParser,
                                org.apache.hc.core5.http.HttpResponseFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseFactory) | 
| DefaultHttpResponseParserFactory(org.apache.hc.core5.http.HttpResponseFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseFactory) | 
| DefaultHttpResponseParserFactory(org.apache.hc.core5.http.message.LineParser lineParser,
                                org.apache.hc.core5.http.HttpResponseFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hc.core5.http.io.HttpMessageParser<org.apache.hc.core5.http.ClassicHttpResponse> | create() | 
| org.apache.hc.core5.http.io.HttpMessageParser<org.apache.hc.core5.http.ClassicHttpResponse> | create(org.apache.hc.core5.http.config.Http1Config h1Config)Deprecated. 
 Use  create() | 
public static final DefaultHttpResponseParserFactory INSTANCE
public DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config h1Config,
                                        org.apache.hc.core5.http.message.LineParser lineParser,
                                        org.apache.hc.core5.http.HttpResponseFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseFactory)
public DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config h1Config)
public DefaultHttpResponseParserFactory(org.apache.hc.core5.http.message.LineParser lineParser,
                                        org.apache.hc.core5.http.HttpResponseFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseFactory)
public DefaultHttpResponseParserFactory(org.apache.hc.core5.http.HttpResponseFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseFactory)
public DefaultHttpResponseParserFactory()
public org.apache.hc.core5.http.io.HttpMessageParser<org.apache.hc.core5.http.ClassicHttpResponse> create()
create in interface org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse>@Deprecated public org.apache.hc.core5.http.io.HttpMessageParser<org.apache.hc.core5.http.ClassicHttpResponse> create(org.apache.hc.core5.http.config.Http1Config h1Config)
create()create in interface org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse>Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.