Package io.github.centrifugal.centrifuge
Interface Dns
-
public interface Dns
Represents DNS client used to resolve addresses of a host.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.net.InetAddress>
resolve(java.lang.String host)
-