Interface ClientConfiguration

All Known Implementing Classes:
DefaultClientConfiguration

public interface ClientConfiguration
  • Method Details

    • setMaxUploadFileSize

      void setMaxUploadFileSize(int maxFileSize)
    • getMaxUploadFileSize

      int getMaxUploadFileSize()
    • setInternalCustomProperties

      void setInternalCustomProperties(Map<String,String> customProperties)
    • getInternalCustomProperties

      Map<String,String> getInternalCustomProperties()