Class SimpleBody
java.lang.Object
org.apache.hc.client5.http.async.methods.SimpleBody
Message body representation as a simple text string or an array of bytes.
- Since:
- 5.0
-
Method Details
-
getContentType
public org.apache.hc.core5.http.ContentType getContentType() -
getBodyBytes
public byte[] getBodyBytes() -
getBodyText
-
isText
public boolean isText() -
isBytes
public boolean isBytes() -
toString
-