Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
X
S
saveUser(User)
- Method in class org.androidpn.server.dao.hibernate.
UserDaoHibernate
saveUser(User)
- Method in interface org.androidpn.server.dao.
UserDao
saveUser(User)
- Method in class org.androidpn.server.service.impl.
UserServiceImpl
saveUser(User)
- Method in interface org.androidpn.server.service.
UserService
sendBroadcast(String, String, String, String)
- Method in class org.androidpn.server.xmpp.push.
NotificationManager
Broadcasts a newly created notification message to all connected users.
sendNotifcationToUser(String, String, String, String, String)
- Method in class org.androidpn.server.xmpp.push.
NotificationManager
Sends a newly created notification message to the specific user.
ServerClassLoader
- Class in
org.androidpn.server.starter
This is a simple classloader to include all jars in a lib directory.
ServerClassLoader(ClassLoader, File, File)
- Constructor for class org.androidpn.server.starter.
ServerClassLoader
Constructs the classloader.
ServerStarter
- Class in
org.androidpn.server.starter
This is a bootstrap class that starts the XMPP server.
ServerStarter()
- Constructor for class org.androidpn.server.starter.
ServerStarter
ServiceLocator
- Class in
org.androidpn.server.service
This is a helper class to look up service objects.
ServiceLocator()
- Constructor for class org.androidpn.server.service.
ServiceLocator
Session
- Class in
org.androidpn.server.xmpp.session
This is an abstract class for a session between the server and a client.
Session(String, Connection, String)
- Constructor for class org.androidpn.server.xmpp.session.
Session
Constructor.
sessionClosed(IoSession)
- Method in class org.androidpn.server.xmpp.net.
XmppIoHandler
Invoked when a connection is closed.
sessionCreated(IoSession)
- Method in class org.androidpn.server.xmpp.net.
XmppIoHandler
Invoked from an I/O processor thread when a new connection has been created.
sessionIdle(IoSession, IdleStatus)
- Method in class org.androidpn.server.xmpp.net.
XmppIoHandler
Invoked with the related IdleStatus when a connection becomes idle.
SessionManager
- Class in
org.androidpn.server.xmpp.session
This class manages the sessions connected to the server.
sessionOpened(IoSession)
- Method in class org.androidpn.server.xmpp.net.
XmppIoHandler
Invoked when a connection has been opened.
setAddress(JID)
- Method in class org.androidpn.server.xmpp.session.
Session
Sets the new address of this session.
setAuthToken(AuthToken, String)
- Method in class org.androidpn.server.xmpp.session.
ClientSession
Initialize the session with an authentication token and resource name.
setCreatedDate(Date)
- Method in class org.androidpn.server.model.
User
setEmail(String)
- Method in class org.androidpn.server.model.
User
setId(Long)
- Method in class org.androidpn.server.model.
User
setInitialized(boolean)
- Method in class org.androidpn.server.xmpp.session.
ClientSession
Sets the initialization state of the session.
setLanaguage(String)
- Method in class org.androidpn.server.xmpp.net.
Connection
Sets the language code that should be used for this connection.
setName(String)
- Method in class org.androidpn.server.model.
User
setOnline(boolean)
- Method in class org.androidpn.server.model.
User
setPassword(String)
- Method in class org.androidpn.server.model.
User
setPresence(Presence)
- Method in class org.androidpn.server.xmpp.session.
ClientSession
Sets the presence of this session.
setProperty(String, Object)
- Static method in class org.androidpn.server.util.
Config
setStatus(int)
- Method in class org.androidpn.server.xmpp.session.
Session
Set the new status of this session.
setUpdatedDate(Date)
- Method in class org.androidpn.server.model.
User
setUserDao(UserDao)
- Method in class org.androidpn.server.service.impl.
UserServiceImpl
setUsername(String)
- Method in class org.androidpn.server.model.
User
setXMPPVersion(int, int)
- Method in class org.androidpn.server.xmpp.net.
Connection
Sets the XMPP version information.
shutdown()
- Method in class org.androidpn.server.container.
AdminConsole
Shuts down the Jetty server instance.
StanzaHandler
- Class in
org.androidpn.server.xmpp.net
This class is to handle incoming XML stanzas.
StanzaHandler(String, Connection)
- Constructor for class org.androidpn.server.xmpp.net.
StanzaHandler
Constructor.
start()
- Method in class org.androidpn.server.xmpp.
XmppServer
Starts the server using Spring configuration.
startup()
- Method in class org.androidpn.server.container.
AdminConsole
Starts the Jetty server instance.
STATUS_AUTHENTICATED
- Static variable in class org.androidpn.server.xmpp.session.
Session
The session status when authenticated
STATUS_CLOSED
- Static variable in class org.androidpn.server.xmpp.session.
Session
The session status when closed
STATUS_CONNECTED
- Static variable in class org.androidpn.server.xmpp.session.
Session
The session status when connected
stop()
- Method in class org.androidpn.server.xmpp.
XmppServer
Stops the server.
systemShutdown()
- Method in class org.androidpn.server.xmpp.net.
Connection
Sends notification message indicating that the server is being shutdown.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
X