Interface BrokerConfiguration

All Known Implementing Classes:
StandardBrokerConfiguration

public interface BrokerConfiguration
Broker Configuration for creating proxy socket connections
  • Method Details

    • getProxyType

      ProxyType getProxyType()
      Get Proxy Type
      Returns:
      Proxy Type
    • getProxySocketAddress

      InetSocketAddress getProxySocketAddress()
      Get Socket Address for Proxy Server
      Returns:
      Proxy Server Socket Address
    • getAuthenticationCredentials

      Optional<AuthenticationCredentials> getAuthenticationCredentials()
      Get credentials for authenticating to proxy server
      Returns:
      Authentication Credentials