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

A

AbstractIMSession - Class in com.multisoftgroup.jerry.jabber.session
 
AbstractIMSession() - Constructor for class com.multisoftgroup.jerry.jabber.session.AbstractIMSession
 
AbstractServer - Class in com.multisoftgroup.jerry.server
A basic server supporting background acceptance of new, authenticated connections.
AbstractServer() - Constructor for class com.multisoftgroup.jerry.server.AbstractServer
 
AbstractServerThread - Class in com.multisoftgroup.jerry.server.thread
 
AbstractServerThread(String) - Constructor for class com.multisoftgroup.jerry.server.thread.AbstractServerThread
 
accept() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
Account - Class in com.multisoftgroup.jerry.jabber.domain
 
Account() - Constructor for class com.multisoftgroup.jerry.jabber.domain.Account
 
AccountBO - Class in com.multisoftgroup.jerry.jabber.bo
 
AccountDAO - Class in com.multisoftgroup.jerry.jabber.dao
 
AccountDAO() - Constructor for class com.multisoftgroup.jerry.jabber.dao.AccountDAO
 
AccountManager - Class in com.multisoftgroup.jerry.jabber
 
AccountManager() - Constructor for class com.multisoftgroup.jerry.jabber.AccountManager
 
accountManager - Static variable in class com.multisoftgroup.jerry.webchat.managers.WebChatManager
 
AccountRepositoryHolder - Class in com.multisoftgroup.jerry.jabber
 
add(String, Packet) - Method in class com.multisoftgroup.jerry.jabber.DeferrableMessagesHolder
 
add(Packet) - Method in class com.multisoftgroup.jerry.webchat.client.PacketQueue
 
add(String) - Method in class com.multisoftgroup.jerry.webchat.managers.OperatorLoadManager
 
addAttribut(String, String) - Method in class com.multisoftgroup.jerry.jabber.util.XMLToString
 
addCommand(String) - Method in class com.multisoftgroup.jerry.webchat.client.Chat
 
addElement(XMLToString) - Method in class com.multisoftgroup.jerry.jabber.util.XMLToString
 
addFilledAttribut(String, String) - Method in class com.multisoftgroup.jerry.jabber.util.XMLToString
 
addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
addLocalMessage(StringBuffer) - Method in class com.multisoftgroup.jerry.webchat.util.ChatBuffer
 
addOperator(Operator) - Method in class com.multisoftgroup.jerry.webchat.domain.JerryAccount
 
addPacketListener(PacketListener) - Method in class com.multisoftgroup.jerry.webchat.client.WebChatPacketReader
 
addPacketToQueue(Packet) - Method in class com.multisoftgroup.jerry.webchat.client.WebChatPacketReader
 
addRoster(String, RosterItem) - Method in class com.multisoftgroup.jerry.jabber.RosterListRepositoryHolder
 
addStringElement(String) - Method in class com.multisoftgroup.jerry.jabber.util.XMLToString
 
addTextNode(String) - Method in class com.multisoftgroup.jerry.jabber.util.XMLToString
 
addWebMessage(StringBuffer) - Method in class com.multisoftgroup.jerry.webchat.util.ChatBuffer
 
addWebParam(String, String) - Method in class com.multisoftgroup.jerry.webchat.domain.JerryAccount
 
ApplicationProperties - Class in com.multisoftgroup.jerry
Provides access to internal properties
ApplicationProperties() - Constructor for class com.multisoftgroup.jerry.ApplicationProperties
 
ASK_SUBSCRIBE - Static variable in class com.multisoftgroup.jerry.jabber.domain.RosterItem
 
ASK_UNSUBSCRIBE - Static variable in class com.multisoftgroup.jerry.jabber.domain.RosterItem
 
asString(XmlPullParser) - Method in class com.multisoftgroup.jerry.jabber.xmpp.DefaultSessionProcessor
 
AUTH_TYPE_DIGEST - Static variable in class com.multisoftgroup.jerry.jabber.domain.Account
 
AUTH_TYPE_PLAIN - Static variable in class com.multisoftgroup.jerry.jabber.domain.Account
 
authenticate(int, String, String) - Method in class com.multisoftgroup.jerry.jabber.domain.Account
 
AvailableOperator - Class in com.multisoftgroup.jerry.webchat.managers.bean
 
AvailableOperator(Operator, boolean) - Constructor for class com.multisoftgroup.jerry.webchat.managers.bean.AvailableOperator
 

B

BalancedLoading - Class in com.multisoftgroup.jerry.webchat.managers.balancer
This operator load balancer allows to allot incoming requests equally to the account operators.
BalancedLoading() - Constructor for class com.multisoftgroup.jerry.webchat.managers.balancer.BalancedLoading
 
bind(SocketAddress, int) - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
bind(SocketAddress) - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
bind(SocketAddress) - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
Body - Interface in com.multisoftgroup.jerry.jabber.xmpp.client
 
BodyImpl - Class in com.multisoftgroup.jerry.jabber.xmpp.client
 
BodyImpl() - Constructor for class com.multisoftgroup.jerry.jabber.xmpp.client.BodyImpl
 
BufferedServerSocket - Class in com.multisoftgroup.jerry.server.net
 
BufferedServerSocket(ServerSocket) - Constructor for class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
BufferedSocket - Class in com.multisoftgroup.jerry.server.net
 
BufferedSocket(Socket) - Constructor for class com.multisoftgroup.jerry.server.net.BufferedSocket
Creates a new instance of BufferedSocket

C

C2S_CONNECTION - Static variable in interface com.multisoftgroup.jerry.jabber.session.IMSession
 
Chat - Class in com.multisoftgroup.jerry.webchat.client
This class provides methods to communicate with Jabber server.
Chat(ChatManager, JID, JID, VisitorWebInfo, String) - Constructor for class com.multisoftgroup.jerry.webchat.client.Chat
 
ChatBuffer - Class in com.multisoftgroup.jerry.webchat.util
 
ChatBuffer() - Constructor for class com.multisoftgroup.jerry.webchat.util.ChatBuffer
 
ChatFactory - Class in com.multisoftgroup.jerry.webchat.client
 
ChatFactory() - Constructor for class com.multisoftgroup.jerry.webchat.client.ChatFactory
 
ChatLogPlugin - Class in com.multisoftgroup.jerry.webchat.plugin
This Jerry Messenger plug-in creates a log file for each of web chat.
ChatLogPlugin() - Constructor for class com.multisoftgroup.jerry.webchat.plugin.ChatLogPlugin
 
ChatManager - Class in com.multisoftgroup.jerry.webchat.client
This manager is responsible for creation Chats within particular JerryAccount.
ChatManager(JerryAccount) - Constructor for class com.multisoftgroup.jerry.webchat.client.ChatManager
 
ChatPlugin - Interface in com.multisoftgroup.jerry.webchat.plugin
Interface of Jerry Messenger plug-ins.
ChatPluginContainer - Class in com.multisoftgroup.jerry.webchat.plugin
 
ChatPluginContainer(Chat, JID, JID) - Constructor for class com.multisoftgroup.jerry.webchat.plugin.ChatPluginContainer
 
close() - Method in class com.multisoftgroup.jerry.jabber.session.ComponentSession
 
close() - Method in class com.multisoftgroup.jerry.jabber.session.IMClientSessionImpl
 
close() - Method in interface com.multisoftgroup.jerry.jabber.session.IMSession
 
close() - Method in class com.multisoftgroup.jerry.jabber.util.LoggedInputStreamReader
 
close() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
close() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
close() - Method in class com.multisoftgroup.jerry.webchat.client.Chat
 
close() - Method in class com.multisoftgroup.jerry.webchat.client.ChatManager
 
close() - Method in class com.multisoftgroup.jerry.webchat.plugin.ChatLogPlugin
 
close() - Method in interface com.multisoftgroup.jerry.webchat.plugin.ChatPlugin
Called on closing chat.
close() - Method in class com.multisoftgroup.jerry.webchat.plugin.ChatPluginContainer
 
close() - Method in class com.multisoftgroup.jerry.webchat.WebMessenger
 
com.multisoftgroup.jerry - package com.multisoftgroup.jerry
 
com.multisoftgroup.jerry.jabber - package com.multisoftgroup.jerry.jabber
 
com.multisoftgroup.jerry.jabber.bo - package com.multisoftgroup.jerry.jabber.bo
 
com.multisoftgroup.jerry.jabber.dao - package com.multisoftgroup.jerry.jabber.dao
 
com.multisoftgroup.jerry.jabber.data - package com.multisoftgroup.jerry.jabber.data
 
com.multisoftgroup.jerry.jabber.domain - package com.multisoftgroup.jerry.jabber.domain
 
com.multisoftgroup.jerry.jabber.session - package com.multisoftgroup.jerry.jabber.session
 
com.multisoftgroup.jerry.jabber.util - package com.multisoftgroup.jerry.jabber.util
 
com.multisoftgroup.jerry.jabber.xmpp - package com.multisoftgroup.jerry.jabber.xmpp
 
com.multisoftgroup.jerry.jabber.xmpp.client - package com.multisoftgroup.jerry.jabber.xmpp.client
 
com.multisoftgroup.jerry.run - package com.multisoftgroup.jerry.run
 
com.multisoftgroup.jerry.run.message - package com.multisoftgroup.jerry.run.message
 
com.multisoftgroup.jerry.server - package com.multisoftgroup.jerry.server
 
com.multisoftgroup.jerry.server.exceptions - package com.multisoftgroup.jerry.server.exceptions
 
com.multisoftgroup.jerry.server.net - package com.multisoftgroup.jerry.server.net
 
com.multisoftgroup.jerry.server.thread - package com.multisoftgroup.jerry.server.thread
 
com.multisoftgroup.jerry.webchat - package com.multisoftgroup.jerry.webchat
 
com.multisoftgroup.jerry.webchat.client - package com.multisoftgroup.jerry.webchat.client
 
com.multisoftgroup.jerry.webchat.domain - package com.multisoftgroup.jerry.webchat.domain
 
com.multisoftgroup.jerry.webchat.managers - package com.multisoftgroup.jerry.webchat.managers
 
com.multisoftgroup.jerry.webchat.managers.balancer - package com.multisoftgroup.jerry.webchat.managers.balancer
 
com.multisoftgroup.jerry.webchat.managers.bean - package com.multisoftgroup.jerry.webchat.managers.bean
 
com.multisoftgroup.jerry.webchat.plugin - package com.multisoftgroup.jerry.webchat.plugin
 
com.multisoftgroup.jerry.webchat.util - package com.multisoftgroup.jerry.webchat.util
 
Commander - Class in com.multisoftgroup.jerry.run
 
Commander(String[]) - Constructor for class com.multisoftgroup.jerry.run.Commander
 
CommonDAO - Class in com.multisoftgroup.jerry.jabber.dao
 
CommonDAO() - Constructor for class com.multisoftgroup.jerry.jabber.dao.CommonDAO
 
compareTo(Object) - Method in class com.multisoftgroup.jerry.webchat.domain.Operator
 
ComponentSession - Class in com.multisoftgroup.jerry.jabber.session
 
ComponentSession() - Constructor for class com.multisoftgroup.jerry.jabber.session.ComponentSession
 
connect(SocketAddress) - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
connect(SocketAddress, int) - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
ConnectionHandler - Class in com.multisoftgroup.jerry.jabber
 
create(Account) - Method in class com.multisoftgroup.jerry.jabber.bo.AccountBO
 
create(PrivateStorage) - Method in class com.multisoftgroup.jerry.jabber.bo.PrivateStorageBO
 
create(RosterItem) - Method in class com.multisoftgroup.jerry.jabber.bo.RosterItemBO
 
create(TransitableMessage) - Method in class com.multisoftgroup.jerry.jabber.bo.TransitableMessageBO
 
createChat(String, JID, VisitorWebInfo, String) - Method in class com.multisoftgroup.jerry.webchat.client.ChatManager
 
createMessenger(String, String, String, VisitorWebInfo) - Static method in class com.multisoftgroup.jerry.webchat.managers.WebChatManager
 
createServer() - Static method in class com.multisoftgroup.jerry.server.ManagementServer
 
createServer() - Static method in class com.multisoftgroup.jerry.server.XMPP_SSLServer
 
createServer() - Static method in class com.multisoftgroup.jerry.server.XMPPServer
 
createWebChatContext(String) - Static method in class com.multisoftgroup.jerry.webchat.managers.WebChatManager
 

D

DAOFactory - Class in com.multisoftgroup.jerry.jabber.dao
 
DAOFactory() - Constructor for class com.multisoftgroup.jerry.jabber.dao.DAOFactory
 
DATABASE_CREATION_FILE - Static variable in class com.multisoftgroup.jerry.ApplicationProperties
 
DATABASE_PATH - Static variable in class com.multisoftgroup.jerry.ApplicationProperties
 
decodeBase64(String) - Static method in class com.multisoftgroup.jerry.webchat.util.StringUtils
Decodes a base64 String.
defaultEncoding - Variable in class com.multisoftgroup.jerry.jabber.session.AbstractIMSession
 
defaultEncoding - Variable in class com.multisoftgroup.jerry.jabber.session.ComponentSession
 
DefaultSessionProcessor - Class in com.multisoftgroup.jerry.jabber.xmpp
 
DefaultSessionProcessor() - Constructor for class com.multisoftgroup.jerry.jabber.xmpp.DefaultSessionProcessor
 
Deferrable - Interface in com.multisoftgroup.jerry.jabber.data
 
DeferrableMessagesHolder - Class in com.multisoftgroup.jerry.jabber
 
DeferrableMessagesHolder() - Constructor for class com.multisoftgroup.jerry.jabber.DeferrableMessagesHolder
 
delete(Account) - Method in class com.multisoftgroup.jerry.jabber.bo.AccountBO
 
delete(PrivateStorage) - Method in class com.multisoftgroup.jerry.jabber.bo.PrivateStorageBO
 
delete(RosterItem) - Method in class com.multisoftgroup.jerry.jabber.bo.RosterItemBO
 
delete(TransitableMessage) - Method in class com.multisoftgroup.jerry.jabber.bo.TransitableMessageBO
 
delete(Account) - Method in class com.multisoftgroup.jerry.jabber.dao.AccountDAO
 
delete(PrivateStorage) - Method in class com.multisoftgroup.jerry.jabber.dao.PrivateStorageDAO
 
delete(RosterItem) - Method in class com.multisoftgroup.jerry.jabber.dao.RosterItemDAO
 
delete(TransitableMessage) - Method in class com.multisoftgroup.jerry.jabber.dao.TransitableMessageDAO
 
deleteAll(String) - Method in class com.multisoftgroup.jerry.jabber.bo.TransitableMessageBO
 
deleteAll(String) - Method in class com.multisoftgroup.jerry.jabber.dao.TransitableMessageDAO
 
deliverQueueMessage(IMSession, String) - Method in class com.multisoftgroup.jerry.jabber.IMRouter
 
DEVELOPED_BY - Static variable in class com.multisoftgroup.jerry.ApplicationProperties
 
digest(long) - Static method in class com.multisoftgroup.jerry.jabber.util.Digester
 
digest(String) - Static method in class com.multisoftgroup.jerry.jabber.util.Digester
 
Digester - Class in com.multisoftgroup.jerry.jabber.util
 
Digester() - Constructor for class com.multisoftgroup.jerry.jabber.util.Digester
 
dispose() - Method in class com.multisoftgroup.jerry.jabber.ConnectionHandler
 
disposed - Variable in class com.multisoftgroup.jerry.jabber.session.AbstractIMSession
 

E

encodeBase64(String) - Static method in class com.multisoftgroup.jerry.webchat.util.StringUtils
Encodes a String as a base64 String.
encodeBase64(byte[]) - Static method in class com.multisoftgroup.jerry.webchat.util.StringUtils
Encodes a byte array into a base64 String.
enqueue(IMRouter.TransitableAndSession) - Method in class com.multisoftgroup.jerry.jabber.IMRouter.RemoteDeliveryThreadPerHost
 
equals(Object) - Method in class com.multisoftgroup.jerry.jabber.domain.RosterItem
 
equals(Object) - Method in class com.multisoftgroup.jerry.jabber.session.AbstractIMSession
 
equals(Object) - Method in class com.multisoftgroup.jerry.webchat.client.JID
 
Error - Interface in com.multisoftgroup.jerry.jabber.xmpp
 
ErrorImpl - Class in com.multisoftgroup.jerry.jabber.xmpp
 
ErrorImpl() - Constructor for class com.multisoftgroup.jerry.jabber.xmpp.ErrorImpl
 

F

finalize() - Method in class com.multisoftgroup.jerry.webchat.client.Chat
 
finalize() - Method in class com.multisoftgroup.jerry.webchat.WebMessenger
 
finalizeServer() - Method in class com.multisoftgroup.jerry.server.AbstractServer
 
finalizeServer() - Method in class com.multisoftgroup.jerry.server.ManagementServer
 
finalizeServer() - Method in class com.multisoftgroup.jerry.server.XMPP_SSLServer
 
finalizeServer() - Method in class com.multisoftgroup.jerry.server.XMPPServer
 
findAll() - Method in class com.multisoftgroup.jerry.jabber.dao.AccountDAO
 
findAll() - Method in class com.multisoftgroup.jerry.jabber.dao.PrivateStorageDAO
 
findAll() - Method in class com.multisoftgroup.jerry.jabber.dao.RosterItemDAO
 
findAll() - Method in class com.multisoftgroup.jerry.jabber.dao.TransitableMessageDAO
 
FirstAvailableOperator - Class in com.multisoftgroup.jerry.webchat.managers.balancer
This is simple Operator Balancer.
FirstAvailableOperator() - Constructor for class com.multisoftgroup.jerry.webchat.managers.balancer.FirstAvailableOperator
 
forChat() - Method in class com.multisoftgroup.jerry.webchat.managers.bean.AvailableOperator
 
format(String) - Method in class com.multisoftgroup.jerry.webchat.util.HtmlMessageFormatter
 

G

get() - Method in class com.multisoftgroup.jerry.webchat.util.ChatBuffer
 
getAccount(String) - Method in class com.multisoftgroup.jerry.jabber.AccountRepositoryHolder
 
getAccount(int) - Method in class com.multisoftgroup.jerry.jabber.bo.AccountBO
 
getAccount(String) - Method in class com.multisoftgroup.jerry.webchat.managers.JerryAccountManager
This method allows you to find an JerryAccount by its name
getAccountDAO() - Static method in class com.multisoftgroup.jerry.jabber.dao.DAOFactory
 
getAccountId() - Method in class com.multisoftgroup.jerry.jabber.domain.PrivateStorage
 
getAccountId() - Method in class com.multisoftgroup.jerry.jabber.domain.RosterItem
 
getAccountList(String) - Method in class com.multisoftgroup.jerry.jabber.AccountRepositoryHolder
 
getAccountList() - Method in class com.multisoftgroup.jerry.jabber.AccountRepositoryHolder
 
getAll() - Method in class com.multisoftgroup.jerry.jabber.bo.AccountBO
 
getAll() - Method in class com.multisoftgroup.jerry.jabber.bo.TransitableMessageBO
 
getAll(int) - Method in class com.multisoftgroup.jerry.jabber.dao.RosterItemDAO
 
getAllAccounts() - Method in class com.multisoftgroup.jerry.webchat.managers.JerryAccountManager
This metod returns a list of all JerryAccounts.
getAllRegisteredSession(String) - Method in class com.multisoftgroup.jerry.jabber.IMRouter
 
getAsk() - Method in class com.multisoftgroup.jerry.jabber.domain.RosterItem
 
getBrowser() - Method in class com.multisoftgroup.jerry.webchat.client.VisitorWebInfo
 
getByKey(int, String) - Method in class com.multisoftgroup.jerry.jabber.dao.PrivateStorageDAO
 
getByName(String) - Method in class com.multisoftgroup.jerry.jabber.bo.AccountBO
 
getByName(String) - Method in class com.multisoftgroup.jerry.jabber.dao.AccountDAO
 
getCallOrder() - Method in class com.multisoftgroup.jerry.webchat.domain.Operator
 
getChannel() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getChannel() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getChatManager() - Method in class com.multisoftgroup.jerry.webchat.client.Chat
 
getChatManager(String) - Static method in class com.multisoftgroup.jerry.webchat.client.ChatFactory
 
getCommand() - Method in class com.multisoftgroup.jerry.run.Commander
 
getConfigFile() - Method in class com.multisoftgroup.jerry.run.Commander
 
getConnectionType() - Method in class com.multisoftgroup.jerry.jabber.session.ComponentSession
 
getConnectionType() - Method in class com.multisoftgroup.jerry.jabber.session.IMClientSessionImpl
 
getConnectionType() - Method in interface com.multisoftgroup.jerry.jabber.session.IMSession
 
getData(String, String) - Method in class com.multisoftgroup.jerry.jabber.PrivateRepositoryHolder
 
getDialbackValid() - Method in interface com.multisoftgroup.jerry.jabber.session.IMServerSession
 
getDialbackValue() - Method in interface com.multisoftgroup.jerry.jabber.session.IMServerSession
 
getDictionary() - Method in class com.multisoftgroup.jerry.webchat.domain.JerryAccount
 
getEmail() - Method in class com.multisoftgroup.jerry.webchat.domain.JerryAccount
 
getEnabledCipherSuites() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getEnabledCipherSuites() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getEnabledProtocols() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getEnabledProtocols() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getEnableSessionCreation() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getEnableSessionCreation() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getEncoding() - Method in class com.multisoftgroup.jerry.jabber.session.AbstractIMSession
 
getEncoding() - Method in class com.multisoftgroup.jerry.jabber.session.ComponentSession
 
getEncoding() - Method in interface com.multisoftgroup.jerry.jabber.session.IMSession
 
getEventName(IMSession, String, String) - Method in class com.multisoftgroup.jerry.jabber.xmpp.DefaultSessionProcessor
 
getFactory() - Method in enum com.multisoftgroup.jerry.server.net.ServerSocketType
 
getFrom() - Method in interface com.multisoftgroup.jerry.jabber.data.Packet
 
getGreeting() - Method in class com.multisoftgroup.jerry.webchat.domain.JerryAccount
 
getHistory() - Method in class com.multisoftgroup.jerry.webchat.util.ChatBuffer
 
getHistory() - Method in class com.multisoftgroup.jerry.webchat.WebMessenger
 
getHost() - Method in class com.multisoftgroup.jerry.webchat.client.JID
 
getHostname() - Method in class com.multisoftgroup.jerry.jabber.IMRouter.TransitableAndSession
 
getHostname(String) - Static method in class com.multisoftgroup.jerry.jabber.util.JIDParser
 
getHostName() - Method in class com.multisoftgroup.jerry.JerryProperties
 
getHtmlCode(JerryAccount, String, int) - Static method in class com.multisoftgroup.jerry.webchat.util.HtmlGenerator
 
getId() - Method in class com.multisoftgroup.jerry.jabber.session.AbstractIMSession
 
getId() - Method in class com.multisoftgroup.jerry.jabber.session.ComponentSession
 
getId() - Method in interface com.multisoftgroup.jerry.jabber.session.IMSession
 
getImgCode(String, int, boolean, String, int) - Static method in class com.multisoftgroup.jerry.webchat.util.HtmlGenerator
 
getImgTestCode(String, int, JerryAccount, boolean) - Static method in class com.multisoftgroup.jerry.webchat.util.HtmlGenerator
 
getInetAddress() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getInetAddress() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getInputStream() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getInsnance() - Static method in class com.multisoftgroup.jerry.jabber.WebChatComponent
 
getInstance() - Static method in class com.multisoftgroup.jerry.ApplicationProperties
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.AccountRepositoryHolder
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.bo.AccountBO
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.bo.PrivateStorageBO
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.bo.RosterItemBO
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.bo.TransitableMessageBO
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.ConnectionHandler
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.IMPresenceHolder
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.IMRouter
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.PrivateRepositoryHolder
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.RosterListRepositoryHolder
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.SubscriptionManager
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.UsersManager
 
getInstance() - Static method in class com.multisoftgroup.jerry.jabber.XMPPresenceManager
 
getInstance() - Static method in class com.multisoftgroup.jerry.JerryProperties
 
getInstance() - Static method in class com.multisoftgroup.jerry.run.ServerStarter
 
getInstance() - Static method in class com.multisoftgroup.jerry.server.thread.ThreadExecutor
 
getInstance() - Static method in class com.multisoftgroup.jerry.webchat.client.WebChatPacketReader
 
getInstance() - Static method in class com.multisoftgroup.jerry.webchat.managers.JerryAccountManager
 
getInstance() - Static method in class com.multisoftgroup.jerry.webchat.managers.OperatorLoadManager
 
getInstance() - Static method in class com.multisoftgroup.jerry.webchat.managers.PresenceManager
 
getIpAddress() - Method in class com.multisoftgroup.jerry.webchat.client.VisitorWebInfo
 
getJabberAddress() - Method in class com.multisoftgroup.jerry.webchat.domain.Operator
 
getJerryAccount() - Method in class com.multisoftgroup.jerry.webchat.client.ChatManager
 
getJerryAccountList() - Method in class com.multisoftgroup.jerry.JerryProperties
 
getJerryBehavior() - Method in class com.multisoftgroup.jerry.JerryProperties
 
getJID() - Method in class com.multisoftgroup.jerry.jabber.domain.RosterItem
 
getJID(String) - Static method in class com.multisoftgroup.jerry.jabber.util.JIDParser
 
getJID(String) - Method in class com.multisoftgroup.jerry.webchat.client.VisitorManager
Creates an unique visitor JID within JerryAccount
getKeepAlive() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getKey() - Method in class com.multisoftgroup.jerry.jabber.domain.PrivateStorage
 
getLoading(Operator) - Method in class com.multisoftgroup.jerry.webchat.managers.balancer.OperatorBalancer
This method allows to get an number of active chats (at a current moment) for the specified operator
getLocalAddress() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getLocalPort() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getLocalPort() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getLocalSocketAddress() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getLocalSocketAddress() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getManagementPort() - Method in class com.multisoftgroup.jerry.JerryProperties
 
getMessage() - Method in class com.multisoftgroup.jerry.jabber.domain.TransitableMessage
 
getMessage() - Method in class com.multisoftgroup.jerry.webchat.client.Chat
 
getMessages() - Method in class com.multisoftgroup.jerry.webchat.WebMessenger
 
getName() - Method in class com.multisoftgroup.jerry.jabber.domain.Account
 
getName() - Method in class com.multisoftgroup.jerry.jabber.domain.RosterItem
 
getName(String) - Static method in class com.multisoftgroup.jerry.jabber.util.JIDParser
 
getName() - Method in class com.multisoftgroup.jerry.server.AbstractServer
 
getName() - Method in class com.multisoftgroup.jerry.server.ManagementServer
 
getName() - Method in class com.multisoftgroup.jerry.server.XMPP_SSLServer
 
getName() - Method in class com.multisoftgroup.jerry.server.XMPPServer
 
getName() - Method in class com.multisoftgroup.jerry.webchat.client.JID
 
getName() - Method in class com.multisoftgroup.jerry.webchat.client.VisitorInfo
 
getName() - Method in class com.multisoftgroup.jerry.webchat.domain.JerryAccount
 
getName() - Method in class com.multisoftgroup.jerry.webchat.domain.Operator
 
getNameAndRessource(String) - Static method in class com.multisoftgroup.jerry.jabber.util.JIDParser
 
getNamespace(IMSession, String) - Method in class com.multisoftgroup.jerry.jabber.xmpp.DefaultSessionProcessor
 
getNamespace() - Method in interface com.multisoftgroup.jerry.jabber.xmpp.Streams
 
getNamespace() - Method in class com.multisoftgroup.jerry.jabber.xmpp.StreamsImpl
 
getNeedClientAuth() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getNeedClientAuth() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getNewClientSession() - Method in class com.multisoftgroup.jerry.jabber.session.SessionsManager
 
getNewServerSession() - Method in class com.multisoftgroup.jerry.jabber.session.SessionsManager
 
getNewUser() - Method in class com.multisoftgroup.jerry.jabber.UsersManager
 
getNextCommand() - Method in class com.multisoftgroup.jerry.webchat.client.Chat
 
getNextCommand() - Method in class com.multisoftgroup.jerry.webchat.WebMessenger
 
getNextSystemMessage() - Method in class com.multisoftgroup.jerry.webchat.client.Chat
 
getNumberConnections(String) - Method in class com.multisoftgroup.jerry.webchat.managers.OperatorLoadManager
 
getOfflineImagePath() - Method in class com.multisoftgroup.jerry.webchat.domain.JerryAccount
 
getOfflineMessages() - Method in class com.multisoftgroup.jerry.webchat.domain.JerryAccount
 
getOnlineImagePath() - Method in class com.multisoftgroup.jerry.webchat.domain.JerryAccount
 
getOOBInline() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getOperator() - Method in class com.multisoftgroup.jerry.webchat.managers.bean.AvailableOperator
 
getOperatorBalancerClass() - Method in class com.multisoftgroup.jerry.JerryProperties
 
getOperatorComposingMessage() - Method in class com.multisoftgroup.jerry.webchat.WebMessenger
 
getOperatorJID() - Method in class com.multisoftgroup.jerry.webchat.client.Chat
 
getOperatorList() - Method in class com.multisoftgroup.jerry.JerryProperties
 
getOperatorName() - Method in class com.multisoftgroup.jerry.webchat.client.Chat
 
getOperators() - Method in class com.multisoftgroup.jerry.webchat.domain.JerryAccount
 
getOutputStream() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getPassword() - Method in class com.multisoftgroup.jerry.jabber.domain.Account
 
getPassword() - Method in class com.multisoftgroup.jerry.webchat.domain.Operator
 
getPK() - Method in class com.multisoftgroup.jerry.jabber.dao.CommonDAO
 
getPlugins() - Method in class com.multisoftgroup.jerry.JerryProperties
 
getPort() - Method in class com.multisoftgroup.jerry.JerryProperties
 
getPort() - Method in class com.multisoftgroup.jerry.server.AbstractServer
 
getPort() - Method in class com.multisoftgroup.jerry.server.ManagementServer
 
getPort() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getPort() - Method in class com.multisoftgroup.jerry.server.XMPP_SSLServer
 
getPort() - Method in class com.multisoftgroup.jerry.server.XMPPServer
 
getPresence(String) - Method in class com.multisoftgroup.jerry.jabber.IMPresenceHolder
 
getPresence() - Method in interface com.multisoftgroup.jerry.jabber.session.IMClientSession
 
getPresence() - Method in class com.multisoftgroup.jerry.jabber.session.IMClientSessionImpl
 
getPresence(String) - Method in class com.multisoftgroup.jerry.jabber.XMPPresenceManager
 
getPrivateStorage(Account, String) - Method in class com.multisoftgroup.jerry.jabber.bo.PrivateStorageBO
 
getPrivateStorageDAO() - Static method in class com.multisoftgroup.jerry.jabber.dao.DAOFactory
 
getReceiveBufferSize() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getReceiveBufferSize() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getRegisteredSession(String) - Method in class com.multisoftgroup.jerry.jabber.IMRouter
 
getRemoteHostname() - Method in interface com.multisoftgroup.jerry.jabber.session.IMServerSession
 
getRemoteSocketAddress() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getResource() - Method in class com.multisoftgroup.jerry.webchat.client.JID
 
getReuseAddress() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getReuseAddress() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getRoster(String, String) - Method in class com.multisoftgroup.jerry.jabber.RosterListRepositoryHolder
 
getRosterItem(int) - Method in class com.multisoftgroup.jerry.jabber.bo.RosterItemBO
 
getRosterItemDAO() - Static method in class com.multisoftgroup.jerry.jabber.dao.DAOFactory
 
getRosterList(Account) - Method in class com.multisoftgroup.jerry.jabber.bo.RosterItemBO
 
getRosterList(String) - Method in class com.multisoftgroup.jerry.jabber.RosterListRepositoryHolder
 
getSendBufferSize() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getServerSocketType() - Method in class com.multisoftgroup.jerry.server.AbstractServer
 
getServerSocketType() - Method in class com.multisoftgroup.jerry.server.ManagementServer
 
getServerSocketType() - Method in class com.multisoftgroup.jerry.server.XMPP_SSLServer
 
getServerSocketType() - Method in class com.multisoftgroup.jerry.server.XMPPServer
 
getSession() - Method in class com.multisoftgroup.jerry.jabber.IMRouter.TransitableAndSession
 
getSession() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getSoLinger() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getSoTimeout() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getSoTimeout() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getSSLKeystore() - Method in class com.multisoftgroup.jerry.JerryProperties
 
getSSLKeystorePassword() - Method in class com.multisoftgroup.jerry.JerryProperties
 
getSSLPort() - Method in class com.multisoftgroup.jerry.JerryProperties
 
getStreams() - Method in class com.multisoftgroup.jerry.jabber.session.AbstractIMSession
 
getStreams() - Method in class com.multisoftgroup.jerry.jabber.session.ComponentSession
 
getStreams() - Method in interface com.multisoftgroup.jerry.jabber.session.IMSession
 
getSubscription() - Method in class com.multisoftgroup.jerry.jabber.domain.RosterItem
 
getSupportedCipherSuites() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getSupportedCipherSuites() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getSupportedProtocols() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getSupportedProtocols() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getTcpNoDelay() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getText(String) - Method in class com.multisoftgroup.jerry.webchat.util.I18nResources
 
getThreadName() - Method in class com.multisoftgroup.jerry.server.thread.AbstractServerThread
 
getTo() - Method in interface com.multisoftgroup.jerry.jabber.data.Packet
 
getTrafficClass() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getTransitable() - Method in class com.multisoftgroup.jerry.jabber.IMRouter.TransitableAndSession
 
getTransitableMessage(int) - Method in class com.multisoftgroup.jerry.jabber.bo.TransitableMessageBO
 
getTransitableMessageDAO() - Static method in class com.multisoftgroup.jerry.jabber.dao.DAOFactory
 
getTwinSession() - Method in interface com.multisoftgroup.jerry.jabber.session.IMServerSession
 
getType() - Method in interface com.multisoftgroup.jerry.jabber.data.Packet
 
getUseClientMode() - Method in class com.multisoftgroup.jerry.server.net.BufferedServerSocket
 
getUseClientMode() - Method in class com.multisoftgroup.jerry.server.net.BufferedSocket
 
getUser() - Method in interface com.multisoftgroup.jerry.jabber.session.IMClientSession
 
getUser() - Method in class com.multisoftgroup.jerry.jabber.session.IMClientSessionImpl
 
getUserGroup() - Method in class com.multisoftgroup.jerry.jabber.domain.RosterItem
 
getUserName() - Method in class com.multisoftgroup.jerry.jabber.domain.TransitableMessage
 
getValue() - Method in class com.multisoftgroup.jerry.jabber.domain.PrivateStorage
 
getVCard() - Method in class com.multisoftgroup.jerry.webchat.client.VisitorInfo
 
getVCard(String, String) - Static method in class com.multisoftgroup.jerry.webchat.managers.WebChatManager
 
getVCardData(String) - Method in class com.multisoftgroup.jerry.jabber.WebChatComponent
 
getVisitorEmail() - Method in class com.multisoftgroup.jerry.w