Uses of Class
de.galan.commons.net.flux.HttpOptions
-
Packages that use HttpOptions Package Description de.galan.commons.net.flux -
-
Uses of HttpOptions in de.galan.commons.net.flux
Methods in de.galan.commons.net.flux with parameters of type HttpOptions Modifier and Type Method Description protected AuthenticatorCommonHttpClient. createAuthenticator(HttpOptions options)protected ResponseCommonHttpClient. request(Method method, Map<String,String> extraHeader, byte[] body, URL url, HttpOptions options)ResponseCommonHttpClient. request(String resource, Method method, Map<String,String> extraHeader, Map<String,List<String>> parameters, byte[] body, HttpOptions options)ResponseHttpClient. request(String resource, Method method, Map<String,String> extraHeader, Map<String,List<String>> parameters, byte[] body, HttpOptions options)ResponseMockCommonHttpClient. 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)
-