com.github.luohaha.inter.OnAccept Maven / Gradle / Ivy
package com.github.luohaha.inter;
import com.github.luohaha.connection.Conn;
public interface OnAccept {
public void onAccept(Conn connection);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy