java.lang.Object
com.squareup.okhttp.RequestBody
de.iip_ecosphere.platform.support.semanticId.eclass.handler.ProgressRequestBody

public class ProgressRequestBody extends com.squareup.okhttp.RequestBody
  • Field Details

  • Constructor Details

  • Method Details

    • contentType

      public com.squareup.okhttp.MediaType contentType()
      Specified by:
      contentType in class com.squareup.okhttp.RequestBody
    • contentLength

      public long contentLength() throws IOException
      Overrides:
      contentLength in class com.squareup.okhttp.RequestBody
      Throws:
      IOException
    • writeTo

      public void writeTo(okio.BufferedSink sink) throws IOException
      Specified by:
      writeTo in class com.squareup.okhttp.RequestBody
      Throws:
      IOException
    • sink

      private okio.Sink sink(okio.Sink sink)