public class HttpClientBinder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpClientBinder.HttpClientBindingBuilder |
| Modifier and Type | Method and Description |
|---|---|
HttpClientBinder.HttpClientBindingBuilder |
bindAsyncHttpClient(String name,
Class<? extends Annotation> annotation) |
HttpClientBinder.HttpClientBindingBuilder |
bindHttpClient(String name,
Class<? extends Annotation> annotation) |
static HttpClientBinder |
httpClientBinder(com.google.inject.Binder binder) |
public static HttpClientBinder httpClientBinder(com.google.inject.Binder binder)
public HttpClientBinder.HttpClientBindingBuilder bindHttpClient(String name, Class<? extends Annotation> annotation)
public HttpClientBinder.HttpClientBindingBuilder bindAsyncHttpClient(String name, Class<? extends Annotation> annotation)
Copyright © 2010-2013 Airlift. All Rights Reserved.