Exemplo n.º 1
0
 @Override
 public void sendPing(ByteBuffer data) throws IOException, IllegalArgumentException {
   if (LOG.isDebugEnabled()) {
     LOG.debug("sendPing({})", BufferUtil.toDetailString(data));
   }
   jettyRemote.sendPing(data);
 }