Package io.sentry

Class SentryOptions.Proxy

java.lang.Object
io.sentry.SentryOptions.Proxy
Enclosing class:
SentryOptions

public static final class SentryOptions.Proxy extends Object
  • Constructor Details

    • Proxy

      public Proxy()
    • Proxy

      public Proxy(@Nullable @Nullable String host, @Nullable @Nullable String port)
    • Proxy

      public Proxy(@Nullable @Nullable String host, @Nullable @Nullable String port, @Nullable Proxy.Type type)
    • Proxy

      public Proxy(@Nullable @Nullable String host, @Nullable @Nullable String port, @Nullable @Nullable String user, @Nullable @Nullable String pass)
    • Proxy

      public Proxy(@Nullable @Nullable String host, @Nullable @Nullable String port, @Nullable Proxy.Type type, @Nullable @Nullable String user, @Nullable @Nullable String pass)
  • Method Details

    • getHost

      @Nullable public @Nullable String getHost()
    • setHost

      public void setHost(@Nullable @Nullable String host)
    • getPort

      @Nullable public @Nullable String getPort()
    • setPort

      public void setPort(@Nullable @Nullable String port)
    • getUser

      @Nullable public @Nullable String getUser()
    • setUser

      public void setUser(@Nullable @Nullable String user)
    • getPass

      @Nullable public @Nullable String getPass()
    • setPass

      public void setPass(@Nullable @Nullable String pass)
    • getType

      @Nullable public Proxy.Type getType()
    • setType

      public void setType(@Nullable Proxy.Type type)