* in the handler.
* @throws IOException if there are issues binding
*/
public void start() throws IOException
{
IoHandler ntpProtocolHandler = new NtpProtocolHandler();
// Create the chain for the NTP server
DefaultIoFilterChainBuilder ntpChain = new DefaultIoFilterChainBuilder();
ntpChain.addLast( "codec", new ProtocolCodecFilter( NtpProtocolCodecFactory.getInstance() ) );