DNSState.java | 37 ANNOUNCED("announced", StateClass.announced), 64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass 85 * In general, this advances one step in the following sequence: PROBING_1, PROBING_2, PROBING_3, ANNOUNCING_1, ANNOUNCING_2, ANNOUNCED.<br/> 86 * or CANCELING_1, CANCELING_2, CANCELING_3, CANCELED Does not advance for ANNOUNCED and CANCELED state. 101 return ANNOUNCED; 102 case ANNOUNCED: 103 return ANNOUNCED; 134 case ANNOUNCED [all...] |