final class ForwardProxyCredentials extends AnyRef
- Source
- settings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ForwardProxyCredentials
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def equals(other: Any): Boolean
- Definition Classes
- ForwardProxyCredentials → AnyRef → Any
- def getPassword: String
Java API
- def getUsername: String
Java API
- def hashCode(): Int
- Definition Classes
- ForwardProxyCredentials → AnyRef → Any
- val password: String
- def toString(): String
- Definition Classes
- ForwardProxyCredentials → AnyRef → Any
- val username: String
- def withPassword(password: String): ForwardProxyCredentials
- def withUsername(username: String): ForwardProxyCredentials