net.i2p.i2ptunnel.socks
Class I2PSOCKSTunnel
java.lang.Object
net.i2p.util.EventDispatcherImpl
net.i2p.i2ptunnel.I2PTunnelTask
net.i2p.i2ptunnel.I2PTunnelClientBase
net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
- All Implemented Interfaces:
- Runnable, EventDispatcher
- Direct Known Subclasses:
- I2PSOCKSIRCTunnel
public class I2PSOCKSTunnel
- extends I2PTunnelClientBase
Fields inherited from class net.i2p.i2ptunnel.I2PTunnelClientBase |
_clientId, _context, _log, _ownDest, dest, l, listenerReady, mySockets, PROP_USE_SSL, sockLock, sockMgr, ss |
Methods inherited from class net.i2p.i2ptunnel.I2PTunnelClientBase |
addSubsession, buildSocketManager, buildSocketManager, buildSocketManager, buildSocketManager, close, closeSocket, createI2PSocket, createI2PSocket, createI2PSocket, destroy, getDefaultOptions, getDefaultOptions, getListenHost, getLocalPort, getSocketManager, getSocketManager, getSocketManager, killSharedClient, manageConnection, optionsUpdated, run, startRunning, verifySocketManager |
Methods inherited from class net.i2p.i2ptunnel.I2PTunnelTask |
connected, disconnected, errorOccurred, getId, getTunnel, isOpen, reportAbuse, routerDisconnected, setId, setName, setTunnel, toString |
PROP_PROXY_PREFIX
public static final String PROP_PROXY_PREFIX
- add "default" or port number
- See Also:
- Constant Field Values
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
PROP_PROXY_DEFAULT
public static final String PROP_PROXY_DEFAULT
- See Also:
- Constant Field Values
I2PSOCKSTunnel
public I2PSOCKSTunnel(int localPort,
Logging l,
boolean ownDest,
EventDispatcher notifyThis,
I2PTunnel tunnel,
String pkf)
- As of 0.9.20 this is fast, and does NOT connect the manager to the router,
or open the local socket. You MUST call startRunning() for that.
- Parameters:
pkf
- private key file name or null for transient key
clientConnectionRun
protected void clientConnectionRun(Socket s)
- Description copied from class:
I2PTunnelClientBase
- Manage a connection in a separate thread. This only works if
you do not override manageConnection().
This is run in a thread from an unlimited-size thread pool,
so it may block or run indefinitely.
- Specified by:
clientConnectionRun
in class I2PTunnelClientBase
getProxyMap
public HashMap<String,List<String>> getProxyMap()
getProxies
public List<String> getProxies(int port)
getDefaultProxies
public List<String> getDefaultProxies()
buildOptions
public I2PSocketOptions buildOptions(Properties overrides)
- Because getDefaultOptions() in super() is protected
- Since:
- 0.8.2