Class MdParameter

java.lang.Object
com.trdp.config.MdParameter

public class MdParameter extends Object
Per-telegram Message Data parameters (<md-parameter> element).

Specifies confirm/reply timeouts, marshalling, callback, and transport protocol for an MD telegram.

Defaults: confirm-timeout=0, reply-timeout=0, marshall=off, callback=off, protocol=UDP.

  • Constructor Details

  • Method Details

    • getConfirmTimeout

      public long getConfirmTimeout()
    • getReplyTimeout

      public long getReplyTimeout()
    • isMarshall

      public boolean isMarshall()
    • getCallback

      public String getCallback()
    • getProtocol

      public String getProtocol()
    • toString

      public String toString()
      Overrides:
      toString in class Object