jDnsProxy/jDnsProxy/src/main/java/com/moparisthebest/dns/resolve/Services.java

8 lines
164 B
Java

package com.moparisthebest.dns.resolve;
import com.moparisthebest.dns.net.ParsedUrl;
public interface Services {
Resolver getResolver(ParsedUrl parsedUrl);
}