Class MaxPing

java.lang.Object
org.jcsp.net.settings.Spec
org.jcsp.net.settings.MaxPing
All Implemented Interfaces:
Req, XMLConfigConstants

public class MaxPing extends Spec implements Req, XMLConfigConstants
Used internally within the JCSP network infrastructure to represent a maximum ping rate.
  • Field Details

    • maxPing

      private int maxPing
  • Constructor Details

    • MaxPing

      MaxPing(int maxPing)
  • Method Details