EndpointAddress

final case class EndpointAddress(ip: String, hostname: Option[String], nodeName: Option[String], targetRef: Option[ObjectReference])

EndpointAddress is a tuple that describes single IP address.

Companion:
object
Source:
EndpointAddress.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if hostname has a value, transforms to the result of function

if hostname has a value, transforms to the result of function

Source:
EndpointAddress.scala

transforms ip to result of function

transforms ip to result of function

Source:
EndpointAddress.scala

if nodeName has a value, transforms to the result of function

if nodeName has a value, transforms to the result of function

Source:
EndpointAddress.scala

if targetRef has a value, transforms to the result of function

if targetRef has a value, transforms to the result of function

Source:
EndpointAddress.scala

Returns a new data with hostname set to new value

Returns a new data with hostname set to new value

Source:
EndpointAddress.scala

Returns a new data with ip set to new value

Returns a new data with ip set to new value

Source:
EndpointAddress.scala

Returns a new data with nodeName set to new value

Returns a new data with nodeName set to new value

Source:
EndpointAddress.scala

Returns a new data with targetRef set to new value

Returns a new data with targetRef set to new value

Source:
EndpointAddress.scala

Inherited methods

Inherited from:
Product