Uses of Class
net.i2p.util.EventDispatcherImpl
-
Packages that use EventDispatcherImpl Package Description net.i2p.i2ptunnel Implementation of preconfigured tunnels, both for clients and servers, and a UI for adding more and editing the configuration.net.i2p.i2ptunnel.irc Filters for the IRC client tunnel, and DCC handlers.net.i2p.i2ptunnel.socks SOCKS 4, 4a, and 5 client tunnels.net.i2p.i2ptunnel.streamr Special-purpose client and server tunnels for streaming UDP clients and servers, generally for audio and video streaming.net.i2p.i2ptunnel.udpTunnel -
-
Uses of EventDispatcherImpl in net.i2p.i2ptunnel
Subclasses of EventDispatcherImpl in net.i2p.i2ptunnel Modifier and Type Class Description classI2PingWarning - not necessarily a stable API.classI2PTunnelAn I2PTunnel tracks one or more I2PTunnelTasks and one or more I2PSessions.classI2PTunnelClientclassI2PTunnelClientBaseclassI2PTunnelConnectClientSupports the following:classI2PTunnelHTTPBidirProxyReuse HTTP server's I2PSocketManager for a proxy with no outproxy capability.classI2PTunnelHTTPBidirServerclassI2PTunnelHTTPClientAct as a mini HTTP proxy, handling various different types of requests, forwarding them through I2P appropriately, and displaying the reply.classI2PTunnelHTTPClientBaseCommon things for HTTPClient and ConnectClient Retrofit over them in 0.8.2classI2PTunnelHTTPServerSimple 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.classI2PTunnelIRCClientTodo: Can we extend I2PTunnelClient instead and remove some duplicated code?classI2PTunnelIRCServerSimple 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.classI2PTunnelServerclassI2PTunnelTaskEither a Server or a Client. -
Uses of EventDispatcherImpl in net.i2p.i2ptunnel.irc
Subclasses of EventDispatcherImpl in net.i2p.i2ptunnel.irc Modifier and Type Class Description classI2PTunnelDCCClientA standard client, using an existing socket manager.classI2PTunnelDCCServerA 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 Modifier and Type Class Description classI2PSOCKSIRCTunnelclassI2PSOCKSTunnelclassSOCKSUDPTunnelA 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 Modifier and Type Class Description classStreamrConsumerCompared 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)classStreamrProducerCompared 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 Modifier and Type Class Description classI2PTunnelUDPClientBaseBase client class that sets up an I2P Datagram client destination.classI2PTunnelUDPServerBaseBase client class that sets up an I2P Datagram server destination.
-