io.airlift.http.client
Class HttpClientBinder

java.lang.Object
  extended by io.airlift.http.client.HttpClientBinder

public class HttpClientBinder
extends Object


Nested Class Summary
static class HttpClientBinder.HttpClientBindingBuilder
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

httpClientBinder

public static HttpClientBinder httpClientBinder(com.google.inject.Binder binder)

bindHttpClient

public HttpClientBinder.HttpClientBindingBuilder bindHttpClient(String name,
                                                                Class<? extends Annotation> annotation)

bindAsyncHttpClient

public HttpClientBinder.HttpClientBindingBuilder bindAsyncHttpClient(String name,
                                                                     Class<? extends Annotation> annotation)


Copyright © 2010-2012 Airlift. All Rights Reserved.