Package com.biglybt.core.util
Class TorrentUtils.DNSTXTPortInfo
- java.lang.Object
-
- com.biglybt.core.util.TorrentUtils.DNSTXTPortInfo
-
- Enclosing class:
- TorrentUtils
private static class TorrentUtils.DNSTXTPortInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DNSTXTPortInfo(boolean _is_tcp, int _port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int
getPort()
private java.lang.String
getString()
private boolean
isTCP()
private boolean
sameAs(TorrentUtils.DNSTXTPortInfo other)
-
-
-
Method Detail
-
sameAs
private boolean sameAs(TorrentUtils.DNSTXTPortInfo other)
-
isTCP
private boolean isTCP()
-
getPort
private int getPort()
-
getString
private java.lang.String getString()
-
-