Interface BandwidthFile.RelayLine

All Superinterfaces:
Serializable
Enclosing interface:
BandwidthFile

public static interface BandwidthFile.RelayLine extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    Additional relay key-value pairs, excluding the key value pairs already parsed for relay identities and bandwidths.
    int
    bw()
    Bandwidth of this relay in kilobytes per second.
    Relays's master Ed25519 key, base64 encoded, without trailing "="s.
    Fingerprint for the relay's RSA identity key.
  • Method Details

    • nodeId

      Optional<String> nodeId()
      Fingerprint for the relay's RSA identity key.
      Since:
      2.6.0
    • masterKeyEd25519

      Optional<String> masterKeyEd25519()
      Relays's master Ed25519 key, base64 encoded, without trailing "="s.
      Since:
      2.6.0
    • bw

      int bw()
      Bandwidth of this relay in kilobytes per second.
      Since:
      2.6.0
    • additionalKeyValues

      Map<String,String> additionalKeyValues()
      Additional relay key-value pairs, excluding the key value pairs already parsed for relay identities and bandwidths.
      Since:
      2.6.0