Smack/smack-core/src/main/java/org/jivesoftware/smack
Florian Schmaus f602de8771 Call shutdown() in connect() on exception
to clean up the state build up by connect().

Related to SMACK-855 there is the possiblitiy of a stray (writer)
thread if, for example, tlsHandled.checkifSuccessOrWaitorThrow() in
XMPPTCPConnection.connectInternal() throws. This commit should prevent
that.
2019-03-04 20:14:12 +01:00
..
compress Change Element.toXml() to toXml(String enclosingNamespace) 2018-04-27 10:05:25 +02:00
compression Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
debugger Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
filter Add (To|From)TypeFilter.(FROM|TO)_ANY_JID 2018-06-20 22:17:11 +02:00
initializer Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
iqrequest Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
packet Move xml-not-well-formed (RFC 3920) condition handling to StreamError 2018-11-14 14:53:04 +01:00
parsing Add ExceptionThrowingCallbackWithHint and javadoc 2018-08-02 09:40:11 +02:00
provider Add checkstyle rule for "Boolean.valueOf()" usages 2018-11-29 22:38:11 +01:00
proxy Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
sasl Use java.text.Normalizer for SASLPrep 2018-05-10 20:30:23 +02:00
util Add ParserUtils.parseXmlBoolean(String) 2018-11-29 09:02:05 +01:00
AbstractConnectionClosedListener.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
AbstractConnectionListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
AbstractXMPPConnection.java Call shutdown() in connect() on exception 2019-03-04 20:14:12 +01:00
AsyncButOrdered.java Inroduce AsyncButOrdered 2018-04-08 21:21:50 +02:00
ConnectionConfiguration.java Add ConnectionConfiguration.setHostAddressByNameOrIp(CharSequence fqdnOrIp) 2018-12-04 15:59:11 +01:00
ConnectionCreationListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
ConnectionListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
ExceptionCallback.java Merge branch '4.2' into master-paul-merged 2017-12-17 11:16:02 +01:00
Manager.java Add Manager.schedule(Runnable, long, TimeUnit) 2018-02-26 10:24:01 +01:00
MessageListener.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
PacketListener.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
PresenceListener.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
ReconnectionListener.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
ReconnectionManager.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
SASLAuthentication.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
SmackConfiguration.java Add ExceptionThrowingCallbackWithHint and javadoc 2018-08-02 09:40:11 +02:00
SmackException.java Fail sync points on exception in XMPPTCPConnection 2019-02-09 18:12:03 +01:00
SmackFuture.java Make TCP socket connection attempt interruptable 2018-12-21 12:03:49 +01:00
SmackInitialization.java Do not use a reflection based initializer for core elements 2018-05-09 16:45:14 +02:00
StanzaCollector.java Add StanzaCollector.getCollectedStanzasAfterCancelled() 2018-06-11 22:08:15 +02:00
StanzaListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
SynchronizationPoint.java Remove null checks for writer/reader fields in XMPPTCPConnection 2019-02-09 18:20:55 +01:00
UnparseableStanza.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
XMPPConnection.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
XMPPConnectionRegistry.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
XMPPException.java Add javadoc describing the XMPPErrorException class 2018-06-20 22:17:11 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00