// static
// import.
// no auto reconnect: port may change in case of mcast discovery
if (_bootstrapProvider != null)
pipeline.addLast("reconnect", new ReconnectHandler(_bootstrapProvider, 1000));
// pipeline.addLast("logger1",new OutLogger("1"));
// InputStreamDecoder returns an input stream and calls the next handler
// in a separate thread
pipeline.addLast("inputStream", new InputStreamDecoder());