A C D E F G H I L M N O P R S T U W X

C

ClientSession - Class in org.androidpn.server.xmpp.session
This class represents a session between the server and a client.
ClientSession(String, Connection, String) - Constructor for class org.androidpn.server.xmpp.session.ClientSession
Constructor.
close() - Method in class org.androidpn.server.xmpp.net.Connection
Closes the session including associated socket connection, notifing all listeners that the channel is shutting down.
close() - Method in class org.androidpn.server.xmpp.net.IoBufferWriter
Closes the stream, flushing it first.
close() - Method in class org.androidpn.server.xmpp.session.Session
Close the session including associated socket connection.
closeAllSessions() - Method in class org.androidpn.server.xmpp.session.SessionManager
Closes the all sessions.
Config - Class in org.androidpn.server.util
Utility class to obtain the values from configruation.
Config() - Constructor for class org.androidpn.server.util.Config
 
ConfigManager - Class in org.androidpn.server.util
This class is to manage the applicatin configruation.
Connection - Class in org.androidpn.server.xmpp.net
This class represents a XMPP connection on the server.
Connection(IoSession) - Constructor for class org.androidpn.server.xmpp.net.Connection
Constructor.
ConnectionCloseListener - Interface in org.androidpn.server.xmpp.net
A listner to receive notification of the connection closing.
createClientSession(Connection) - Method in class org.androidpn.server.xmpp.session.SessionManager
Creates a new ClientSession and returns it.
createSession(String, Connection, XmlPullParser) - Static method in class org.androidpn.server.xmpp.session.ClientSession
Creates a new session between the server and a client, and returns it.

A C D E F G H I L M N O P R S T U W X