State chart of a single connection: +<--toAlive()----+ | | ######### ########## ########## # # # # # # # ALIVE # # POLLING # # DEAD # # # # # # # ######### ########## ########## | | | | | | | +--toPolling()-->+ +--toDead()-->+ | | | +-------------toDead()---------------------->+
Note that DispatchConnection can't recover from DEAD state you need to create a new instance if desired
@author xmlBlaster@marcelruff.info @author michele@laghi.eu
|
|