Package | Description |
---|---|
net.i2p.i2ptunnel.irc |
Filters for the IRC client tunnel, and DCC handlers.
|
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) |