NetworkTrafficListener.java | 30 * <li>Incoming bytes, when the server receives bytes sent from a remote client</li> 53 * @param bytes the read-only buffer containing the incoming bytes 55 public void incoming(Socket socket, Buffer bytes); method in interface:NetworkTrafficListener 87 public void incoming(Socket socket, Buffer bytes) method in class:NetworkTrafficListener.Empty
|