final class Proxy extends AnyRef

Source
settings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Proxy
  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
    Proxy → AnyRef → Any
  2. def getHost: String

    Java API

  3. def getPort: Int

    Java API

  4. def getScheme: String

    Java API

  5. def hashCode(): Int
    Definition Classes
    Proxy → AnyRef → Any
  6. val host: String
  7. val port: Int
  8. val scheme: String
  9. def toString(): String
    Definition Classes
    Proxy → AnyRef → Any
  10. def withHost(value: String): Proxy
  11. def withPort(value: Int): Proxy
  12. def withScheme(value: String): Proxy