43444546474849505152
case Netty3_udp: return new Netty3UdpBenchmarkClient(); case Bio_tcp: //return new BioTcpBenchmarkClient(); case Bio_udp: return new BioUdpBenchmarkClient(); default: throw new IllegalArgumentException("Invalid type " + type); } }
42434445464748
/** * {@inheritDoc} */ @Override public BenchmarkClient getClient() { return new BioUdpBenchmarkClient(); }