Class DHTTrackerPlugin.putDetails

java.lang.Object
com.biglybt.plugin.tracker.dht.DHTTrackerPlugin.putDetails
Enclosing class:
DHTTrackerPlugin

protected static class DHTTrackerPlugin.putDetails extends Object
  • Field Details

    • encoded

      private String encoded
    • ip_override

      private String ip_override
    • tcp_port

      private int tcp_port
    • udp_port

      private int udp_port
    • i2p

      private boolean i2p
  • Constructor Details

    • putDetails

      private putDetails(String _encoded, String _ip, int _tcp_port, int _udp_port, boolean _i2p)
  • Method Details

    • getEncoded

      protected String getEncoded()
    • getIPOverride

      protected String getIPOverride()
    • getTCPPort

      protected int getTCPPort()
    • getUDPPort

      protected int getUDPPort()
    • hasI2P

      private boolean hasI2P()
    • sameAs

      protected boolean sameAs(DHTTrackerPlugin.putDetails other)