| ClientConnectionHandler |
|
| ComponentConnectionHandler |
|
| ConnectionHandler |
A ConnectionHandler is responsible for creating new sessions, destroying sessions and delivering
received XML stanzas to the proper StanzaHandler.
|
| MultiplexerConnectionHandler |
|
| NIOConnection |
Implementation of Connection interface specific for NIO connections when using the Apache MINA framework.
|
| OfflinePacketDeliverer |
Fallback method used by NIOConnection when a
connection fails to send a Packet (likely because it was closed).
|
| ServerConnectionHandler |
|
| 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.
|