Package | Description |
---|---|
org.apache.hc.client5.http.async.methods |
Common HTTP methods and message handlers for the asynchronous I/O model.
|
Modifier and Type | Method and Description |
---|---|
SimpleBody |
SimpleHttpResponse.getBody() |
SimpleBody |
SimpleRequestBuilder.getBody() |
SimpleBody |
SimpleHttpRequest.getBody()
Gets the request body.
|
SimpleBody |
SimpleResponseBuilder.getBody()
Gets the body.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleHttpResponse.setBody(SimpleBody body) |
SimpleRequestBuilder |
SimpleRequestBuilder.setBody(SimpleBody body) |
void |
SimpleHttpRequest.setBody(SimpleBody body)
Sets the message body and content type.
|
SimpleResponseBuilder |
SimpleResponseBuilder.setBody(SimpleBody body)
Sets the body.
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.