Package com.mendix.http
Class HttpConfiguration
java.lang.Object
com.mendix.http.HttpConfiguration
Provides singleton access to the
IHttpConfiguration
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IHttpConfiguration
Returns the currentIHttpConfiguration
.void
setHttpConfiguration
(IHttpConfiguration configuration) Sets the currentIHttpConfiguration
.
-
Constructor Details
-
HttpConfiguration
public HttpConfiguration()
-
-
Method Details
-
getInstance
Returns the currentIHttpConfiguration
.- Returns:
- the current configuration
-
setHttpConfiguration
Sets the currentIHttpConfiguration
.- Parameters:
configuration
- the configuration to set
-