final class ForwardProxy extends AnyRef

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

Value Members

  1. val credentials: Option[ForwardProxyCredentials]
  2. def equals(other: Any): Boolean
    Definition Classes
    ForwardProxy → AnyRef → Any
  3. def getCredentials: Optional[ForwardProxyCredentials]

    Java API

  4. def getHost: String

    Java API

  5. def getPort: Int

    Java API

  6. def getScheme: String

    Java API

  7. def hashCode(): Int
    Definition Classes
    ForwardProxy → AnyRef → Any
  8. val host: String
  9. val port: Int
  10. val scheme: String
  11. def toString(): String
    Definition Classes
    ForwardProxy → AnyRef → Any
  12. def withCredentials(credentials: ForwardProxyCredentials): ForwardProxy
  13. def withHost(host: String): ForwardProxy
  14. def withPort(port: Int): ForwardProxy
  15. def withScheme(value: String): ForwardProxy