Package com.mendix.http
Class HttpConfiguration
- java.lang.Object
-
- com.mendix.http.HttpConfiguration
-
public class HttpConfiguration extends java.lang.Object
Provides singleton access to the IHttpConfiguration.
-
-
Constructor Summary
Constructors Constructor Description HttpConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IHttpConfiguration
getInstance()
Returns the current IHttpConfiguration.void
setHttpConfiguration(IHttpConfiguration configuration)
Sets the current IHttpConfiguration.
-
-
-
Method Detail
-
getInstance
public static IHttpConfiguration getInstance()
Returns the current IHttpConfiguration.
-
setHttpConfiguration
public void setHttpConfiguration(IHttpConfiguration configuration)
Sets the current IHttpConfiguration.- Parameters:
configuration
- the configuration to set
-
-