//pipeline.addLast("logger2",new OutLogger1("2"));
pipeline.addLast("outputStream", new OutputStreamEncoder());
pipeline.addLast("hessianReplyDecoder", new PullInputStreamConsumer(new HessianRPCReplyDecoder(_factory, _serializerFactory), _executor));
pipeline.addLast("hessianCallEncoder", new HessianRPCCallEncoder(_serializerFactory));
pipeline.addLast("outputProducer", new OutputProducer(_executor));
//pipeline.addLast("logger3",new OutLogger("3"));
pipeline.addLast("hessianHandler", _factory);
return pipeline;