Interface MllpConstants


public interface MllpConstants
Some constants for MLLP
Author:
Christian Ohr
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    System property: If a value is set for this property, the value is interpreted as a character set, and this characterset is used.
    static final char
     
    static final char
     
    static final char
     
  • Field Details

    • START_BYTE

      static final char START_BYTE
      See Also:
    • END_BYTE1

      static final char END_BYTE1
      See Also:
    • END_BYTE2

      static final char END_BYTE2
      See Also:
    • CHARSET_KEY

      static final String CHARSET_KEY

      System property: If a value is set for this property, the value is interpreted as a character set, and this characterset is used. A possible example is "UTF-8" if you are receiving messages from a system that transmits in UTF-8.

      If the system property is set to a value of "default" (in other words, a string containing only the word default), then the platform default is used.

      If the system property is not set, US-ASCII encoding is used.

      See Also: