Class DefaultClientConfiguration
java.lang.Object
com.levigo.jadice.web.server.config.DefaultClientConfiguration
- All Implemented Interfaces:
ClientConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setInternalCustomProperties
(Map<String, String> internalCustomProperties) void
setMaxUploadFileSize
(int maxFileSize)
-
Constructor Details
-
DefaultClientConfiguration
public DefaultClientConfiguration()
-
-
Method Details
-
setMaxUploadFileSize
public void setMaxUploadFileSize(int maxFileSize) - Specified by:
setMaxUploadFileSize
in interfaceClientConfiguration
-
getMaxUploadFileSize
public int getMaxUploadFileSize()- Specified by:
getMaxUploadFileSize
in interfaceClientConfiguration
-
setInternalCustomProperties
- Specified by:
setInternalCustomProperties
in interfaceClientConfiguration
-
getInternalCustomProperties
- Specified by:
getInternalCustomProperties
in interfaceClientConfiguration
-