Package io.quarkus.proxy
Interface ProxyConfiguration
- All Known Implementing Classes:
ProxyConfigurationImpl
public interface ProxyConfiguration
-
Method Details
-
host
String host()Proxy host -
port
int port()Proxy port -
username
Proxy username -
password
Proxy password -
nonProxyHosts
Hostnames or IP addresses to exclude from proxying. -
proxyConnectTimeout
Proxy connection timeout. -
type
ProxyType type()Proxy type. -
assertHttpType
- Returns:
- this
ProxyConfigurationiftype()returnsProxyType.HTTP; otherwise throwsIllegalStateException - Throws:
IllegalStateException- iftype()does not returnProxyType.HTTP
-