Class ProxyConfigurationRegistryImpl

java.lang.Object
io.quarkus.proxy.runtime.ProxyConfigurationRegistryImpl
All Implemented Interfaces:
ProxyConfigurationRegistry

public class ProxyConfigurationRegistryImpl extends Object implements ProxyConfigurationRegistry
  • Constructor Details

  • Method Details

    • get

      Description copied from interface: ProxyConfigurationRegistry
      If the given name is not empty, returns the named proxy configuration if it exists and throws an exception if it doesn't exist. If the given name is the special value none, returns a special result where the host and port are none:0, type is HTTP and other methods return an empty result.

      If the given name is empty, returns the default proxy configuration if it exists and returns an empty result if it doesn't exist.

      Specified by:
      get in interface ProxyConfigurationRegistry
      Parameters:
      name - the name
      Returns:
      the configuration, may be empty