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
G
getAddress()
- Method in class org.androidpn.server.xmpp.session.
Session
Returns the address of the user in JID.
getAdminHost()
- Method in class org.androidpn.server.container.
AdminConsole
Returns the host name of the admin console.
getAdminPort()
- Method in class org.androidpn.server.container.
AdminConsole
Returns the port of the admin console.
getAuthToken()
- Method in class org.androidpn.server.xmpp.session.
ClientSession
Returns the authentication token associated with this session.
getAvailableStreamFeatures()
- Method in class org.androidpn.server.xmpp.session.
ClientSession
Returns a text with the available stream features.
getAvailableStreamFeatures()
- Method in class org.androidpn.server.xmpp.session.
Session
Returns a text with the available stream features.
getBean(String)
- Method in class org.androidpn.server.xmpp.
XmppServer
Returns a Spring bean that has the given bean name.
getBoolean(String)
- Static method in class org.androidpn.server.util.
Config
getBoolean(String, boolean)
- Static method in class org.androidpn.server.util.
Config
getConfig()
- Method in class org.androidpn.server.util.
ConfigManager
Returns the loaded configuration object.
getConnection()
- Method in class org.androidpn.server.xmpp.session.
Session
Returns the connection associated with this session.
getContexts()
- Method in class org.androidpn.server.container.
AdminConsole
Returns the collection of Jetty contexts used in the admin console.
getCreatedDate()
- Method in class org.androidpn.server.model.
User
getCreationDate()
- Method in class org.androidpn.server.xmpp.session.
Session
Returns the creation date of this session.
getDecoder(IoSession)
- Method in class org.androidpn.server.xmpp.codec.
XmppCodecFactory
Returns a new (or reusable) instance of ProtocolDecoder.
getDomain()
- Method in class org.androidpn.server.xmpp.auth.
AuthToken
Returns the domain.
getDouble(String)
- Static method in class org.androidpn.server.util.
Config
getDouble(String, double)
- Static method in class org.androidpn.server.util.
Config
getEmail()
- Method in class org.androidpn.server.model.
User
getEncoder(IoSession)
- Method in class org.androidpn.server.xmpp.codec.
XmppCodecFactory
Returns a new (or reusable) instance of ProtocolEncoder.
getFloat(String)
- Static method in class org.androidpn.server.util.
Config
getFloat(String, float)
- Static method in class org.androidpn.server.util.
Config
getHostAddress()
- Method in class org.androidpn.server.xmpp.net.
Connection
Returns the IP address.
getHostAddress()
- Method in class org.androidpn.server.xmpp.session.
Session
Returns the IP address.
getHostName()
- Method in class org.androidpn.server.xmpp.net.
Connection
Gets the host name for the IP address.
getHostName()
- Method in class org.androidpn.server.xmpp.session.
Session
Gets the host name for the IP address.
getId()
- Method in class org.androidpn.server.model.
User
getInstance()
- Static method in class org.androidpn.server.util.
ConfigManager
Returns the singleton instance of ConfigManger.
getInstance()
- Static method in class org.androidpn.server.xmpp.session.
SessionManager
Returns the singleton instance of SessionManager.
getInstance()
- Static method in class org.androidpn.server.xmpp.
XmppServer
Returns the singleton instance of XmppServer.
getInt(String)
- Static method in class org.androidpn.server.util.
Config
getInt(String, int)
- Static method in class org.androidpn.server.util.
Config
getLanguage()
- Method in class org.androidpn.server.xmpp.net.
Connection
Returns the language code that should be used for this connection.
getLastActiveDate()
- Method in class org.androidpn.server.xmpp.session.
Session
Returns the last activity time of this session.
getList(String)
- Static method in class org.androidpn.server.util.
Config
getList(String, List)
- Static method in class org.androidpn.server.util.
Config
getLong(String)
- Static method in class org.androidpn.server.util.
Config
getLong(String, long)
- Static method in class org.androidpn.server.util.
Config
getMajorXMPPVersion()
- Method in class org.androidpn.server.xmpp.net.
Connection
Returns the major version of XMPP being used by this connection.
getMinorXMPPVersion()
- Method in class org.androidpn.server.xmpp.net.
Connection
Returns the minor version of XMPP being used by this connection.
getName()
- Method in class org.androidpn.server.model.
User
getNamespace()
- Method in class org.androidpn.server.xmpp.handler.
IQAuthHandler
Returns the namespace of the handler.
getNamespace()
- Method in class org.androidpn.server.xmpp.handler.
IQHandler
Returns the namespace of the handler.
getNamespace()
- Method in class org.androidpn.server.xmpp.handler.
IQRegisterHandler
Returns the namespace of the handler.
getNamespace()
- Method in class org.androidpn.server.xmpp.handler.
IQRosterHandler
Returns the namespace of the handler.
getNumClientPackets()
- Method in class org.androidpn.server.xmpp.session.
Session
Returns the number of packets sent from the client to the server.
getNumServerPackets()
- Method in class org.androidpn.server.xmpp.session.
Session
Returns the number of packets sent from the server to the client.
getPassword()
- Method in class org.androidpn.server.model.
User
getPresence(User)
- Method in class org.androidpn.server.xmpp.presence.
PresenceManager
Returns the current presence of the user.
getPresence()
- Method in class org.androidpn.server.xmpp.session.
ClientSession
Returns the presence of this session.
getServerName()
- Method in class org.androidpn.server.xmpp.session.
Session
Returns the server name.
getServerName()
- Method in class org.androidpn.server.xmpp.
XmppServer
Returns the server name.
getService(String)
- Static method in class org.androidpn.server.service.
ServiceLocator
Generic method to obtain a service object for a given name.
getSession(String)
- Method in class org.androidpn.server.xmpp.session.
SessionManager
Returns the session associated with the username.
getSession(JID)
- Method in class org.androidpn.server.xmpp.session.
SessionManager
Returns the session associated with the JID.
getSessions()
- Method in class org.androidpn.server.xmpp.session.
SessionManager
Returns a list that contains all authenticated client sessions.
getStatus()
- Method in class org.androidpn.server.xmpp.session.
Session
Returns the current status of this session.
getStreamID()
- Method in class org.androidpn.server.xmpp.session.
Session
Returns the stream ID associated with this sesison.
getString(String)
- Static method in class org.androidpn.server.util.
Config
getString(String, String)
- Static method in class org.androidpn.server.util.
Config
getStringArray(String)
- Static method in class org.androidpn.server.util.
Config
getUpdatedDate()
- Method in class org.androidpn.server.model.
User
getUser(Long)
- Method in class org.androidpn.server.dao.hibernate.
UserDaoHibernate
getUser(Long)
- Method in interface org.androidpn.server.dao.
UserDao
getUser(String)
- Method in class org.androidpn.server.service.impl.
UserServiceImpl
getUser(String)
- Method in interface org.androidpn.server.service.
UserService
getUserByUsername(String)
- Method in class org.androidpn.server.dao.hibernate.
UserDaoHibernate
getUserByUsername(String)
- Method in interface org.androidpn.server.dao.
UserDao
getUserByUsername(String)
- Method in class org.androidpn.server.service.impl.
UserServiceImpl
getUserByUsername(String)
- Method in interface org.androidpn.server.service.
UserService
getUsername()
- Method in class org.androidpn.server.model.
User
getUsername()
- Method in class org.androidpn.server.xmpp.auth.
AuthToken
Returns the username.
getUsername()
- Method in class org.androidpn.server.xmpp.session.
ClientSession
Returns the username associated with this session.
getUsers()
- Method in class org.androidpn.server.dao.hibernate.
UserDaoHibernate
getUsers()
- Method in interface org.androidpn.server.dao.
UserDao
getUsers()
- Method in class org.androidpn.server.service.impl.
UserServiceImpl
getUsers()
- Method in interface org.androidpn.server.service.
UserService
getUserService()
- Static method in class org.androidpn.server.service.
ServiceLocator
Obtains the user service.
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