public static final class ManagedHttpClientConnectionFactory.Builder extends Object
ManagedHttpClientConnectionFactory
.Modifier and Type | Method and Description |
---|---|
ManagedHttpClientConnectionFactory |
build() |
ManagedHttpClientConnectionFactory.Builder |
charCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig) |
ManagedHttpClientConnectionFactory.Builder |
http1Config(org.apache.hc.core5.http.config.Http1Config http1Config) |
ManagedHttpClientConnectionFactory.Builder |
incomingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy incomingContentLengthStrategy) |
ManagedHttpClientConnectionFactory.Builder |
outgoingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy outgoingContentLengthStrategy) |
ManagedHttpClientConnectionFactory.Builder |
requestWriterFactory(org.apache.hc.core5.http.io.HttpMessageWriterFactory<org.apache.hc.core5.http.ClassicHttpRequest> requestWriterFactory) |
ManagedHttpClientConnectionFactory.Builder |
responseOutOfOrderStrategy(org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy responseOutOfOrderStrategy) |
ManagedHttpClientConnectionFactory.Builder |
responseParserFactory(org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseParserFactory) |
public ManagedHttpClientConnectionFactory.Builder http1Config(org.apache.hc.core5.http.config.Http1Config http1Config)
public ManagedHttpClientConnectionFactory.Builder charCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig)
public ManagedHttpClientConnectionFactory.Builder incomingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy incomingContentLengthStrategy)
public ManagedHttpClientConnectionFactory.Builder outgoingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy outgoingContentLengthStrategy)
public ManagedHttpClientConnectionFactory.Builder responseOutOfOrderStrategy(org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy responseOutOfOrderStrategy)
public ManagedHttpClientConnectionFactory.Builder requestWriterFactory(org.apache.hc.core5.http.io.HttpMessageWriterFactory<org.apache.hc.core5.http.ClassicHttpRequest> requestWriterFactory)
public ManagedHttpClientConnectionFactory.Builder responseParserFactory(org.apache.hc.core5.http.io.HttpMessageParserFactory<org.apache.hc.core5.http.ClassicHttpResponse> responseParserFactory)
public ManagedHttpClientConnectionFactory build()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.