Uses of Interface
net.i2p.i2ptunnel.irc.DCCHelper
| Package | Description |
|---|---|
| net.i2p.i2ptunnel.irc |
Filters for the IRC client tunnel, and DCC handlers.
|
-
Uses of DCCHelper in net.i2p.i2ptunnel.irc
Methods in net.i2p.i2ptunnel.irc with parameters of type DCCHelper Modifier and Type Method Description static StringIRCFilter. inboundFilter(String s, StringBuffer expectedPong, DCCHelper helper)Modify or filter a single inbound line.static StringIRCFilter. outboundFilter(String s, StringBuffer expectedPong, DCCHelper helper)Modify or filter a single outbound line.Constructors in net.i2p.i2ptunnel.irc with parameters of type DCCHelper Constructor Description IrcInboundFilter(Socket lcl, I2PSocket rem, StringBuffer pong, Log log, DCCHelper helper)IrcOutboundFilter(Socket lcl, I2PSocket rem, StringBuffer pong, Log log, DCCHelper helper)