Uses of Interface
net.i2p.client.streaming.I2PSocketManager.DisconnectListener
-
Packages that use I2PSocketManager.DisconnectListener Package Description net.i2p.client.streaming API, interfaces, and factory for a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.net.i2p.client.streaming.impl Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.net.i2p.sam The SAM client API.org.klomp.snark I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced to add a web UI, DHT support, and other features. -
-
Uses of I2PSocketManager.DisconnectListener in net.i2p.client.streaming
Methods in net.i2p.client.streaming with parameters of type I2PSocketManager.DisconnectListener Modifier and Type Method Description voidI2PSocketManager. addDisconnectListener(I2PSocketManager.DisconnectListener lsnr)voidI2PSocketManager. removeDisconnectListener(I2PSocketManager.DisconnectListener lsnr) -
Uses of I2PSocketManager.DisconnectListener in net.i2p.client.streaming.impl
Methods in net.i2p.client.streaming.impl with parameters of type I2PSocketManager.DisconnectListener Modifier and Type Method Description voidI2PSocketManagerFull. addDisconnectListener(I2PSocketManager.DisconnectListener lsnr)voidMessageHandler. addDisconnectListener(I2PSocketManager.DisconnectListener lsnr)voidI2PSocketManagerFull. removeDisconnectListener(I2PSocketManager.DisconnectListener lsnr)voidMessageHandler. removeDisconnectListener(I2PSocketManager.DisconnectListener lsnr) -
Uses of I2PSocketManager.DisconnectListener in net.i2p.sam
Classes in net.i2p.sam that implement I2PSocketManager.DisconnectListener Modifier and Type Class Description protected classSAMStreamSession.DisconnectListener -
Uses of I2PSocketManager.DisconnectListener in org.klomp.snark
Classes in org.klomp.snark that implement I2PSocketManager.DisconnectListener Modifier and Type Class Description classI2PSnarkUtilI2P specific helpers for I2PSnark We use this class as a sort of context for i2psnark so we can run multiple instances of single Snarks (but not multiple SnarkManagers, it is still static)classSnarkManagerManage multiple snarksConstructors in org.klomp.snark with parameters of type I2PSocketManager.DisconnectListener Constructor Description I2PSnarkUtil(I2PAppContext ctx, String baseName, I2PSocketManager.DisconnectListener discon)
-