Class Reliable

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

public class Reliable extends Spec implements Req
Used internally within the JCSP network infrastructure to represent a reliable protocol.
  • Field Details

    • reliable

      private boolean reliable
  • Constructor Details

    • Reliable

      Reliable(boolean reliable, boolean isReq)
  • Method Details