Class MultipartConfig

java.lang.Object
org.apache.felix.http.base.internal.dispatch.MultipartConfig

public final class MultipartConfig extends Object
  • Field Details

    • DEFAULT_CONFIG

      public static final MultipartConfig DEFAULT_CONFIG
    • INVALID_CONFIG

      public static final MultipartConfig INVALID_CONFIG
    • 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 Details

    • MultipartConfig

      public MultipartConfig(Integer threshold, String location, long maxFileSize, long maxRequestSize, long maxFileCount)
  • Method Details