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

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