Uses of Interface
com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder

Packages that use SimpleAsyncHttpClient.DerivedBuilder
com.ning.http.client   
 

Uses of SimpleAsyncHttpClient.DerivedBuilder in com.ning.http.client
 

Classes in com.ning.http.client that implement SimpleAsyncHttpClient.DerivedBuilder
static class SimpleAsyncHttpClient.Builder
           
 

Methods in com.ning.http.client that return SimpleAsyncHttpClient.DerivedBuilder
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.addBodyPart(Part part)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.addCookie(Cookie cookie)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.addHeader(String name, String value)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.addParameter(String key, String value)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.addQueryParameter(String name, String value)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.derive()
          Returns a Builder for a derived SimpleAsyncHttpClient that uses the same instance of AsyncHttpClient to execute requests.
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.setFollowRedirects(boolean followRedirects)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.setHeader(String name, String value)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.setHeaders(FluentCaseInsensitiveStringsMap headers)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.setHeaders(Map<String,Collection<String>> headers)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.setParameters(FluentStringsMap parameters)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.setParameters(Map<String,Collection<String>> parameters)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.setResumableDownload(boolean resume)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.setUrl(String url)
           
 SimpleAsyncHttpClient.DerivedBuilder SimpleAsyncHttpClient.DerivedBuilder.setVirtualHost(String virtualHost)
           
 



Copyright © 2011. All Rights Reserved.