Uses of Class
com.biglybt.core.util.TorrentUtils.DNSTXTEntry
-
Packages that use TorrentUtils.DNSTXTEntry Package Description com.biglybt.core.util -
-
Uses of TorrentUtils.DNSTXTEntry in com.biglybt.core.util
Fields in com.biglybt.core.util with type parameters of type TorrentUtils.DNSTXTEntry Modifier and Type Field Description private static java.util.Map<java.lang.String,TorrentUtils.DNSTXTEntry>
TorrentUtils. dns_mapping
Methods in com.biglybt.core.util that return TorrentUtils.DNSTXTEntry Modifier and Type Method Description private static TorrentUtils.DNSTXTEntry
TorrentUtils. getDNSTXTEntry(java.lang.String host, boolean force_update, java.util.List<java.lang.String> already_got_records)
static TorrentUtils.DNSTXTEntry
TorrentUtils. getDNSTXTEntry(java.net.URL url)
Methods in com.biglybt.core.util with parameters of type TorrentUtils.DNSTXTEntry Modifier and Type Method Description private boolean
TorrentUtils.DNSTXTEntry. sameAs(TorrentUtils.DNSTXTEntry other)
-