Class MultipartConfig


  • public final class MultipartConfig
    extends Object
    • Field Detail

      • multipartThreshold

        public final int multipartThreshold
        Specifies the multipart threshold
      • multipartLocation

        public final String multipartLocation
        Specifies the multipart location
      • multipartMaxFileSize

        public final long multipartMaxFileSize
        Specifies the multipart max file size
      • multipartMaxRequestSize

        public final long multipartMaxRequestSize
        Specifies the multipart max request size
      • multipartMaxFileCount

        public final long multipartMaxFileCount
        Specifies the multipart max files
    • Constructor Detail

      • MultipartConfig

        public MultipartConfig​(Integer threshold,
                               String location,
                               long maxFileSize,
                               long maxRequestSize,
                               long maxFileCount)