public interface Body
| Modifier and Type | Method and Description |
|---|---|
JSONArray |
asJSONArray() |
JSONObject |
asJSONObject() |
org.w3c.dom.Node |
asNode() |
java.io.InputStream |
asStream() |
java.lang.String |
asString() |
ContentType |
getContentType() |
java.io.InputStream asStream()
throws java.io.IOException
java.io.IOException
java.lang.String asString()
throws java.io.IOException
java.io.IOException
JSONObject asJSONObject()
throws java.io.IOException
java.io.IOException
JSONArray asJSONArray()
throws java.io.IOException
java.io.IOException
org.w3c.dom.Node asNode()
throws java.io.IOException
java.io.IOExceptionContentType getContentType()