Interface GManagementConstants

All Known Implementing Classes:
NonUIClient, SessionTransMgr

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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Management transaction sub-code for reconnection.
    static final int
    Management transaction sub-code to dispose when connection is closed, regardless of close code.
    static final int
    Management transaction sub-code for next serial.
    static final int
    Management transaction sub-code for Ping(/Pong).
    static final int
    Management transaction sub-code for (Ping/)Pong.
    static final int
    The password management transaction sub-code: when received from the client, it's the encrypted password transaction.
    static final int
    Management transaction sub-code for reconnection.
    static final int
    Management transaction sub-code to re-send a transaction.
  • Field Details

    • MT_CONNECTION

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

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

      static final int MT_RESEND_TRANS
      Management transaction sub-code to re-send a transaction.
      See Also:
    • 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:
    • 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:
    • MT_PING

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

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

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