Uses of Enum Class
io.quarkus.proxy.ProxyType
Packages that use ProxyType
-
Uses of ProxyType in io.quarkus.proxy
Methods in io.quarkus.proxy that return ProxyType -
Uses of ProxyType in io.quarkus.proxy.runtime
Methods in io.quarkus.proxy.runtime that return ProxyTypeModifier and TypeMethodDescriptionProxyConfigurationImpl.type()Returns the value of thetyperecord component.Constructors in io.quarkus.proxy.runtime with parameters of type ProxyTypeModifierConstructorDescription(package private)ProxyConfigurationImpl(String host, int port, Optional<String> username, Optional<String> password, Optional<List<String>> nonProxyHosts, Optional<Duration> proxyConnectTimeout, ProxyType type) Creates an instance of aProxyConfigurationImplrecord class. -
Uses of ProxyType in io.quarkus.proxy.runtime.config
Methods in io.quarkus.proxy.runtime.config that return ProxyType