Uses of Interface
net.i2p.i2ptunnel.irc.DCCHelper
-
Packages that use 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 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.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)
-