Package org.apache.druid.guice.http
Class JettyHttpClientModule
- java.lang.Object
-
- org.apache.druid.guice.http.JettyHttpClientModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class JettyHttpClientModule extends Object implements com.google.inject.Module
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJettyHttpClientModule.HttpClientProvider
-
Constructor Summary
Constructors Constructor Description JettyHttpClientModule(String propertyPrefix, Class<? extends Annotation> annotationClazz)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.inject.Binder binder)static JettyHttpClientModuleglobal()
-
-
-
Constructor Detail
-
JettyHttpClientModule
public JettyHttpClientModule(String propertyPrefix, Class<? extends Annotation> annotationClazz)
-
-
Method Detail
-
global
public static JettyHttpClientModule global()
-
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configurein interfacecom.google.inject.Module
-
-