Class/Object

com.twitter.finagle.Name

Bound

Related Docs: object Bound | package Name

Permalink

class Bound extends Name with Proxy with ForClass

Bound names comprise a changeable Addr which carries a host list of internet addresses.

Equality of two Names is delegated to id. Two Bound instances are equal whenever their ids are. id identifies the addr and not the path. If the id is a Name.Path, it should only contain *bound*--not residual--path components.

The path contains unbound residual path components that were not processed during name resolution.

Linear Supertypes
ForClass, CachedHashCode, Proxy, Name, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bound
  2. ForClass
  3. CachedHashCode
  4. Proxy
  5. Name
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val addr: Var[Addr]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def canEqual(that: Any): Boolean

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def computeHashCode: Int

    Permalink

    How hashCode is computed.

    How hashCode is computed.

    Attributes
    protected
    Definition Classes
    Bound → ForClass → CachedHashCode
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Proxy → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def hashCode(): Int

    Permalink
    Definition Classes
    CachedHashCode → AnyRef → Any
  14. val id: Any

    Permalink
  15. def idStr: String

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val path: finagle.Path

    Permalink
  21. def self: Any

    Permalink
    Definition Classes
    Bound → Proxy
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    Proxy → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ForClass

Inherited from CachedHashCode

Inherited from Proxy

Inherited from Name

Inherited from AnyRef

Inherited from Any

Ungrouped