org.jivesoftware.openfire.net

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.openfire.net 
org.jivesoftware.openfire.net
Java Source File NameTypeComment
BlockingAcceptingMode.javaClass Accepts new socket connections and uses a thread for each new connection.
BlockingReadingMode.javaClass Process incoming packets using a blocking model.
ChannelInputStream.javaClass Class that simulate an InputStream given a un-blocking channel.
ClientStanzaHandler.javaClass Handler of XML stanzas sent by clients connected directly to the server.
ClientTrustManager.javaClass ClientTrustManager is a Trust Manager that is only used for c2s connections.
ComponentSocketReader.javaClass A SocketReader specialized for component connections.
DNSUtil.javaClass Utilty class to perform DNS lookups for XMPP services.
IOExecutor.javaClass Thread pool to be used for processing incoming packets when using non-blocking connections. // TODO Change thead pool configuration.
MulticastDNSService.javaClass Publishes Openfire information as a service using the Multicast DNS (marketed by Apple as Rendezvous) protocol.
MultiplexerStanzaHandler.javaClass Handler of XML stanzas sent by Connection Managers.
MXParser.javaClass MXParser that returns an IGNORABLE_WHITESPACE event when a whitespace character or a line feed is received.
SASLAuthentication.javaClass
SelectorAction.javaInterface
ServerSocketReader.javaClass A SocketReader specialized for server connections.
ServerStanzaHandler.javaClass Handler of XML stanzas sent by remote servers.
ServerTrafficCounter.javaClass A ServerTrafficCounter counts the number of bytes read and written by the server.
ServerTrustManager.javaClass ServerTrustManager is a Trust Manager that is only used for s2s connections.
SocketAcceptingMode.javaClass Abstract class for BlockingAcceptingMode .
SocketAcceptThread.javaClass Implements a network front end with a dedicated thread reading each incoming socket.
SocketConnection.javaClass An object to track the state of a XMPP client-server session.
SocketPacketWriteHandler.javaClass This ChannelHandler writes packet data to connections.
SocketReader.javaClass A SocketReader creates the appropriate Session based on the defined namespace in the stream element and will then keep reading and routing the received packets.
SocketReadingMode.javaClass Abstract class for BlockingReadingMode .
SocketSendingTracker.javaClass A SocketSendingTracker keeps track of all the sockets that are currently sending data and checks the health of the sockets to detect hanged connections.
SSLConfig.javaClass Configuration of Openfire's SSL settings.
SSLJiveKeyManager.javaClass A skeleton placeholder for developers wishing to implement their own custom key manager.
SSLJiveKeyManagerFactory.javaClass A custom KeyManagerFactory that creates a key manager list using the default key manager or a standard keystore as specified in openfire.xml. The default keystore provided with the Jive distribution uses the Sun Java Keystore (JKS) and that takes a single password which must apply to both the keystore and the key itself.
SSLJiveTrustManager.javaClass Trust manager which accepts certificates without any validation except date validation.

A skeleton placeholder for developers wishing to implement their own custom trust manager.

SSLJiveTrustManagerFactory.javaClass A custom TrustManagerFactory that creates a trust manager list using the default trust manager or a standard keystore as specified in openfire.xml. There is no default trust keystore provided with the Jive distribution as most clients will not need to be authenticated with the server.

The Java Keystore (JKS) takes a single password which must apply to both the keystore and the key itself.

StanzaHandler.javaClass A StanzaHandler is the main responsible for handling incoming stanzas.
TLSStatus.javaenum A TLSStatus enum describing the current handshaking state of this TLS connection.
TLSStreamHandler.javaClass TLSStreamHandler is responsible for securing plain connections by negotiating TLS.
TLSStreamReader.javaClass A TLSStreamReader that returns a special InputStream that hides the ByteBuffers used by the underlying Channels.
TLSStreamWriter.javaClass A TLSStreamWriter that returns a special OutputStream that hides the ByteBuffers used by the underlying Channels.
TLSWrapper.javaClass Creates and initializes the SSLContext instance to use to secure the plain connection.
VirtualConnection.javaClass Abstract implementation of the Connection interface that models abstract connections.
XMLSocketWriter.javaClass XMLWriter whose writer is actually sending data on a socket connection.
XMPPCallbackHandler.javaClass Callback handler that may be used when doing SASL authentication.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.