![JAR search and dependency download from the Maven repository](/logo.png)
com.github.thorbenkuck.network.PostConnectHandler Maven / Gradle / Ivy
package com.github.thorbenkuck.network;
import java.net.Socket;
public interface PostConnectHandler {
void accept(Socket socket) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy