public interface AdapterHttpClientConfig
Modifier and Type | Method and Description |
---|---|
String |
getClientKeystore()
Returns keystore with client keys.
|
String |
getClientKeystorePassword()
Returns keystore password.
|
int |
getConnectionPoolSize()
Returns size of connection pool.
|
String |
getProxyUrl()
Returns URL of HTTP proxy.
|
String |
getTruststore()
Returns truststore filename.
|
String |
getTruststorePassword()
Returns truststore password.
|
boolean |
isAllowAnyHostname()
Returns boolean flag whether any hostname verification is done on the server's
certificate,
true means that verification is not done. |
boolean |
isDisableTrustManager()
Returns boolean flag whether any trust management and hostname verification is done.
|
String getTruststore()
String getTruststorePassword()
String getClientKeystore()
String getClientKeystorePassword()
boolean isAllowAnyHostname()
true
means that verification is not done.boolean isDisableTrustManager()
NOTE Disabling trust manager is a security hole, so only set this option if you cannot or do not want to verify the identity of the host you are communicating with.
int getConnectionPoolSize()
String getProxyUrl()
Copyright © 2020 JBoss by Red Hat. All rights reserved.