Class ConnectionOriented

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

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

    • connectionOriented

      private boolean connectionOriented
  • Constructor Details

    • ConnectionOriented

      ConnectionOriented(boolean connectionOriented, boolean isReq)
  • Method Details