Uses of Class
org.apache.druid.data.input.impl.HttpInputSourceConfig
Packages that use HttpInputSourceConfig
-
Uses of HttpInputSourceConfig in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl with parameters of type HttpInputSourceConfigModifier and TypeMethodDescriptionstatic 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 HttpInputSourceConfigModifierConstructorDescriptionHttpInputSource(List<URI> uris, String httpAuthenticationUsername, PasswordProvider httpAuthenticationPasswordProvider, SystemFields systemFields, Map<String, String> requestHeaders, HttpInputSourceConfig config)