Class TorrentUtils.DNSTXTPortInfo

java.lang.Object
com.biglybt.core.util.TorrentUtils.DNSTXTPortInfo
Enclosing class:
TorrentUtils

private static class TorrentUtils.DNSTXTPortInfo extends Object
  • Field Details

    • is_tcp

      private final boolean is_tcp
    • port

      private final int port
  • Constructor Details

    • DNSTXTPortInfo

      private DNSTXTPortInfo(boolean _is_tcp, int _port)
  • Method Details

    • sameAs

      private boolean sameAs(TorrentUtils.DNSTXTPortInfo other)
    • isTCP

      private boolean isTCP()
    • getPort

      private int getPort()
    • getString

      private String getString()