1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-07-01 07:36:42 +02:00
Smack/source/org/jivesoftware/smackx/bytestreams/socks5
Florian Schmaus b16f34f61e SMACK-458 Managers should be kept on disconnects
Smack's Managers should not remove itself when the connection is closed
or should re-add themselves if the connection get reconnected.

This should also fix some NPE's.

We are currently going with two different designs of Manager: 1. The one
with WeakReferences/WeakHashMaps (SDM, EntityCapsManager) and 2. the one
where the managers remove their listeners on connectionClosed() *and*
connectionClosedOnError(), and later add their listeners on
reconnectionSuccessful(). The first design has the Connection instance
only weak referenced. The other design does reference Connection
strongly (e.g. the 'managers' map in IBBManager/S5BManager), but removes
this references when connectionClosed(onError)() is called.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_2@13788 b35dd754-fafc-0310-a699-88a17e54d16e
2013-10-26 11:17:16 +00:00
..
packet merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
provider merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
InitiationListener.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
Socks5BytestreamListener.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
Socks5BytestreamManager.java SMACK-458 Managers should be kept on disconnects 2013-10-26 11:17:16 +00:00
Socks5BytestreamRequest.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
Socks5BytestreamSession.java SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
Socks5Client.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
Socks5ClientForInitiator.java Moved utility class to the core, since it is not extension related and useful for all code. 2011-09-21 23:57:34 +00:00
Socks5Proxy.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
Socks5Utils.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00