Filters for the IRC client tunnel, and DCC handlers.
| Interface | Description |
|---|---|
| DCCHelper |
Hooks to create and maintain DCC client and server tunnels
|
| Class | Description |
|---|---|
| DCCClientManager |
Start, track, and expire the I2PTunnelDCCClients.
|
| EventReceiver |
An implementation of the EventDispatcher interface for
receiving events via in-line notifyEvent() only.
|
| I2PTunnelDCCClient |
A standard client, using an existing socket manager.
|
| I2PTunnelDCCServer |
A standard server that only answers for registered ports,
and each port can only be used once.
|
| IRCFilter |
Static methods to filter individual lines.
|
| IrcInboundFilter |
Thread to do inbound filtering.
|
| IrcOutboundFilter |
Thread to do outbound filtering.
|