Uses of Class
lumis.portal.httpintegration.HTTPRequestConfig
-
Packages that use HTTPRequestConfig Package Description lumis.portal.httpintegration Provides access to the LumisXP HTTP integration framework. -
-
Uses of HTTPRequestConfig in lumis.portal.httpintegration
Methods in lumis.portal.httpintegration that return HTTPRequestConfig Modifier and Type Method Description HTTPRequestConfig
HTTPRequestConfig.Builder. build()
Builds the HTTP request configuration.Methods in lumis.portal.httpintegration with parameters of type HTTPRequestConfig Modifier and Type Method Description org.apache.hc.client5.http.fluent.Response
HTTPIntegrationManager. execute(org.apache.hc.client5.http.fluent.Request request, HTTPRequestConfig requestConfig)
org.apache.hc.client5.http.fluent.Response
IHTTPIntegrationManager. execute(org.apache.hc.client5.http.fluent.Request request, HTTPRequestConfig httpRequestConfig)
Performs the given request.
-