Package org.asynchttpclient.config
Class AsyncHttpClientConfigHelper.Config
- java.lang.Object
-
- org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
-
- Enclosing class:
- AsyncHttpClientConfigHelper
public static class AsyncHttpClientConfigHelper.Config extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CUSTOM_AHC_PROPERTIES
static String
DEFAULT_AHC_PROPERTIES
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getBoolean(String key)
Duration
getDuration(String key)
int
getInt(String key)
String
getString(String key)
@Nullable String[]
getStringArray(String key)
void
reload()
-
-
-
Field Detail
-
DEFAULT_AHC_PROPERTIES
public static final String DEFAULT_AHC_PROPERTIES
- See Also:
- Constant Field Values
-
CUSTOM_AHC_PROPERTIES
public static final String CUSTOM_AHC_PROPERTIES
- See Also:
- Constant Field Values
-
-