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 Link icon

    • getType Link icon

      String getType()
      Get the proxy type.
      Returns:
      the proxy type.
    • getHostname Link icon

      String getHostname()
      Get the proxy hostname.
      Returns:
      the proxy hostname.
    • getPort Link icon

      Integer getPort()
      Get the proxy port.
      Returns:
      the proxy port.
    • getUsername Link icon

      String getUsername()
      Get the proxy username.
      Returns:
      the proxy username.
    • getPassword Link icon

      String getPassword()
      Get the proxy password.
      Returns:
      the proxy password.