Uses of Class
de.galan.commons.net.flux.HttpOptions
Packages that use HttpOptions
-
Uses of HttpOptions in de.galan.commons.net.flux
Methods in de.galan.commons.net.flux with parameters of type HttpOptionsModifier and TypeMethodDescriptionprotected AuthenticatorCommonHttpClient.createAuthenticator(HttpOptions options) protected ResponseCommonHttpClient.request(Method method, Map<String, String> extraHeader, byte[] body, URL url, HttpOptions options) CommonHttpClient.request(String resource, Method method, Map<String, String> extraHeader, Map<String, List<String>> parameters, byte[] body, HttpOptions options) HttpClient.request(String resource, Method method, Map<String, String> extraHeader, Map<String, List<String>> parameters, byte[] body, HttpOptions options) MockCommonHttpClient.request(String resource, Method method, Map<String, String> extraHeader, Map<String, List<String>> parameters, byte[] body, HttpOptions options) protected voidCommonHttpClient.startTimeoutThread(HttpURLConnection connection, HttpOptions options)