package org.apache.http.conn.scheme; import java.io.IOException; import java.net.InetAddress; /* loaded from: classes5.dex */ public interface HostNameResolver { InetAddress resolve(String str) throws IOException; }