public interface HttpResponseEntity extends Closeable
| Modifier and Type | Method and Description |
|---|---|
InputStream |
body()
Get HTTP Response Body stream
|
HttpEntityHeaders |
headers()
Get HTTP Response Headers
|
int |
statusCode()
Get HTTP Response Status Code
|
int statusCode()
HttpEntityHeaders headers()
InputStream body()
Copyright © 2023 Apache NiFi Project. All rights reserved.