Package de.xima.fc.config
Class XfcConfigKeys.Proma
- java.lang.Object
 - 
- de.xima.fc.config.XfcConfigKeys.Proma
 
 
- 
- Enclosing class:
 - XfcConfigKeys
 
public static final class XfcConfigKeys.Proma extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringAPI_BASE_URLstatic StringDEFAULT_BINARY_REQUEST_TIMEOUTDefault timeout in seconds for a single request to the PROMA API that downloads a binary file.static StringDEFAULT_COMBINED_REQUEST_TIMEOUTDefault timeout in seconds for a bunch of requests to the PROMA API that do not download binary file, e.g.static StringDEFAULT_SINGLE_REQUEST_TIMEOUTDefault timeout in seconds for a single request to the PROMA API that do not download binary file.static StringPLUGIN_STORE_KEY 
- 
Constructor Summary
Constructors Constructor Description Proma() 
 - 
 
- 
- 
Field Detail
- 
PLUGIN_STORE_KEY
public static final String PLUGIN_STORE_KEY
- See Also:
 - Constant Field Values
 
 
- 
DEFAULT_SINGLE_REQUEST_TIMEOUT
public static final String 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:
 - Constant Field Values
 
 
- 
DEFAULT_BINARY_REQUEST_TIMEOUT
public static final String DEFAULT_BINARY_REQUEST_TIMEOUT
Default timeout in seconds for a single request to the PROMA API that downloads a binary file.- See Also:
 - Constant Field Values
 
 
- 
DEFAULT_COMBINED_REQUEST_TIMEOUT
public static final String 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:
 - Constant Field Values
 
 
- 
API_BASE_URL
public static final String API_BASE_URL
- See Also:
 - Constant Field Values
 
 
 - 
 
 -