org.springframework.boot.context.embedded

Class MultipartConfigFactory


  • Deprecated. 
    as of 1.4 in favor of MultipartConfigFactory

    @Deprecated
    public class MultipartConfigFactory
    extends MultipartConfigFactory
    Factory that can be used to create a MultipartConfigElement. Size values can be set using traditional long values which are set in bytes or using more readable String variants that accept KB or MB suffixes, for example:
     factory.setMaxFileSize("10Mb");
     factory.setMaxRequestSize("100Kb");
     
    Author:
    Phillip Webb
    • Constructor Detail

      • MultipartConfigFactory

        public MultipartConfigFactory()
        Deprecated. 

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.