Package org.androidpn.server.xmpp.net

Core classes for MINA based socket networking.

See:
          Description

Interface Summary
ConnectionCloseListener A listner to receive notification of the connection closing.
 

Class Summary
Connection This class represents a XMPP connection on the server.
IoBufferWriter Wrapper on a MINA IoBuffer that extends the Writer class.
StanzaHandler This class is to handle incoming XML stanzas.
XmppIoHandler This class is to create new sessions, destroy sessions and deliver received XML stanzas to the StanzaHandler.
 

Package org.androidpn.server.xmpp.net Description

Core classes for MINA based socket networking.