Uses of Interface
org.ektorp.http.HttpClient

Packages that use HttpClient
org.ektorp   
org.ektorp.http   
org.ektorp.impl   
 

Uses of HttpClient in org.ektorp
 

Methods in org.ektorp that return HttpClient
 HttpClient CouchDbInstance.getConnection()
          Convenience method for accessing the underlying HttpClient.
 HttpClient CouchDbConnector.getConnection()
          Convenience method for accessing the underlying HttpClient.
 

Uses of HttpClient in org.ektorp.http
 

Classes in org.ektorp.http that implement HttpClient
 class StdHttpClient
           
 

Methods in org.ektorp.http that return HttpClient
 HttpClient StdHttpClient.Builder.build()
           
 

Constructors in org.ektorp.http with parameters of type HttpClient
RestTemplate(HttpClient client)
           
 

Uses of HttpClient in org.ektorp.impl
 

Methods in org.ektorp.impl that return HttpClient
 HttpClient StdCouchDbInstance.getConnection()
           
 HttpClient StdCouchDbConnector.getConnection()
           
 

Constructors in org.ektorp.impl with parameters of type HttpClient
StdCouchDbInstance(HttpClient client)
           
StdCouchDbInstance(HttpClient client, ObjectMapperFactory of)
           
 



Copyright © 2011. All Rights Reserved.