System.out.println("SSL listening on port: " + this.sslPort);
}
//add the flashsocket policy server, if needed
if (this.config.containsKey("flashsocketpolicy")) {
FlashSocketPolicyServer f = FlashSocketPolicyServer.instance(config, bossExecutor, workerExecutor);
this.bootstraps.add(f.getBootstrap());
}
}