Package io.vertx.core.dns
Interface MxRecord
-
public interface MxRecord
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.- Author:
- Norman Maurer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
The name of the MX recordint
priority()
The priority of the MX record.long
ttl()
The record time to live
-
-
-
Method Detail
-
ttl
long ttl()
The record time to live
-
priority
int priority()
The priority of the MX record.
-
name
String name()
The name of the MX record
-
-