com.github.luohaha.inter.OnRead Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LightComm4J Show documentation
Show all versions of LightComm4J Show documentation
Yet another lightweight asynchronous network library for java
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