com.github.luohaha.inter.OnRead Maven / Gradle / Ivy
package com.github.luohaha.inter;
import com.github.luohaha.connection.Conn;
public interface OnRead {
public void onRead(Conn connection, byte[] data);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy