Package net.i2p.i2ptunnel
Class I2PTunnelHTTPBidirServer
java.lang.Object
net.i2p.util.EventDispatcherImpl
net.i2p.i2ptunnel.I2PTunnelTask
net.i2p.i2ptunnel.I2PTunnelServer
net.i2p.i2ptunnel.I2PTunnelHTTPServer
net.i2p.i2ptunnel.I2PTunnelHTTPBidirServer
- All Implemented Interfaces:
Runnable
,EventDispatcher
public class I2PTunnelHTTPBidirServer extends I2PTunnelHTTPServer
-
Field Summary
Fields inherited from class net.i2p.i2ptunnel.I2PTunnelHTTPServer
DEFAULT_POST_BAN_TIME, DEFAULT_POST_MAX, DEFAULT_POST_TOTAL_BAN_TIME, DEFAULT_POST_TOTAL_MAX, DEFAULT_POST_WINDOW, ERR_REQUEST_TIMEOUT, OPT_POST_BAN_TIME, OPT_POST_MAX, OPT_POST_TOTAL_BAN_TIME, OPT_POST_TOTAL_MAX, OPT_POST_WINDOW, OPT_REJECT_INPROXY, OPT_REJECT_REFERER, OPT_REJECT_USER_AGENTS, OPT_USER_AGENTS
Fields inherited from class net.i2p.i2ptunnel.I2PTunnelServer
__serverId, _clientExecutor, _log, bidir, i2pss, l, localPort, PROP_ALT_PKF, PROP_UNIQUE_LOCAL, PROP_USE_SSL, readTimeout, remoteHost, remotePort, slock, sockMgr, sslLock, task
-
Constructor Summary
Constructors Constructor Description I2PTunnelHTTPBidirServer(InetAddress host, int port, int proxyport, File privkey, String privkeyname, String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
I2PTunnelHTTPBidirServer(InetAddress host, int port, int proxyport, InputStream privData, String privkeyname, String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
I2PTunnelHTTPBidirServer(InetAddress host, int port, int proxyport, String privData, String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
-
Method Summary
Methods inherited from class net.i2p.i2ptunnel.I2PTunnelHTTPServer
blockingHandle, close, formatHeaders, optionsUpdated, readHeaders, startRunning
Methods inherited from class net.i2p.i2ptunnel.I2PTunnelServer
destroy, getHandlerCount, getReadTimeout, getSocket, getSocket, run, setReadTimeout, shouldUsePool
Methods inherited from class net.i2p.i2ptunnel.I2PTunnelTask
connected, disconnected, errorOccurred, getId, getTunnel, isOpen, reportAbuse, routerDisconnected, setId, setName, setTunnel, toString
Methods inherited from class net.i2p.util.EventDispatcherImpl
attachEventDispatcher, detachEventDispatcher, getEventDispatcher, getEvents, getEventValue, ignoreEvents, notifyEvent, unIgnoreEvents, waitEventValue
-
Constructor Details
-
I2PTunnelHTTPBidirServer
public I2PTunnelHTTPBidirServer(InetAddress host, int port, int proxyport, String privData, String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel) -
I2PTunnelHTTPBidirServer
public I2PTunnelHTTPBidirServer(InetAddress host, int port, int proxyport, File privkey, String privkeyname, String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel) -
I2PTunnelHTTPBidirServer
public I2PTunnelHTTPBidirServer(InetAddress host, int port, int proxyport, InputStream privData, String privkeyname, String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
-