Class HttpClientModule

java.lang.Object
org.apache.druid.guice.http.HttpClientModule
All Implemented Interfaces:
com.google.inject.Module

public class HttpClientModule extends Object implements com.google.inject.Module
  • Constructor Details

    • HttpClientModule

      public HttpClientModule(String propertyPrefix, Class<? extends Annotation> annotationClazz, boolean eagerByDefault)
  • Method Details

    • global

      public static HttpClientModule global()
    • escalatedGlobal

      public static HttpClientModule escalatedGlobal()
    • configure

      public void configure(com.google.inject.Binder binder)
      Specified by:
      configure in interface com.google.inject.Module