Interface GManagementConstants

  • All Known Implementing Classes:
    NonUIClient, SessionTransMgr

    public interface GManagementConstants
    Management transaction constants.
    Author:
    Christopher Mindus
    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      static intMT_CONNECTION
      Management transaction sub-code for reconnection.
      static intMT_DISPOSE_WHEN_CLOSED
      Management transaction sub-code to dispose when connection is closed, regardless of close code.
      static intMT_NEXT_SERIAL
      Management transaction sub-code for next serial.
      static intMT_PING
      Management transaction sub-code for Ping(/Pong).
      static intMT_PONG
      Management transaction sub-code for (Ping/)Pong.
      static intMT_PW
      The password management transaction sub-code: when received from the client, it's the encrypted password transaction.
      static intMT_RECONNECTION
      Management transaction sub-code for reconnection.
      static intMT_RESEND_TRANS
      Management transaction sub-code to re-send a transaction.
    • Field Detail

      • MT_CONNECTION

        static final int MT_CONNECTION
        Management transaction sub-code for reconnection.
        See Also:
        Constant Field Values
      • MT_RECONNECTION

        static final int MT_RECONNECTION
        Management transaction sub-code for reconnection.
        See Also:
        Constant Field Values
      • MT_RESEND_TRANS

        static final int MT_RESEND_TRANS
        Management transaction sub-code to re-send a transaction.
        See Also:
        Constant Field Values
      • MT_DISPOSE_WHEN_CLOSED

        static final int MT_DISPOSE_WHEN_CLOSED
        Management transaction sub-code to dispose when connection is closed, regardless of close code. This transaction is sent e.g. in Chrome just before the "onbeforeunload" event shows a message box. When Chrome then exits, 1006=Abort is sent, whereas IE does it correctly with 1001=Go away.
        See Also:
        Constant Field Values
      • MT_PW

        static final int MT_PW
        The password management transaction sub-code: when received from the client, it's the encrypted password transaction.
        See Also:
        Constant Field Values
      • MT_PING

        static final int MT_PING
        Management transaction sub-code for Ping(/Pong).
        See Also:
        Constant Field Values
      • MT_PONG

        static final int MT_PONG
        Management transaction sub-code for (Ping/)Pong.
        See Also:
        Constant Field Values
      • MT_NEXT_SERIAL

        static final int MT_NEXT_SERIAL
        Management transaction sub-code for next serial.
        See Also:
        Constant Field Values