Package com.iizix.comm
Interface GManagementConstants
- All Known Implementing Classes:
- NonUIClient,- SessionTransMgr
public interface GManagementConstants
Management transaction constants.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- static final intManagement transaction sub-code for reconnection.- static final intManagement transaction sub-code to dispose when connection is closed, regardless of close code.- static final intManagement transaction sub-code for next serial.- static final intManagement transaction sub-code for Ping(/Pong).- static final intManagement transaction sub-code for (Ping/)Pong.- static final intThe password management transaction sub-code: when received from the client, it's the encrypted password transaction.- static final intManagement transaction sub-code for reconnection.- static final intManagement transaction sub-code to re-send a transaction.
- Field Details- MT_CONNECTIONstatic final int MT_CONNECTIONManagement transaction sub-code for reconnection.- See Also:
 
- MT_RECONNECTIONstatic final int MT_RECONNECTIONManagement transaction sub-code for reconnection.- See Also:
 
- MT_RESEND_TRANSstatic final int MT_RESEND_TRANSManagement transaction sub-code to re-send a transaction.- See Also:
 
- MT_DISPOSE_WHEN_CLOSEDstatic 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_PWstatic final int MT_PWThe password management transaction sub-code: when received from the client, it's the encrypted password transaction.- See Also:
 
- MT_PINGstatic final int MT_PINGManagement transaction sub-code for Ping(/Pong).- See Also:
 
- MT_PONGstatic final int MT_PONGManagement transaction sub-code for (Ping/)Pong.- See Also:
 
- MT_NEXT_SERIALstatic final int MT_NEXT_SERIALManagement transaction sub-code for next serial.- See Also: