Package com.iizix.comm
Interface GManagementConstants
- All Known Implementing Classes:
NonUIClient
,SessionTransMgr
public interface GManagementConstants
Management transaction constants.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionstatic 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_CONNECTIONManagement transaction sub-code for reconnection.- See Also:
MT_RECONNECTION
static final int MT_RECONNECTIONManagement transaction sub-code for reconnection.- See Also:
MT_RESEND_TRANS
static final int MT_RESEND_TRANSManagement transaction sub-code to re-send a transaction.- See Also:
MT_DISPOSE_WHEN_CLOSED
static final int MT_DISPOSE_WHEN_CLOSEDManagement 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_PWThe password management transaction sub-code: when received from the client, it's the encrypted password transaction.- See Also:
MT_PING
static final int MT_PINGManagement transaction sub-code for Ping(/Pong).- See Also:
MT_PONG
static final int MT_PONGManagement transaction sub-code for (Ping/)Pong.- See Also:
MT_NEXT_SERIAL
static final int MT_NEXT_SERIALManagement transaction sub-code for next serial.- See Also: