Interface MxRecord
public interface MxRecord
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
- Author:
- Norman Maurer
-
Method Summary
-
Method Details
-
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
-