public class I2PTunnelHTTPBidirServer extends I2PTunnelHTTPServer
DEFAULT_POST_BAN_TIME, DEFAULT_POST_MAX, DEFAULT_POST_TOTAL_BAN_TIME, DEFAULT_POST_TOTAL_MAX, DEFAULT_POST_WINDOW, 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
__serverId, _clientExecutor, _log, bidir, i2pss, l, localPort, PROP_UNIQUE_LOCAL, PROP_USE_SSL, readTimeout, remoteHost, remotePort, slock, sockMgr, sslLock, task
open
Constructor and 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) |
blockingHandle, close, formatHeaders, optionsUpdated, readHeaders, startRunning
destroy, getHandlerCount, getReadTimeout, getSocket, getSocket, run, setReadTimeout, shouldUsePool
connected, disconnected, errorOccurred, getId, getTunnel, isOpen, reportAbuse, routerDisconnected, setId, setName, setTunnel, toString
attachEventDispatcher, detachEventDispatcher, getEventDispatcher, getEvents, getEventValue, ignoreEvents, notifyEvent, unIgnoreEvents, waitEventValue
public I2PTunnelHTTPBidirServer(InetAddress host, int port, int proxyport, String privData, String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
public I2PTunnelHTTPBidirServer(InetAddress host, int port, int proxyport, File privkey, String privkeyname, String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)
public I2PTunnelHTTPBidirServer(InetAddress host, int port, int proxyport, InputStream privData, String privkeyname, String spoofHost, Logging l, EventDispatcher notifyThis, I2PTunnel tunnel)