channel.socket().bind( address, 1024 );
this._serverInfo.setHost( address.getHostName() + ':' + address.getPort() );
// this._connectionHeader.setChannel(channel);
for ( int i = 0; i < processors.length; i++ )
{
processors[i] = new CombinedConnectionProcessor( this._serverInfo );
((Thread) processors[i]).setDaemon( true );
}
acceptor = new ConnectionAcceptor( channel, processors );
//acceptor.setDaemon( true );