Package de.xima.fc.config
Class XfcConfigKeys.Proma
java.lang.Object
de.xima.fc.config.XfcConfigKeys.Proma
- Enclosing class:
- XfcConfigKeys
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
Default timeout in seconds for a single request to the PROMA API that downloads a binary file.static final String
Default timeout in seconds for a bunch of requests to the PROMA API that do not download binary file, e.g.static final String
Default timeout in seconds for a single request to the PROMA API that do not download binary file.static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PLUGIN_STORE_KEY
- See Also:
-
DEFAULT_SINGLE_REQUEST_TIMEOUT
Default timeout in seconds for a single request to the PROMA API that do not download binary file. For binary files, a larger timeout is used.- See Also:
-
DEFAULT_BINARY_REQUEST_TIMEOUT
Default timeout in seconds for a single request to the PROMA API that downloads a binary file.- See Also:
-
DEFAULT_COMBINED_REQUEST_TIMEOUT
Default timeout in seconds for a bunch of requests to the PROMA API that do not download binary file, e.g. when updating all client licenses. For binary files, a larger timeout is used.- See Also:
-
API_BASE_URL
- See Also:
-
-
Constructor Details
-
Proma
public Proma()
-