Пример #1
0
 private void error(String fmt, Object... args) {
   _serverAssembler.error(new ProtocolError(ServerFrame.L1, fmt, args));
 }