Package org.jivesoftware.openfire.nio
-
Class Summary Class Description ClientConnectionHandler ConnectionHandler that knows which subclass ofStanzaHandler
should be created and how to build and configure aNIOConnection
.ComponentConnectionHandler ConnectionHandler that knows which subclass ofStanzaHandler
should be created and how to build and configure aNIOConnection
.ConnectionHandler A ConnectionHandler is responsible for creating new sessions, destroying sessions and delivering received XML stanzas to the proper StanzaHandler.MultiplexerConnectionHandler ConnectionHandler that knows which subclass ofStanzaHandler
should be created and how to build and configure aNIOConnection
.NIOConnection Implementation ofConnection
interface specific for NIO connections when using the Apache MINA framework.OfflinePacketDeliverer Fallback method used byNIOConnection
when a connection fails to send aPacket
(likely because it was closed).ServerConnectionHandler ConnectionHandler that knows which subclass ofStanzaHandler
should be created and how to build and configure aNIOConnection
.XMPPCodecFactory Factory that specifies the encode and decoder to use for parsing XMPP stanzas.XMPPDecoder Decoder class that parses ByteBuffers and generates XML stanzas.XMPPEncoder Encoder that does nothing. -
Exception Summary Exception Description XMLNotWellFormedException An Exception indicating that evaluated content is not valid XML.