Class MultiParts.MultiPartsUtilParser

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, MultiParts
    Enclosing interface:
    MultiParts

    @Deprecated(since="2021-05-27")
    public static class MultiParts.MultiPartsUtilParser
    extends java.lang.Object
    implements MultiParts
    Deprecated.
    • Constructor Detail

      • MultiPartsUtilParser

        public MultiPartsUtilParser​(java.io.InputStream in,
                                    java.lang.String contentType,
                                    MultipartConfigElement config,
                                    java.io.File contextTmpDir,
                                    Request request)
                             throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
    • Method Detail

      • getParts

        public java.util.Collection<Part> getParts()
                                            throws java.io.IOException
        Deprecated.
        Specified by:
        getParts in interface MultiParts
        Throws:
        java.io.IOException
      • getPart

        public Part getPart​(java.lang.String name)
                     throws java.io.IOException
        Deprecated.
        Specified by:
        getPart in interface MultiParts
        Throws:
        java.io.IOException
      • close

        public void close()
        Deprecated.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • isEmpty

        public boolean isEmpty()
        Deprecated.
        Specified by:
        isEmpty in interface MultiParts