Package com.mendix.externalinterface.connector
package com.mendix.externalinterface.connector
-
ClassDescriptionInterface for a request handler that can be used to process requests in a user defined way.Implementation of
IRequestHandler
that provides some access to the Mendix Runtime.An instance ofWebSocketEndpointConfiguration
can be passed toCore.addWebSocketEndpoint(String, Endpoint, WebSocketEndpointConfiguration)
to configure the subprotocols or modify the handshake.