Service

fr.davit.scout.Zeroconf$.Service
final case class Service(application: String, transport: String, domain: String)

Service to be discovered by DNS-SD

Attributes

application

Application type (eg tftp, printer)

domain

Domain where the service can be found. Defaults to 'local'

transport

Transport type (eq tcp, udp)

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