|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventDispatcherImpl | |
---|---|
net.i2p.i2ptunnel | |
net.i2p.i2ptunnel.irc | |
net.i2p.i2ptunnel.socks | |
net.i2p.i2ptunnel.streamr | |
net.i2p.i2ptunnel.udpTunnel |
Uses of EventDispatcherImpl in net.i2p.i2ptunnel |
---|
Subclasses of EventDispatcherImpl in net.i2p.i2ptunnel | |
---|---|
class |
I2Ping
|
class |
I2PTunnel
An I2PTunnel tracks one or more I2PTunnelTasks and one or more I2PSessions. |
class |
I2PTunnelClient
|
class |
I2PTunnelClientBase
|
class |
I2PTunnelConnectClient
Supports the following: |
class |
I2PTunnelHTTPBidirProxy
Reuse HTTP server's I2PSocketManager for a proxy with no outproxy capability. |
class |
I2PTunnelHTTPBidirServer
|
class |
I2PTunnelHTTPClient
Act as a mini HTTP proxy, handling various different types of requests, forwarding them through I2P appropriately, and displaying the reply. |
class |
I2PTunnelHTTPClientBase
Common things for HTTPClient and ConnectClient Retrofit over them in 0.8.2 |
class |
I2PTunnelHTTPServer
Simple extension to the I2PTunnelServer that filters the HTTP headers sent from the client to the server, replacing the Host header with whatever this instance has been configured with, and if the browser set Accept-encoding: x-i2p-gzip, gzip the http message body and set Content-encoding: x-i2p-gzip. |
class |
I2PTunnelIRCClient
Todo: Can we extend I2PTunnelClient instead and remove some duplicated code? |
class |
I2PTunnelIRCServer
Simple extension to the I2PTunnelServer that filters the registration sequence to pass the destination hash of the client through as the hostname, so an IRC Server may track users across nick changes. |
class |
I2PTunnelServer
|
class |
I2PTunnelTask
Either a Server or a Client. |
Uses of EventDispatcherImpl in net.i2p.i2ptunnel.irc |
---|
Subclasses of EventDispatcherImpl in net.i2p.i2ptunnel.irc | |
---|---|
class |
I2PTunnelDCCClient
A standard client, using an existing socket manager. |
class |
I2PTunnelDCCServer
A standard server that only answers for registered ports, and each port can only be used once. |
Uses of EventDispatcherImpl in net.i2p.i2ptunnel.socks |
---|
Subclasses of EventDispatcherImpl in net.i2p.i2ptunnel.socks | |
---|---|
class |
I2PSOCKSIRCTunnel
|
class |
I2PSOCKSTunnel
|
class |
SOCKSUDPTunnel
A Datagram Tunnel that can have multiple bidirectional ports on the UDP side. |
Uses of EventDispatcherImpl in net.i2p.i2ptunnel.streamr |
---|
Subclasses of EventDispatcherImpl in net.i2p.i2ptunnel.streamr | |
---|---|
class |
StreamrConsumer
Compared to a standard I2PTunnel, this acts like a client on the I2P side (no privkey file) but a server on the UDP side (sends to a configured host/port) |
class |
StreamrProducer
Compared to a standard I2PTunnel, this acts like a server on the I2P side (persistent privkey file) but a client on the UDP side (receives on a configured port) |
Uses of EventDispatcherImpl in net.i2p.i2ptunnel.udpTunnel |
---|
Subclasses of EventDispatcherImpl in net.i2p.i2ptunnel.udpTunnel | |
---|---|
class |
I2PTunnelUDPClientBase
Base client class that sets up an I2P Datagram client destination. |
class |
I2PTunnelUDPServerBase
Base client class that sets up an I2P Datagram server destination. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |