public final class SimpleBody extends Object
Modifier and Type | Method and Description |
---|---|
byte[] |
getBodyBytes()
Gets the body as a byte array.
|
String |
getBodyText()
Gets the body as a String.
|
org.apache.hc.core5.http.ContentType |
getContentType()
Gets the content type.
|
boolean |
isBytes()
Tests whether the body is currently cached as a byte array.
|
boolean |
isText()
Tests whether the body is currently cached as a String.
|
String |
toString() |
public org.apache.hc.core5.http.ContentType getContentType()
public byte[] getBodyBytes()
public String getBodyText()
public boolean isText()
public boolean isBytes()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.