Uses of Class
de.xima.fc.http.HttpRequestBuilder
Packages that use HttpRequestBuilder
-
Uses of HttpRequestBuilder in de.xima.fc.http
Subclasses of HttpRequestBuilder in de.xima.fc.httpMethods in de.xima.fc.http that return HttpRequestBuilderModifier and TypeMethodDescriptionHttpRequestBuilder.addBinayData(String elementName, byte[] data, String filename, String mimeType) Deprecated.HttpRequestBuilder.addBinayData(String elementName, byte[] data, String filename, String mimeType, Charset charset) Deprecated.Adds a header field to the HTTP request.HttpRequestBuilder.addParameter(String name, String value) Deprecated.HttpRequestBuilder.addParameter(String name, String value, org.apache.http.entity.ContentType contentType) Deprecated.CustomBodyDataBuilder.build()FileBodyBuilder.build()UrlDataBuilder.build()HttpRequestBuilder.setBasicAuthLogin(String login) Sets the login name for performing an HTTP basic authentication.HttpRequestBuilder.setBasicAuthPassword(String password) Sets the password for performing an HTTP basic authentication.HttpRequestBuilder.setBody(org.apache.http.HttpEntity body) Sets the body content of the HTTP request.HttpRequestBuilder.setInputCharset(Charset inputCharset) Sets the request character encoding.HttpRequestBuilder.setProxyServer(FcHttpRequestProps.ProxyProps proxyConfig) Sets the following proxy server configuration parameters if defined inside theFcHttpRequestProps.ProxyPropsobject: proxy server host proxy server port login for a proxy server authentication password for a proxy server authenticationHttpRequestBuilder.setProxyServerAuth(FcHttpRequestProps.ProxyAuthProps proxyAuth) Sets the login name and password of the proxy server, if one is used.HttpRequestBuilder.setProxyServerAuthLogin(String login) Sets the login name for the proxy server, if one is used.HttpRequestBuilder.setProxyServerAuthPassword(String password) Sets the password for the proxy server, if one is used.HttpRequestBuilder.setProxyServerHost(String host) Sets the proxy server host.HttpRequestBuilder.setProxyServerPort(int port) Sets the proxy server port.HttpRequestBuilder.supportsMessageBody(boolean supportsMessageBody) HttpRequestBuilder.withAllowInvalidCertificates(boolean allowInvalidCertificates) Sets whether to allow invalid certificates.HttpRequestBuilder.withConnectTimeout(Duration connectTimeout) Sets the connect timeout for the request.HttpRequestBuilder.withDisabledRedirectHandling(boolean disableRedirectHandling) Enables/Disables automatic redirect handling.HttpRequestBuilder.withReadTimeout(Duration readTimeout) Sets the read timeout for the request.Constructors in de.xima.fc.http with parameters of type HttpRequestBuilderModifierConstructorDescriptionCustomBodyDataBuilder(HttpRequestBuilder builder) FileBodyBuilder(HttpRequestBuilder builder) UrlDataBuilder(HttpRequestBuilder builder) -
Uses of HttpRequestBuilder in de.xima.fc.http.params
Methods in de.xima.fc.http.params that return HttpRequestBuilder
HttpRequestBuilder.