class
Bound extends Name with Proxy
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
addr: Var[Addr]
-
final
def
asInstanceOf[T0]: T0
-
def
canEqual(that: Any): Boolean
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
id: Any
-
def
idStr: String
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
self: Any
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
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 theirid
s are.id
identifies theaddr
and not thepath
. If theid
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.