final class ForwardProxyCredentials extends AnyRef

Source
settings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForwardProxyCredentials
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    ForwardProxyCredentials → AnyRef → Any
  2. def getPassword: String

    Java API

  3. def getUsername: String

    Java API

  4. def hashCode(): Int
    Definition Classes
    ForwardProxyCredentials → AnyRef → Any
  5. val password: String
  6. def toString(): String
    Definition Classes
    ForwardProxyCredentials → AnyRef → Any
  7. val username: String
  8. def withPassword(password: String): ForwardProxyCredentials
  9. def withUsername(username: String): ForwardProxyCredentials