@Converter public final class DnsConverter extends Object
Modifier and Type | Method and Description |
---|---|
static InetAddress |
toInetAddress(String domain) |
static List<String> |
toList(org.xbill.DNS.Record[] records) |
static String |
toString(org.xbill.DNS.Address address) |
static String |
toString(InetAddress address) |
static String |
toString(org.xbill.DNS.Message message) |
static String |
toString(org.xbill.DNS.Record record) |
@Converter public static String toString(org.xbill.DNS.Record record)
@Converter public static String toString(org.xbill.DNS.Message message)
@Converter public static String toString(org.xbill.DNS.Address address)
@Converter public static String toString(InetAddress address)
@Converter public static InetAddress toInetAddress(String domain) throws UnknownHostException
UnknownHostException
Apache Camel