305306307308309310311312313314315
if (null != handler) { handler.write(this, msg, promise); handler.flush(this); } } catch (Exception e) { promise.tryFailure(e); } return promise; } @Override