Object/Trait

com.twitter.finagle

Name

Related Docs: trait Name | package finagle

Permalink

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

    Permalink

    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 Product with Serializable

    Permalink

    Path names comprise a Path denoting a network location.

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. object Bound

    Permalink
  5. def apply(path: String): Name

    Permalink

    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. def apply(path: finagle.Path): Name

    Permalink

    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.

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def bound(addrs: Address*): Bound

    Permalink

    Create a pre-bound address.

    Create a pre-bound address.

    See also

    Names.bound for Java compatibility.

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val empty: Bound

    Permalink

    An always-empty name.

    An always-empty name.

    See also

    Names.empty for Java compatibility.

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromGroup(g: Group[SocketAddress]): Bound

    Permalink

    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.

  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. implicit val showable: Showable[Name]

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → 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 AnyRef

Inherited from Any

Ungrouped