Package com.iizix.comm
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 int
MT_CONNECTION
Management transaction sub-code for reconnection.static int
MT_DISPOSE_WHEN_CLOSED
Management transaction sub-code to dispose when connection is closed, regardless of close code.static int
MT_NEXT_SERIAL
Management transaction sub-code for next serial.static int
MT_PING
Management transaction sub-code for Ping(/Pong).static int
MT_PONG
Management transaction sub-code for (Ping/)Pong.static int
MT_PW
The password management transaction sub-code: when received from the client, it's the encrypted password transaction.static int
MT_RECONNECTION
Management transaction sub-code for reconnection.static int
MT_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