com.github.luohaha.inter.OnReadError 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 OnReadError {
public void onReadError(Conn conn, Exception e);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy