- header(String, String) - Method in interface org.apache.nifi.web.client.api.HttpRequestHeadersSpec
-
Add HTTP Request Header using specified name and value
- headers() - Method in interface org.apache.nifi.web.client.api.HttpResponseEntity
-
Get HTTP Response Headers
- host(String) - Method in interface org.apache.nifi.web.client.api.HttpUriBuilder
-
Set URI host address
- HttpEntityHeaders - Interface in org.apache.nifi.web.client.api
-
HTTP Entity Headers supporting retrieval of single or multiple header values
- HttpRequestBodySpec - Interface in org.apache.nifi.web.client.api
-
HTTP Request Body Specification builder
- HttpRequestHeadersSpec - Interface in org.apache.nifi.web.client.api
-
HTTP Request Headers Specification builder
- HttpRequestMethod - Interface in org.apache.nifi.web.client.api
-
HTTP Request Method
- HttpRequestUriSpec - Interface in org.apache.nifi.web.client.api
-
HTTP Request URI Specification builder
- HttpResponseEntity - Interface in org.apache.nifi.web.client.api
-
HTTP Response Entity extends Closeable to handle closing Response Body
- HttpResponseStatus - Enum in org.apache.nifi.web.client.api
-
Enumeration of Standard HTTP Response Status Codes
- HttpResponseStatus(int) - Constructor for enum org.apache.nifi.web.client.api.HttpResponseStatus
-
- HttpUriBuilder - Interface in org.apache.nifi.web.client.api
-
HTTP URI Builder supports construction of a URI using component elements