| Package | Description |
|---|---|
| org.apache.nifi.remote.client | |
| org.apache.nifi.remote.util |
| Modifier and Type | Field and Description |
|---|---|
private HttpProxy |
SiteToSiteClient.Builder.httpProxy |
private HttpProxy |
SiteToSiteClient.StandardSiteToSiteClientConfig.httpProxy |
private HttpProxy |
SiteInfoProvider.proxy |
| Modifier and Type | Method and Description |
|---|---|
HttpProxy |
SiteToSiteClient.Builder.getHttpProxy() |
HttpProxy |
SiteToSiteClient.StandardSiteToSiteClientConfig.getHttpProxy() |
HttpProxy |
SiteToSiteClientConfig.getHttpProxy()
Return Proxy for HTTP Transport Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
protected SiteToSiteRestApiClient |
SiteInfoProvider.createSiteToSiteRestApiClient(SSLContext sslContext,
HttpProxy proxy) |
SiteToSiteClient.Builder |
SiteToSiteClient.Builder.httpProxy(HttpProxy httpProxy)
Specify a HTTP proxy information to use with HTTP protocol of Site-to-Site communication.
|
void |
SiteInfoProvider.setProxy(HttpProxy proxy) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpProxy |
SiteToSiteRestApiClient.proxy |
| Constructor and Description |
|---|
SiteToSiteRestApiClient(SSLContext sslContext,
HttpProxy proxy,
EventReporter eventReporter) |
Copyright © 2023 Apache NiFi Project. All rights reserved.