@FunctionalInterface
public interface NetworkSearch
Modifier and Type | Method and Description |
---|---|
Pair<java.lang.Boolean,java.util.Collection<NetworkID>> |
apply(DHTAddress searchFor,
java.net.InetSocketAddress inetSocketAddress) |
Pair<java.lang.Boolean,java.util.Collection<NetworkID>> apply(DHTAddress searchFor, java.net.InetSocketAddress inetSocketAddress) throws java.lang.Exception
java.lang.Exception