Skip navigation links
A B C D E G H M O P R S U V W 

A

addPathSegment(String) - Method in interface org.apache.nifi.web.client.api.HttpUriBuilder
Add path segment appending to current path
addQueryParameter(String, String) - Method in interface org.apache.nifi.web.client.api.HttpUriBuilder
Add query parameter using specified name and value

B

body(InputStream, OptionalLong) - Method in interface org.apache.nifi.web.client.api.HttpRequestBodySpec
Set Request Body as stream
body() - Method in interface org.apache.nifi.web.client.api.HttpResponseEntity
Get HTTP Response Body stream
build() - Method in interface org.apache.nifi.web.client.api.HttpUriBuilder
Build URI based on current component elements

C

code - Variable in enum org.apache.nifi.web.client.api.HttpResponseStatus
 

D

delete() - Method in interface org.apache.nifi.web.client.api.WebClientService
Create HTTP Request builder starting with HTTP DELETE

E

encodedPath(String) - Method in interface org.apache.nifi.web.client.api.HttpUriBuilder
Set path with segments encoded according to URL standard requirements

G

get() - Method in interface org.apache.nifi.web.client.api.WebClientService
Create HTTP Request builder starting with HTTP GET
getCode() - Method in enum org.apache.nifi.web.client.api.HttpResponseStatus
 
getFirstHeader(String) - Method in interface org.apache.nifi.web.client.api.HttpEntityHeaders
Get First Header using specified Header Name
getHeader(String) - Method in interface org.apache.nifi.web.client.api.HttpEntityHeaders
Get Header Values using specified Header Name
getHeaderNames() - Method in interface org.apache.nifi.web.client.api.HttpEntityHeaders
Get Header Names
getMessage(String, URI, HttpRequestMethod) - Static method in exception org.apache.nifi.web.client.api.WebClientServiceException
 
getMethod() - Method in interface org.apache.nifi.web.client.api.HttpRequestMethod
Get HTTP Method
getMethod() - Method in enum org.apache.nifi.web.client.api.StandardHttpRequestMethod
 

H

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

M

method(HttpRequestMethod) - Method in interface org.apache.nifi.web.client.api.WebClientService
Create HTTP Request builder starting with specified HTTP Request Method

O

org.apache.nifi.web.client.api - package org.apache.nifi.web.client.api
 

P

patch() - Method in interface org.apache.nifi.web.client.api.WebClientService
Create HTTP Request builder starting with HTTP PATCH
port(int) - Method in interface org.apache.nifi.web.client.api.HttpUriBuilder
Set URI port number
post() - Method in interface org.apache.nifi.web.client.api.WebClientService
Create HTTP Request builder starting with HTTP POST
put() - Method in interface org.apache.nifi.web.client.api.WebClientService
Create HTTP Request builder starting with HTTP PUT

R

retrieve() - Method in interface org.apache.nifi.web.client.api.HttpRequestHeadersSpec
Execute HTTP Request and retrieve HTTP Response

S

scheme(String) - Method in interface org.apache.nifi.web.client.api.HttpUriBuilder
Set URI scheme as http or https
StandardHttpRequestMethod - Enum in org.apache.nifi.web.client.api
Enumeration of standard HTTP Request Methods
StandardHttpRequestMethod() - Constructor for enum org.apache.nifi.web.client.api.StandardHttpRequestMethod
 
statusCode() - Method in interface org.apache.nifi.web.client.api.HttpResponseEntity
Get HTTP Response Status Code

U

uri(URI) - Method in interface org.apache.nifi.web.client.api.HttpRequestUriSpec
Create HTTP Request Body builder using specified Request URI

V

valueOf(String) - Static method in enum org.apache.nifi.web.client.api.HttpResponseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.web.client.api.StandardHttpRequestMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.web.client.api.HttpResponseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.web.client.api.StandardHttpRequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebClientService - Interface in org.apache.nifi.web.client.api
Service abstraction for HTTP client operations
WebClientServiceException - Exception in org.apache.nifi.web.client.api
Web Client Service Exception provides a generalized wrapper for HTTP communication failures
WebClientServiceException(String, Throwable, URI, HttpRequestMethod) - Constructor for exception org.apache.nifi.web.client.api.WebClientServiceException
Web Service Client Exception with standard HTTP request properties
A B C D E G H M O P R S U V W 
Skip navigation links

Copyright © 2023 Apache NiFi Project. All rights reserved.