Uses of Class
com.floragunn.signals.watch.common.HttpProxyConfig
-
Packages that use HttpProxyConfig Package Description com.floragunn.signals.execution com.floragunn.signals.settings com.floragunn.signals.watch.common -
-
Uses of HttpProxyConfig in com.floragunn.signals.execution
Methods in com.floragunn.signals.execution that return HttpProxyConfig Modifier and Type Method Description HttpProxyConfigWatchExecutionContext. getHttpProxyConfig()Constructors in com.floragunn.signals.execution with parameters of type HttpProxyConfig Constructor Description WatchExecutionContext(org.elasticsearch.client.Client client, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry, AccountRegistry accountRegistry, ExecutionEnvironment executionEnvironment, ActionInvocationType actionInvocationType, WatchExecutionContextData contextData, WatchExecutionContextData resolvedContextData, SimulationMode simulationMode, HttpEndpointWhitelist httpEndpointWhitelist, HttpProxyConfig httpProxyConfig) -
Uses of HttpProxyConfig in com.floragunn.signals.settings
Methods in com.floragunn.signals.settings that return HttpProxyConfig Modifier and Type Method Description HttpProxyConfigSignalsSettings.DynamicSettings. getHttpProxyConfig() -
Uses of HttpProxyConfig in com.floragunn.signals.watch.common
Fields in com.floragunn.signals.watch.common declared as HttpProxyConfig Modifier and Type Field Description static HttpProxyConfigHttpProxyConfig. USE_DEFAULTstatic HttpProxyConfigHttpProxyConfig. USE_NONEMethods in com.floragunn.signals.watch.common that return HttpProxyConfig Modifier and Type Method Description static HttpProxyConfigHttpProxyConfig. create(com.fasterxml.jackson.databind.JsonNode jsonNode)static HttpProxyConfigHttpProxyConfig. create(String value)HttpProxyConfigHttpClientConfig. getProxyConfig()Methods in com.floragunn.signals.watch.common with parameters of type HttpProxyConfig Modifier and Type Method Description HttpClientHttpClientConfig. createHttpClient(HttpProxyConfig defaultProxyConfig)Constructors in com.floragunn.signals.watch.common with parameters of type HttpProxyConfig Constructor Description HttpClientConfig(Integer connectionTimeoutSecs, Integer readTimeoutSecs, TlsConfig tlsConfig, HttpProxyConfig proxyConfig)
-