Instance

fr.davit.scout.Zeroconf$.Instance
final case class Instance(service: Service, name: String, port: Int, target: String, information: Map[String, String], addresses: Seq[InetAddress])

Instance of a service

Attributes

addresses

Instance ip addresses. When left empty, local address will be used

information

Instance information

name

Instance name of the service, intended to be human readable

port

Instance port for the service

service

Service definition

target

Instance host name

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product