All Superinterfaces:
Content
All Known Implementing Classes:
HttpContent, MixedContent, StringContent

public interface MultipartContent extends Content
Author:
scf
  • Method Details

    • parseLine

      void parseLine(String line)
      Add the line to the content.
      Parameters:
      line - The line to add.
    • stripLastNewline

      void stripLastNewline()
      Informs the Content that the last newline should be removed again. The newline before a boundary is part of the boundary, not of the content.
    • isFinished

      Gives the parse-state of the Content. This indicates if more content is expected or not.
      Returns:
      the parse-state of the Content.