Uses of Class
org.apache.druid.data.input.impl.HttpInputSourceConfig
-
Packages that use HttpInputSourceConfig Package Description org.apache.druid.data.input.impl -
-
Uses of HttpInputSourceConfig in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl with parameters of type HttpInputSourceConfig Modifier and Type Method Description static voidHttpInputSource. throwIfForbiddenHeaders(HttpInputSourceConfig config, Map<String,String> requestHeaders)static voidHttpInputSource. throwIfInvalidProtocols(HttpInputSourceConfig config, List<URI> uris)Constructors in org.apache.druid.data.input.impl with parameters of type HttpInputSourceConfig Constructor Description HttpInputSource(List<URI> uris, String httpAuthenticationUsername, PasswordProvider httpAuthenticationPasswordProvider, SystemFields systemFields, Map<String,String> requestHeaders, HttpInputSourceConfig config)
-