Package net.i2p.app
Interface Outproxy
-
public interface Outproxy
- Since:
- 0.9.11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Socket
connect(String host, int port)
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
connect
Socket connect(String host, int port) throws IOException
- Throws:
IOException
-
-