Package org.jivesoftware.openfire.net


package org.jivesoftware.openfire.net
  • Class
    Description
    A partial implementation of the Connection interface, implementing functionality that's commonly shared by Connection implementations.
    Handler of XML stanzas sent by clients connected directly to the server.
    ClientTrustManager is a Trust Manager that is only used for c2s connections.
    Handler of XML stanzas sent by external components connected directly to the server.
    Utility class to perform DNS lookups for XMPP services.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Replaced by SrvRecord
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Publishes Openfire information as a service using the Multicast DNS (marketed by Apple as Rendezvous) protocol.
    Handler of XML stanzas sent by Connection Managers.
    MXParser that returns an IGNORABLE_WHITESPACE event when a whitespace character or a line feed is received.
    A PKIXCertPathChecker that uses Online Certificate Status Protocol (OCSP) See RFC 2560.
    A representation of an Internet Protocol-based socket address (an IP address and port) for a (presumably XMPP) service.
    Stanza handler for responding to incoming stanzas when the server is acting as the client in an S2S scenario.
    SASLAuthentication is responsible for returning the available SASL mechanisms to use and for actually performing the SASL authentication.
     
     
    Handler of XML stanzas sent by remote servers.
    A ServerTrafficCounter counts the number of bytes read and written by the server.
    ServerTrustManager is a Trust Manager that is only used for s2s connections.
    Deprecated.
    Old, pre NIO / MINA code.
    This ChannelHandler writes packet data to connections.
    Deprecated.
    Old, pre NIO / MINA code.
    Utility class to generate Socket instances.
    A (partial) representation of an SRV record, containing an (unresolved) hostname, port, priority and weight attributes.
    A StanzaHandler is the main responsible for handling incoming stanzas.
    A TLSStatus enum describing the current handshaking state of this TLS connection.
    TLSStreamHandler is responsible for securing plain connections by negotiating TLS.
    A TLSStreamReader that returns a special InputStream that hides the ByteBuffers used by the underlying Channels.
    A TLSStreamWriter that returns a special OutputStream that hides the ByteBuffers used by the underlying Channels.
    Creates and initializes the SSLContext instance to use to encrypt the plain connection.
    Configuration of Openfire's 'gateway' or 'trunking' functionality, which allows Openfire to act as a gateway to transfer data between other XMPP domains.
    Abstract implementation of the Connection interface that models abstract connections.
    XMLWriter whose writer is actually sending data on a socket connection.
    Callback handler that may be used when doing SASL authentication.