|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.i2p.util.EventDispatcherImpl
net.i2p.i2ptunnel.I2PTunnelTask
net.i2p.i2ptunnel.I2PTunnelServer
net.i2p.i2ptunnel.I2PTunnelHTTPServer
net.i2p.i2ptunnel.I2PTunnelHTTPBidirServer
public class I2PTunnelHTTPBidirServer
| Field Summary |
|---|
| Fields inherited from class net.i2p.i2ptunnel.I2PTunnelServer |
|---|
__serverId, _log, bidir, i2pss, l, localPort, readTimeout, remoteHost, remotePort, slock, sockMgr, task |
| Fields inherited from class net.i2p.i2ptunnel.I2PTunnelTask |
|---|
open |
| Constructor Summary | |
|---|---|
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, formatHeaders, readHeaders, startRunning |
| Methods inherited from class net.i2p.i2ptunnel.I2PTunnelServer |
|---|
close, getHandlerCount, getReadTimeout, optionsUpdated, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||