attributes property

Map<String, String> attributes
final

The service attributes. Will be stored in a TXT record.

According to RFC 6763 :

  • The characters of a key MUST be printable US-ASCII values (0x20-0x7E) excluding '=' (0x3D).
  • The key SHOULD be no more than nine characters long.
  • The key MUST be at least one character.
  • Each constituent string of a DNS TXT record is limited to 255 bytes.

Implementation

final Map<String, String> attributes;