| 303 | } |
| 304 | |
| 305 | static class BenchEnd extends Rpc<EmptyBean, EmptyBean> { |
| 306 | public static final int ProtocolId_ = Bean.hash32(BenchEnd.class.getName()); |
| 307 | |
| 308 | @Override |
| 309 | public int getModuleId() { |
| 310 | return 0; |
| 311 | } |
| 312 | |
| 313 | @Override |
| 314 | public int getProtocolId() { |
| 315 | return ProtocolId_; |
| 316 | } |
| 317 | |
| 318 | public BenchEnd() { |
| 319 | Argument = EmptyBean.instance; |
| 320 | Result = EmptyBean.instance; |
| 321 | } |
| 322 | } |
| 323 | |
| 324 | @Test |
| 325 | public void testOutputBufferCodec() { |