Class BufferedRequestBody

java.lang.Object
okhttp3.RequestBody
net.dv8tion.jda.internal.utils.requestbody.TypedBody<BufferedRequestBody>
net.dv8tion.jda.internal.utils.requestbody.BufferedRequestBody

public class BufferedRequestBody extends TypedBody<BufferedRequestBody>
  • Nested Class Summary

    Nested classes/interfaces inherited from class okhttp3.RequestBody

    okhttp3.RequestBody.Companion
  • Field Summary

    Fields inherited from class okhttp3.RequestBody

    Companion, EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    BufferedRequestBody(okio.Source source, okhttp3.MediaType type)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    withType(okhttp3.MediaType type)
     
    void
    writeTo(okio.BufferedSink sink)
     

    Methods inherited from class net.dv8tion.jda.internal.utils.requestbody.TypedBody

    contentType

    Methods inherited from class okhttp3.RequestBody

    contentLength, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, isDuplex, isOneShot

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait