Packages

object Name

See Names for Java compatibility APIs.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Name
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Bound extends Name with Proxy with ForClass

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

    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.

  2. case class Path(path: finagle.Path) extends Name with ForCaseClass with Product with Serializable

    Path names comprise a Path denoting a network location.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(path: String): Name

    Create a path-based Name which is interpreted vis-à-vis the current request-local delegation table.

    Create a path-based Name which is interpreted vis-à-vis the current request-local delegation table.

    See also

    Names.fromPath for Java compatibility.

  5. def apply(path: finagle.Path): Name

    Create a path-based Name which is interpreted vis-à-vis the current request-local delegation table.

    Create a path-based Name which is interpreted vis-à-vis the current request-local delegation table.

    See also

    Names.fromPath for Java compatibility.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bound(addrs: Address*): Bound

    Create a pre-bound address.

    Create a pre-bound address.

    See also

    Names.bound for Java compatibility.

  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val empty: Bound

    An always-empty name.

    An always-empty name.

    See also

    Names.empty for Java compatibility.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def fromGroup(g: Group[SocketAddress]): Bound

    Create a name from a group.

    Create a name from a group.

    Note

    Full Addr semantics cannot be recovered from Group. We take a conservative approach here: we will only provide bound and failed addresses. Empty sets could indicate either pending or negative resolutions. A failed address is only returned if the Group contains a SocketAddress that is not an InetSocketAddress.

  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. implicit val showable: Showable[Name]
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. object Bound

Inherited from AnyRef

Inherited from Any

Ungrouped