921922923924925926927928929930931
while (it.hasNext()) { try { ProtocolHandler protocolHandler = (ProtocolHandler) it.next(); protocolHandler.destroy(); } catch(Exception e) { log.error("Stop error", e); }
969970971972973974975976977978979
10341035103610371038103910401041104210431044
943944945946947948949950951952953
10241025102610271028102910301031103210331034
10301031103210331034103510361037103810391040
968969970971972973974975976977978