Interface ProxyRegistrationInfo

All Known Implementing Classes:
ProxyRegistrationInfoImpl

public interface ProxyRegistrationInfo
  • Method Details

    • getProxyHost

      @NotNull @NotNull String getProxyHost()
    • getProxyPort

      int getProxyPort()
    • getConnectionData

      @NotNull @NotNull ProxyConnectionData getConnectionData()
    • getProxyUserName

      @NotNull @NotNull String getProxyUserName()