Interface ProxyOptionsProvider.ProxyOptions
- All Known Subinterfaces:
ProxyOptionsProvider.AmqpProxyOptions
,ProxyOptionsProvider.HttpProxyOptions
- All Known Implementing Classes:
AmqpProxyProperties
,HttpProxyProperties
,ProxyProperties
- Enclosing interface:
ProxyOptionsProvider
public static interface ProxyOptionsProvider.ProxyOptions
Interface to be implemented by classes that wish to describe the proxy.
-
Method Details
-
getType
String getType()Get the proxy type.- Returns:
- the proxy type.
-
getHostname
String getHostname()Get the proxy hostname.- Returns:
- the proxy hostname.
-
getPort
Integer getPort()Get the proxy port.- Returns:
- the proxy port.
-
getUsername
String getUsername()Get the proxy username.- Returns:
- the proxy username.
-
getPassword
String getPassword()Get the proxy password.- Returns:
- the proxy password.
-