1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 20:04:51 +02:00
Smack/smack-core/src/main/java/org/jivesoftware/smack/util
adiaholic f91044657f Generic Exception replaced with Type Specific Exceptions.
'parseAndProcessStanza()' throws generic Exceptions.
Since there are plenty of exceptions that should not be
catched by smack, it's better to throw Type Specific Exceptions.
This Commit is was in response to SMACK-839.
2019-05-19 17:09:01 +05:30
..
dns Remove SmackDaneVerifier.finish(SSLSocket) 2019-02-05 13:18:03 +01:00
stringencoder Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
ArrayBlockingQueueWithShutdown.java Add message to InterruptedException if blocking queue was shut down 2019-05-08 15:19:10 +02:00
Async.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
BooleansUtils.java Improve message of StressTestFailedException.NotAllMessagesReceivedException 2019-02-17 21:47:16 +01:00
ByteUtils.java Retain smack-core API 2017-12-19 15:06:40 +01:00
CallbackRecipient.java Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
CleaningWeakReferenceMap.java fix: Cleans the multiUserChats map. 2018-05-21 14:54:23 -05:00
CloseableUtil.java Introduce CloseableUtil 2018-08-15 17:25:22 +02:00
CollectionUtil.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
DNSUtil.java Fix DNSUtil.setDaneProvider() 2018-06-12 19:06:18 +02:00
EventManger.java Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
ExceptionCallback.java Fix minor codestyle issues 2017-12-17 11:19:41 +01:00
ExceptionUtil.java Add ExceptionUtil 2019-04-09 09:33:32 +02:00
FileUtils.java Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
LazyStringBuilder.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
MAC.java Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00
MD5.java Don't reinvent methods in HashManager 2017-08-16 14:55:25 +02:00
MultiMap.java Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
NumberUtil.java Improve privacy parsing and API. Add NumberUtil 2015-01-21 09:50:44 +01:00
Objects.java requireNotNullOrEmpty -> requireNotNullNorEmpty 2018-07-17 15:10:39 +02:00
ObservableReader.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
ObservableWriter.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
PacketParserUtils.java Generic Exception replaced with Type Specific Exceptions. 2019-05-19 17:09:01 +05:30
PacketUtil.java Merge pull request #191 from vanitasvitae/fixJavadoc 2017-12-24 14:46:02 +01:00
ParserUtils.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
RandomUtil.java Add support for XEP-0418: DNS Queries over XMPP (DoX) 2019-04-09 10:56:47 +02:00
ReaderListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
SHA1.java Don't reinvent methods in HashManager 2017-08-16 14:55:25 +02:00
StringUtils.java Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
SuccessCallback.java Merge branch '4.2' into master-paul-merged 2017-12-17 11:16:02 +01:00
SystemUtil.java Throw exception if smack-java7 is loaded on Android 2015-04-25 22:53:46 +02:00
TLSUtils.java Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
TypedCloneable.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
UTF8.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
WriterListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
XmlStringBuilder.java Add XmlStringBuilder.optAttribute(String, Number) 2019-05-07 10:18:55 +02:00
XmlUtil.java Catch IllegalArgumentException in XmlUtil clinit 2018-10-14 12:10:50 +02:00
XmppElementUtil.java Replace 'key' with QName 2019-05-08 21:10:39 +02:00