com.atlassian.plugins.rest.common.multipart
Interface MultipartConfig


public interface MultipartConfig

Configuration for multipart config

Since:
2.4

Method Summary
 long getMaxFileSize()
          Get the max file size
 long getMaxSize()
          Get the max size
 

Method Detail

getMaxFileSize

long getMaxFileSize()
Get the max file size

Returns:
The max file size

getMaxSize

long getMaxSize()
Get the max size

Returns:
The max size


Copyright © 2014 Atlassian. All Rights Reserved.