AbstractConnection |
A partial implementation of the Connection interface, implementing functionality
that's commonly shared by Connection implementations.
|
ClientStanzaHandler |
Handler of XML stanzas sent by clients connected directly to the server.
|
ClientTrustManager |
ClientTrustManager is a Trust Manager that is only used for c2s connections.
|
ComponentStanzaHandler |
Handler of XML stanzas sent by external components connected directly to the server.
|
DNSUtil |
Utility class to perform DNS lookups for XMPP services.
|
DNSUtil.HostAddress |
Encapsulates a hostname and port.
|
DNSUtil.WeightedHostAddress |
The representation of weighted address.
|
MulticastDNSService |
Publishes Openfire information as a service using the Multicast DNS (marketed by Apple
as Rendezvous) protocol.
|
MultiplexerStanzaHandler |
Handler of XML stanzas sent by Connection Managers.
|
MXParser |
MXParser that returns an IGNORABLE_WHITESPACE event when a whitespace character or a
line feed is received.
|
OCSPChecker |
A PKIXCertPathChecker that uses
Online Certificate Status Protocol (OCSP)
See RFC 2560.
|
RespondingServerStanzaHandler |
Stanza handler for responding to incoming stanzas when the server is acting as the client in an S2S scenario.
|
SASLAuthentication |
SASLAuthentication is responsible for returning the available SASL mechanisms to use and for
actually performing the SASL authentication.
|
ServerStanzaHandler |
Handler of XML stanzas sent by remote servers.
|
ServerTrafficCounter |
A ServerTrafficCounter counts the number of bytes read and written by the server.
|
ServerTrustManager |
ServerTrustManager is a Trust Manager that is only used for s2s connections.
|
SocketConnection |
Deprecated.
|
SocketPacketWriteHandler |
This ChannelHandler writes packet data to connections.
|
SocketReader |
Deprecated.
|
SocketUtil |
Utility class to generate Socket instances.
|
StanzaHandler |
A StanzaHandler is the main responsible for handling incoming stanzas.
|
TLSStreamHandler |
TLSStreamHandler is responsible for securing plain connections by negotiating TLS.
|
TLSStreamReader |
A TLSStreamReader that returns a special InputStream that hides the ByteBuffers
used by the underlying Channels.
|
TLSStreamWriter |
A TLSStreamWriter that returns a special OutputStream that hides the ByteBuffers
used by the underlying Channels.
|
TLSWrapper |
Creates and initializes the SSLContext instance to use to encrypt the plain connection.
|
Trunking |
Configuration of Openfire's 'gateway' or 'trunking' functionality, which allows Openfire to act as a gateway to
transfer data between other XMPP domains.
|
VirtualConnection |
Abstract implementation of the Connection interface that models abstract connections.
|
XMLSocketWriter |
XMLWriter whose writer is actually sending data on a socket connection.
|
XMPPCallbackHandler |
Callback handler that may be used when doing SASL authentication.
|