Package com.mendix.http
Class HttpConfiguration
java.lang.Object
com.mendix.http.HttpConfiguration
Provides singleton access to the IHttpConfiguration.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic IHttpConfigurationReturns the current IHttpConfiguration.voidsetHttpConfiguration(IHttpConfiguration configuration) Sets the current IHttpConfiguration.
- 
Constructor Details- 
HttpConfigurationpublic HttpConfiguration()
 
- 
- 
Method Details- 
getInstanceReturns the current IHttpConfiguration.
- 
setHttpConfigurationSets the current IHttpConfiguration.- Parameters:
- configuration- the configuration to set
 
 
-