Class | Description |
---|---|
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 . |
ComponentConnectionHandler |
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. |
OfflinePacketDeliverer |
Fallback method used by
NIOConnection when a
connection fails to send a Packet (likely because it was closed). |
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.
|
Enum | Description |
---|---|
NIOConnection.State |
Exception | Description |
---|---|
XMLNotWellFormedException |
An Exception indicating that evaluated content is not valid XML.
|
Copyright © 2003-2008 Jive Software.