All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.luohaha.inter.OnRead Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.github.luohaha.inter;

import com.github.luohaha.connection.Conn;

public interface OnRead {
	public void onRead(Conn connection, byte[] data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy