Class PostWriter

  • All Implemented Interfaces:

    
    public class PostWriter
    
                        

    Class for setting the necessary headers for a POST request, and sending the body of the POST.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String ENCODING
    • Constructor Summary

      Constructors 
      Constructor Description
      PostWriter() Constructor for PostWriter.
      PostWriter(String boundary) Constructor for PostWriter
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • PostWriter

        PostWriter()
        Constructor for PostWriter.
      • PostWriter

        PostWriter(String boundary)
        Constructor for PostWriter
        Parameters:
        boundary - the boundary string to use as marker between multipart parts