Class Part<T>

java.lang.Object
io.gatling.http.client.body.multipart.Part<T>
Direct Known Subclasses:
FileLikePart, StringPart

public abstract class Part<T> extends Object
  • Method Details

    • getContent

      public T getContent()
    • getName

      public String getName()
    • getCharset

      public Charset getCharset()
    • getTransferEncoding

      public String getTransferEncoding()
    • getContentId

      public String getContentId()
    • getDispositionType

      public String getDispositionType()
    • getContentType

      public String getContentType()
    • getCustomHeaders

      public List<Param> getCustomHeaders()
    • toImpl

      public abstract PartImpl toImpl(byte[] boundary)
    • toString

      public String toString()
      Overrides:
      toString in class Object