Class ProxyOptions

java.lang.Object
io.ably.lib.types.ProxyOptions

public class ProxyOptions extends Object
  • Field Details

    • host

      public String host
    • port

      public int port
    • username

      public String username
    • password

      public String password
    • nonProxyHosts

      public String[] nonProxyHosts
    • prefAuthType

      public HttpAuth.Type prefAuthType
  • Constructor Details

    • ProxyOptions

      public ProxyOptions()