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

cn.banny.rp.socks.SocketFactory Maven / Gradle / Ivy

The newest version!
package cn.banny.rp.socks;

import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.Socket;

public interface SocketFactory {

    Socket connectSocket(SocketType socketType, InetSocketAddress address) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy