public interface UofApiConfiguration
| Modifier and Type | Method and Description | 
|---|---|
String | 
getHost()  | 
Duration | 
getHttpClientFastFailingTimeout()
Get the timeout which should be used for fast failing HTTP requests (seconds) 
 | 
int | 
getHttpClientMaxConnPerRoute()
Returns maximum number of concurrent connections per route for http client 
 | 
int | 
getHttpClientMaxConnTotal()
Returns connection pool size for http client 
 | 
Duration | 
getHttpClientRecoveryTimeout()
Get the timeout which should be used on HTTP requests for recovery requests (seconds) 
 | 
Duration | 
getHttpClientTimeout()
Get the timeout which should be used on HTTP requests (seconds) 
 | 
int | 
getPort()  | 
String | 
getReplayHost()  | 
boolean | 
getUseSsl()
Gets a value indicating whether SSL should be used when requesting API endpoints 
 | 
String getHost()
int getPort()
boolean getUseSsl()
Duration getHttpClientTimeout()
Duration getHttpClientRecoveryTimeout()
Duration getHttpClientFastFailingTimeout()
int getHttpClientMaxConnTotal()
int getHttpClientMaxConnPerRoute()
String getReplayHost()
Copyright © 2016–2025. All rights reserved.