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.
|
long |
getConnectionTimeout()
Returns timeout for establishing the connection with the remote host in milliseconds.
|
long |
getConnectionTTL()
Returns the connection time-to-live
|
String |
getProxyUrl()
Returns URL of HTTP proxy.
|
long |
getSocketTimeout()
Returns timeout for socket waiting for data in milliseconds.
|
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()
long getSocketTimeout()
long getConnectionTimeout()
long getConnectionTTL()
Copyright © 2021 JBoss by Red Hat. All rights reserved.