Class MultiPartImpl

    • Method Detail

      • getParts

        public List<Part> getParts()
        Description copied from interface: MultiPart
        Returns the list of the received and processed parts. Might be empty, but not null.
        Specified by:
        getParts in interface MultiPart
        Returns:
        The list of the parts
      • getSize

        public long getSize()
        Description copied from interface: MultiPart
        Returns the size of the whole multipart request.
        Specified by:
        getSize in interface MultiPart
        Returns:
        The full size of the request