@Contract(threading=STATELESS) public class ManagedHttpClientConnectionFactory extends Object implements HttpConnectionFactory<ManagedHttpClientConnection>
ManagedHttpClientConnection instances.| Modifier and Type | Class and Description | 
|---|---|
| static class  | ManagedHttpClientConnectionFactory.BuilderBuilder for  ManagedHttpClientConnectionFactory. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ManagedHttpClientConnectionFactory | INSTANCE | 
| Constructor and Description | 
|---|
| ManagedHttpClientConnectionFactory() | 
| ManagedHttpClientConnectionFactory(Http1Config h1Config,
                                  CharCodingConfig charCodingConfig,
                                  HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) | 
| ManagedHttpClientConnectionFactory(Http1Config h1Config,
                                  CharCodingConfig charCodingConfig,
                                  HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory,
                                  HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) | 
| ManagedHttpClientConnectionFactory(Http1Config h1Config,
                                  CharCodingConfig charCodingConfig,
                                  HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory,
                                  HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory,
                                  ContentLengthStrategy incomingContentStrategy,
                                  ContentLengthStrategy outgoingContentStrategy) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ManagedHttpClientConnectionFactory.Builder | builder()Create a new  ManagedHttpClientConnectionFactory.Builder. | 
| ManagedHttpClientConnection | createConnection(Socket socket) | 
public static final ManagedHttpClientConnectionFactory INSTANCE
public ManagedHttpClientConnectionFactory(Http1Config h1Config, CharCodingConfig charCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy)
public ManagedHttpClientConnectionFactory(Http1Config h1Config, CharCodingConfig charCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory)
public ManagedHttpClientConnectionFactory(Http1Config h1Config, CharCodingConfig charCodingConfig, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory)
public ManagedHttpClientConnectionFactory()
public ManagedHttpClientConnection createConnection(Socket socket) throws IOException
createConnection in interface HttpConnectionFactory<ManagedHttpClientConnection>IOExceptionpublic static ManagedHttpClientConnectionFactory.Builder builder()
ManagedHttpClientConnectionFactory.Builder.Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.