case Mina3_udp:
return new Mina3UdpBenchmarkClient();
case Netty3_tcp:
return new Netty3TcpBenchmarkClient();
case Netty3_udp:
return new Netty3UdpBenchmarkClient();
case Bio_tcp:
//return new BioTcpBenchmarkClient();
case Bio_udp:
return new BioUdpBenchmarkClient();
default: