Interface OutboundMessageFragments.ActiveThrottle

All Known Implementing Classes:
DummyThrottle, TimedWeightedPriorityMessageQueue
Enclosing class:
OutboundMessageFragments

public static interface OutboundMessageFragments.ActiveThrottle
throttle
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    choke(Hash peer)
     
    boolean
    isChoked(Hash peer)
     
    void
    unchoke(Hash peer)
     
  • Method Details

    • choke

      void choke(Hash peer)
    • unchoke

      void unchoke(Hash peer)
    • isChoked

      boolean isChoked(Hash peer)