Uses of Class
de.galan.commons.net.flux.FluentHttpClient.HttpBuilder
Packages that use FluentHttpClient.HttpBuilder
-
Uses of FluentHttpClient.HttpBuilder in de.galan.commons.net.flux
Methods in de.galan.commons.net.flux that return FluentHttpClient.HttpBuilderModifier and TypeMethodDescriptionFluentHttpClient.HttpBuilder.authentication(String username, String password) FluentHttpClient.HttpBuilder.body(byte[] body) FluentHttpClient.HttpBuilder.followRedirects()FluentHttpClient.HttpBuilder.parameterList(Map<String, List<String>> parameters) FluentHttpClient.HttpBuilder.parameterMap(Map<String, String> parameters) FluentHttpClient.HttpBuilder.proxy(CommonProxy proxy) FluentHttpClient.HttpBuilder.proxyAuthentication(String username, String password) Has to be called after setting a proxy via ip/portstatic FluentHttpClient.HttpBuilderSpecifies the resource to be requested.static FluentHttpClient.HttpBuilderSpecifies the resource to be requested.static FluentHttpClient.HttpBuilderSpecifies the resource to be requested.FluentHttpClient.HttpBuilder.timeoutConnection(Integer timeoutConnection) FluentHttpClient.HttpBuilder.timeoutConnection(Long timeoutConnection) FluentHttpClient.HttpBuilder.timeoutConnection(String timeoutConnection) FluentHttpClient.HttpBuilder.timeoutRead(Integer timeoutRead) FluentHttpClient.HttpBuilder.timeoutRead(Long timeoutRead) FluentHttpClient.HttpBuilder.timeoutRead(String timeoutRead) FluentHttpClient.HttpBuilder.timeoutThread()FluentHttpClient.HttpBuilder.unfollowRedirects()