org.jivesoftware.util

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Net » openfire » org.jivesoftware.util 
org.jivesoftware.util

Utility classes.

Java Source File NameTypeComment
AdminConsoleTest.javaClass
AlreadyExistsException.javaClass
Base64.javaClass

Encodes and decodes to and from Base64 notation.

Homepage: http://iharder.net/base64.

Change Log:

  • v2.2.1 - Fixed bug using URL_SAFE and ORDERED encodings.
BeanUtils.javaClass A utility class that provides methods that are useful for dealing with Java Beans.
Blowfish.javaClass
ByteFormat.javaClass A formatter for formatting byte sizes.
CertificateEventListener.javaInterface Interface to listen for certificate events.
CertificateManager.javaClass Utility class that provides similar functionality to the keytool tool.
ClassUtils.javaClass A utility class to assist with loading classes or resources by name.
ConcurrentHashSet.javaClass This class implements the Set interface, backed by a ConcurrentHashMap instance.
CookieUtils.javaClass
ElementUtil.javaClass

We use a simple naming convention of meta-data key names: data is stored heirarchically separated by dots.

EmailService.javaClass A service to send email.

This class has a few factory methods you can use to return message objects or to add messages into a queue to be sent.

EntityCapabilitiesManagerTest.javaClass Test cases for the EntityCapabilitiesManager class.
Enum.javaClass A type safe enumeration object.
FastDateFormat.javaClass

Similar to java.text.SimpleDateFormat , but faster and thread-safe.

FaviconServlet.javaClass Servlet that gets favicons of webservers and includes them in HTTP responses.
HttpClientWithTimeoutFeedFetcher.javaClass Feed fetcher implementation that times out the HTTP connection after 3 seconds which fixes a bug where users of the admin console who installed Clearspace behind a proxy server would have to wait upwards of 5 minutes in order for the HTTP connection to jivesoftware.com/blog/feed to timeout.
InitializationException.javaClass Exception thrown during application or component initialization failure.
InputOutputStreamWrapper.javaClass Callable which will read from an input stream and write to an output stream.
IntEnum.javaClass

A type safe enumeration object that is keyed by an Int value for switch statements and storage in DBs.

Used for indicating distinct states in a generic manner where each enum should have an associated int value.

IntEnumTest.javaClass Simple test of the int enum class.
InternalServerErrorException.javaClass A generic exception for when errors occur in the system.
JIDTest.javaClass Test cases for the JID class.
JiveBeanInfo.javaClass An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.
JiveConstants.javaClass Contains constant values representing various objects in Jive.
JiveGlobals.javaClass Controls Jive properties.
JiveProperties.javaClass Retrieves and stores Jive properties.
LinkedList.javaClass Simple LinkedList implementation.
LinkedListNode.javaClass Doubly linked node in a LinkedList.
LocaleFilter.javaClass Sets the locale context-wide.
LocaleUtils.javaClass A set of methods for retrieving and converting locale specific strings and numbers.
Log.javaClass Simple wrapper to the incorporated LogKit to log under a single logging name.
Logger.javaInterface A simple logging service for components.
MSNTransportTest.javaClass
NotFoundException.javaClass
ParamUtils.javaClass Assists JSP writers in getting parameters and attributes.
PropertyClusterEventTask.javaClass This task updates or deletes a property in a cluster node's property map.
PropertyEventDispatcher.javaClass Dispatches property events.
PropertyEventListener.javaInterface Interface to listen for property events.
SetCharacterEncodingFilter.javaClass Sets the character encoding to UTF-8.
SimpleSSLSocketFactory.javaClass SSLSocketFactory that accepts any certificate chain and also accepts expired certificates.
StringUtils.javaClass Utility class to peform common String manipulation algorithms.
STUNServerTest.javaClass
TaskEngine.javaClass Performs tasks using worker threads.
TestUtils.javaClass A collection of utilities for test writers.
Version.javaClass Holds version information for Openfire.
WebBean.javaClass
WebManager.javaClass A utility bean for Openfire admin console pages.
XMLProperties.javaClass Provides the the ability to use simple XML property files.
XMLPropertiesTest.javaClass
XMLWriter.javaClass Replacement class of the original XMLWriter.java (version: 1.77) since the original is still using StringBuffer which is not fast.
XPPWriterTest.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.