Package one.nio.net
Interface Proxy
-
- All Known Implementing Classes:
HttpProxy,SocksProxy
public interface Proxy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnect(Socket socket, java.lang.String host, int port)
-
-
-
Method Detail
-
connect
void connect(Socket socket, java.lang.String host, int port) throws java.io.IOException
- Throws:
java.io.IOException
-
-