* @param protocols comma separated list of allowed protocols
*/
public void setAllowedProtocols(String protocols) {try { __CLOVER_458_0.M[2567]++;
__CLOVER_458_0.S[10327]++;StringSplitter spliter = new StringSplitter(',');
//String[] aProtocols = protocols.split(","); //$NON-NLS-1$
__CLOVER_458_0.S[10328]++;String[] aProtocols = spliter.splitToArray(protocols); //$NON-NLS-1$
__CLOVER_458_0.S[10329]++;_allowedProtocols = new Vector();
__CLOVER_458_0.S[10330]++;for (int i = 0; (((i < aProtocols.length) && (++__CLOVER_458_0.CT[1767] != 0)) || (++__CLOVER_458_0.CF[1767] == 0)); i++){ {
__CLOVER_458_0.S[10331]++;_allowedProtocols.add(aProtocols[i]);
}}
} finally { }}