Class Summary |
ByteBufferWriter |
Wrapper on a MINA ByteBuffer that extends the Writer class. |
ClientConnectionHandler |
ConnectionHandler that knows which subclass of StanzaHandler should
be created and how to build and configure a NIOConnection . |
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 of StanzaHandler should
be created and how to build and configure a NIOConnection . |
NIOConnection |
Implementation of Connection inteface specific for NIO connections when using
the MINA framework. |
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. |