public static interface SimpleAsyncHttpClient.DerivedBuilder
SimpleAsyncHttpClient.derive()
SimpleAsyncHttpClient.DerivedBuilder setFollowRedirects(boolean followRedirects)
SimpleAsyncHttpClient.DerivedBuilder setVirtualHost(String virtualHost)
SimpleAsyncHttpClient.DerivedBuilder setUrl(String url)
SimpleAsyncHttpClient.DerivedBuilder setFormParams(List<Param> params)
SimpleAsyncHttpClient.DerivedBuilder setFormParams(Map<String,List<String>> params)
SimpleAsyncHttpClient.DerivedBuilder setHeaders(Map<String,Collection<String>> headers)
SimpleAsyncHttpClient.DerivedBuilder setHeaders(FluentCaseInsensitiveStringsMap headers)
SimpleAsyncHttpClient.DerivedBuilder setHeader(String name, String value)
SimpleAsyncHttpClient.DerivedBuilder addQueryParam(String name, String value)
SimpleAsyncHttpClient.DerivedBuilder addFormParam(String key, String value)
SimpleAsyncHttpClient.DerivedBuilder addHeader(String name, String value)
SimpleAsyncHttpClient.DerivedBuilder addCookie(Cookie cookie)
SimpleAsyncHttpClient.DerivedBuilder addBodyPart(Part part)
SimpleAsyncHttpClient.DerivedBuilder setResumableDownload(boolean resume)
SimpleAsyncHttpClient build()
Copyright © 2015. All Rights Reserved.