703704705706707708709710711712713
} try { doBeginRead(); } catch (final Exception e) { invokeLater(new OneTimeTask() { @Override public void run() { pipeline.fireExceptionCaught(e); } });