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, String host, int port)
-
-
-
Method Detail
-
connect
void connect(Socket socket, String host, int port) throws IOException
- Throws:
IOException
-
-