type property

String type
final

The service type.

Syntax :

_ServiceType._TransportProtocolName.

Note especially :

  • Each part must start with an underscore, '_'.
  • The second part only allows '_tcp' or '_udp'.

Commons examples are :

_scanner._tcp
_http._tcp
_webdave._tcp
_tftp._udp

Source : Understanding Zeroconf Service Types.

Implementation

final String type;