Class ConfigurableProxyConnectorProvider

  • All Implemented Interfaces:
    ProxyConnectorProvider

    public class ConfigurableProxyConnectorProvider
    extends Object
    implements ProxyConnectorProvider
    Connector provider implementation that picks a connector based on configured connectorPort=".." and/or connectorAddress="..". Should multiple connectors match a RuntimeException is thrown. If no connectors match for the given engine, null is returned.
    Author:
    Radoslav Husar