Package com.mendix.http
Class HttpConfiguration
java.lang.Object
com.mendix.http.HttpConfiguration
Provides singleton access to the
IHttpConfiguration.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IHttpConfigurationReturns the currentIHttpConfiguration.voidsetHttpConfiguration(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
-