Interface DHTNetworkPosition

    • Method Detail

      • getPositionType

        byte getPositionType()
      • getSerialisedSize

        int getSerialisedSize()
        number of bytes on wire
        Returns:
      • estimateRTT

        float estimateRTT​(DHTNetworkPosition other)
        Parameters:
        other -
        Returns:
        Float.NaN if no value available
      • isValid

        boolean isValid()
      • getLocation

        double[] getLocation()
      • serialise

        void serialise​(java.io.DataOutputStream os)
                throws java.io.IOException
        Throws:
        java.io.IOException