net.i2p.i2ptunnel
Class I2PTunnelHTTPBidirProxy
java.lang.Object
net.i2p.util.EventDispatcherImpl
net.i2p.i2ptunnel.I2PTunnelTask
net.i2p.i2ptunnel.I2PTunnelClientBase
net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
net.i2p.i2ptunnel.I2PTunnelHTTPClient
net.i2p.i2ptunnel.I2PTunnelHTTPBidirProxy
- All Implemented Interfaces:
- Runnable, EventDispatcher
public class I2PTunnelHTTPBidirProxy
- extends I2PTunnelHTTPClient
- implements Runnable
Reuse HTTP server's I2PSocketManager for a proxy with no outproxy capability.
- Author:
- sponge
Fields inherited from class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase |
__clientId, __requestId, _errorDir, _proxyList, DEFAULT_READ_TIMEOUT, ERR_NO_OUTPROXY, PROP_AUTH, PROP_OUTPROXY_AUTH, PROP_OUTPROXY_PW, PROP_OUTPROXY_PW_PREFIX, PROP_OUTPROXY_USER, PROP_OUTPROXY_USER_PREFIX, PROP_PW, PROP_PW_PREFIX, PROP_USER |
Fields inherited from class net.i2p.i2ptunnel.I2PTunnelClientBase |
_clientId, _context, _log, _ownDest, DEFAULT_CONNECT_TIMEOUT, dest, l, mySockets, sockLock, sockMgr, ss |
Methods inherited from class net.i2p.i2ptunnel.I2PTunnelClientBase |
buildSocketManager, buildSocketManager, buildSocketManager, buildSocketManager, closeSocket, createI2PSocket, createI2PSocket, getClientExecutor, getListenHost, getLocalPort, getSocketManager, getSocketManager, getSocketManager, killClientExecutor, manageConnection, optionsUpdated, run, verifySocketManager |
Methods inherited from class net.i2p.i2ptunnel.I2PTunnelTask |
connected, disconnected, errorOccurred, getId, getTunnel, isOpen, reportAbuse, routerDisconnected, setId, setName, setTunnel, toString |
Methods inherited from interface java.lang.Runnable |
run |
I2PTunnelHTTPBidirProxy
public I2PTunnelHTTPBidirProxy(int localPort,
Logging l,
I2PSocketManager sockMgr,
I2PTunnel tunnel,
EventDispatcher notifyThis,
long clientId)
- Throws:
IllegalArgumentException
- if the I2PTunnel does not contain
valid config to contact the router