| Package | Description |
|---|---|
| net.i2p.i2ptunnel.irc |
IRC-specific tunnel enhancements including protocol filters and DCC (Direct
Client-to-Client) connection handlers for IRC client tunnels.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
IRCFilter.inboundFilter(String s,
StringBuffer expectedPong,
DCCHelper helper)
Modify or filter a single inbound line.
|
static String |
IRCFilter.outboundFilter(String s,
StringBuffer expectedPong,
DCCHelper helper)
Modify or filter a single outbound line.
|
| Constructor and Description |
|---|
IrcInboundFilter(Socket lcl,
I2PSocket rem,
StringBuffer pong,
Log log,
DCCHelper helper) |
IrcOutboundFilter(Socket lcl,
I2PSocket rem,
StringBuffer pong,
Log log,
DCCHelper helper) |