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