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 current IHttpConfiguration.void
setHttpConfiguration
(IHttpConfiguration configuration) Sets the current IHttpConfiguration.
-
Constructor Details
-
HttpConfiguration
public HttpConfiguration()
-
-
Method Details
-
getInstance
Returns the current IHttpConfiguration. -
setHttpConfiguration
Sets the current IHttpConfiguration.- Parameters:
configuration
- the configuration to set
-