} catch (IllegalAccessException ex){
logger.log(Level.WARNING,
"Unable to instantiate Algorithm: " + algorithmClassName);
} finally {
if ( streamAlgorithm == null)
streamAlgorithm = new NoParsingAlgorithm();
}
streamAlgorithm.setPort(port);
ReadTask task = null;