Are com.mendix.m2ee.api.IMxRuntimeRequest and IMxRuntimeResponse officially supported?

2
I’ve recently used com.mendix.m2ee.api.IMxRuntimeRequest and com.mendix.m2ee.api.IMxRuntimeResponse in a few java Actions to get some details about the http request and tweak the http response. I get these from the documented getRuntimeRequest() method, but there doesn’t seem to be any documention on the two Interfaces themselves. VS Code is letting me find methods inside and get the data I need, but should I really be doing this? Are these supported interfaces, and if they are, where can i find the documentation?
asked
0 answers