Uses of Class
org.apache.hc.client5.http.async.methods.SimpleBody
-
Packages that use SimpleBody Package Description org.apache.hc.client5.http.async.methods Common HTTP methods and message handlers for the asynchronous I/O model. -
-
Uses of SimpleBody in org.apache.hc.client5.http.async.methods
Fields in org.apache.hc.client5.http.async.methods declared as SimpleBody Modifier and Type Field Description private SimpleBody
SimpleHttpRequest. body
private SimpleBody
SimpleHttpResponse. body
private SimpleBody
SimpleRequestBuilder. body
private SimpleBody
SimpleResponseBuilder. body
Methods in org.apache.hc.client5.http.async.methods that return SimpleBody Modifier and Type Method Description (package private) static SimpleBody
SimpleBody. create(byte[] body, org.apache.hc.core5.http.ContentType contentType)
(package private) static SimpleBody
SimpleBody. create(java.lang.String body, org.apache.hc.core5.http.ContentType contentType)
SimpleBody
SimpleHttpRequest. getBody()
SimpleBody
SimpleHttpResponse. getBody()
SimpleBody
SimpleRequestBuilder. getBody()
SimpleBody
SimpleResponseBuilder. getBody()
Methods in org.apache.hc.client5.http.async.methods with parameters of type SimpleBody Modifier and Type Method Description void
SimpleHttpRequest. setBody(SimpleBody body)
void
SimpleHttpResponse. setBody(SimpleBody body)
SimpleRequestBuilder
SimpleRequestBuilder. setBody(SimpleBody body)
SimpleResponseBuilder
SimpleResponseBuilder. setBody(SimpleBody body)
-