public class ApacheConnectionManagerFactory extends Object implements ConnectionManagerFactory<org.apache.http.conn.HttpClientConnectionManager>
Modifier and Type | Class and Description |
---|---|
static class |
ApacheConnectionManagerFactory.TrustingX509TrustManager
Simple implementation of X509TrustManager that trusts all certificates.
|
Constructor and Description |
---|
ApacheConnectionManagerFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.http.conn.HttpClientConnectionManager |
create(HttpClientSettings settings) |
public org.apache.http.conn.HttpClientConnectionManager create(HttpClientSettings settings)
create
in interface ConnectionManagerFactory<org.apache.http.conn.HttpClientConnectionManager>
Copyright © 2024. All rights reserved.