Uses of Interface
net.i2p.client.streaming.I2PSocketManager.DisconnectListener
Packages that use I2PSocketManager.DisconnectListener
Package
Description
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.
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
The SAM client API.
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.DisconnectListenerModifier and TypeMethodDescriptionvoid
I2PSocketManager.addDisconnectListener
(I2PSocketManager.DisconnectListener lsnr) void
I2PSocketManager.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.DisconnectListenerModifier and TypeMethodDescriptionvoid
I2PSocketManagerFull.addDisconnectListener
(I2PSocketManager.DisconnectListener lsnr) void
MessageHandler.addDisconnectListener
(I2PSocketManager.DisconnectListener lsnr) void
I2PSocketManagerFull.removeDisconnectListener
(I2PSocketManager.DisconnectListener lsnr) void
MessageHandler.removeDisconnectListener
(I2PSocketManager.DisconnectListener lsnr) -
Uses of I2PSocketManager.DisconnectListener in net.i2p.sam
Classes in net.i2p.sam that implement I2PSocketManager.DisconnectListener -
Uses of I2PSocketManager.DisconnectListener in org.klomp.snark
Classes in org.klomp.snark that implement I2PSocketManager.DisconnectListenerModifier and TypeClassDescriptionclass
I2P 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)class
Manage multiple snarksConstructors in org.klomp.snark with parameters of type I2PSocketManager.DisconnectListenerModifierConstructorDescriptionI2PSnarkUtil
(I2PAppContext ctx, String baseName, I2PSocketManager.DisconnectListener discon)