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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. final def hashCode(): Int

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

    Permalink
  14. def idStr: String

    Permalink
  15. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. val path: finagle.Path

    Permalink
  20. def self: Any

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

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

    Permalink
    Definition Classes
    Proxy → Any
  23. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ForClass

Inherited from CachedHashCode

Inherited from Proxy

Inherited from Name

Inherited from AnyRef

Inherited from Any

Ungrouped