addressToBind + ":" + String.valueOf(portToBind));
}
}
try {
ForwardingListener listener = new ServerForwardingListener(connection,
addressToBind, portToBind);
remoteForwardings.add(listener);
listener.start();
} catch (IOException ex) {
throw new ForwardingConfigurationException(ex.getMessage());
}
}