// if we do not use the executor pool threading model we get the default leader follower
// implementation provided by MINA
if (connectorConfig.enableExecutorPool)
{
sconfig.setThreadModel(new ReadWriteThreadModel());
}
String host = InetAddress.getLocalHost().getHostName();
ClusteredProtocolHandler handler = new ClusteredProtocolHandler(new InetSocketAddress(host, port));
if (connectorConfig.enableNonSSL)