Class Defaults.Listener

  • Enclosing class:
    Defaults

    public static final class Defaults.Listener
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean DISABLE_TLS
      TLS is enabled on the connection
      static boolean ENABLE_DELTA_SYNC
      Delta sync is disabled for the listener
      static int PORT
      No port specified, the OS will assign one
      static boolean READ_ONLY
      The listener will allow database writes
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PORT

        public static final int PORT
        No port specified, the OS will assign one
        See Also:
        Constant Field Values
      • DISABLE_TLS

        public static final boolean DISABLE_TLS
        TLS is enabled on the connection
        See Also:
        Constant Field Values
      • READ_ONLY

        public static final boolean READ_ONLY
        The listener will allow database writes
        See Also:
        Constant Field Values
      • ENABLE_DELTA_SYNC

        public static final boolean ENABLE_DELTA_SYNC
        Delta sync is disabled for the listener
        See Also:
        Constant Field Values