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

com.github.thorbenkuck.network.PostConnectHandler Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.network;

import java.net.Socket;

public interface PostConnectHandler {

	void accept(Socket socket) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy