final class ForwardProxy extends AnyRef
- Source
- settings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ForwardProxy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val credentials: Option[ForwardProxyCredentials]
- def equals(other: Any): Boolean
- Definition Classes
- ForwardProxy → AnyRef → Any
- def getCredentials: Optional[ForwardProxyCredentials]
Java API
- def getHost: String
Java API
- def getPort: Int
Java API
- def getScheme: String
Java API
- def hashCode(): Int
- Definition Classes
- ForwardProxy → AnyRef → Any
- val host: String
- val port: Int
- val scheme: String
- def toString(): String
- Definition Classes
- ForwardProxy → AnyRef → Any
- def withCredentials(credentials: ForwardProxyCredentials): ForwardProxy
- def withHost(host: String): ForwardProxy
- def withPort(port: Int): ForwardProxy
- def withScheme(value: String): ForwardProxy