Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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.webchat.client.
VisitorWebInfo
getVisitorInfo(String)
- Method in class com.multisoftgroup.jerry.webchat.client.
ChatManager
getVisitorInfo(JID)
- Method in class com.multisoftgroup.jerry.webchat.client.
VisitorManager
getVisitorJID()
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
getVisitorName()
- Method in class com.multisoftgroup.jerry.webchat.client.
VisitorWebInfo
getVisitorName()
- Method in class com.multisoftgroup.jerry.webchat.
WebMessenger
getVisitorQuestion()
- Method in class com.multisoftgroup.jerry.webchat.client.
VisitorWebInfo
getWantClientAuth()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
getWantClientAuth()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
getWebInfo()
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
getWebParam(String)
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
getWebParamMap()
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
getXmlPullParser()
- Method in class com.multisoftgroup.jerry.jabber.session.
AbstractIMSession
getXmlPullParser()
- Method in class com.multisoftgroup.jerry.jabber.session.
ComponentSession
getXmlPullParser()
- Method in interface com.multisoftgroup.jerry.jabber.session.
IMSession
H
handleConnection(Socket)
- Method in class com.multisoftgroup.jerry.jabber.
ConnectionHandler
hashCode()
- Method in class com.multisoftgroup.jerry.jabber.session.
AbstractIMSession
hashCode()
- Method in class com.multisoftgroup.jerry.webchat.client.
JID
HOST_NAME
- Static variable in class com.multisoftgroup.jerry.jabber.xmpp.
DefaultSessionProcessor
HtmlGenerator
- Class in
com.multisoftgroup.jerry.webchat.util
HtmlGenerator()
- Constructor for class com.multisoftgroup.jerry.webchat.util.
HtmlGenerator
HtmlMessageFormatter
- Class in
com.multisoftgroup.jerry.webchat.util
HtmlMessageFormatter()
- Constructor for class com.multisoftgroup.jerry.webchat.util.
HtmlMessageFormatter
I
I18nResources
- Class in
com.multisoftgroup.jerry.webchat.util
This class provides access to i18n resource file.
I18nResources(String, String)
- Constructor for class com.multisoftgroup.jerry.webchat.util.
I18nResources
IMClientSession
- Interface in
com.multisoftgroup.jerry.jabber.session
IMClientSessionImpl
- Class in
com.multisoftgroup.jerry.jabber.session
IMClientSessionImpl()
- Constructor for class com.multisoftgroup.jerry.jabber.session.
IMClientSessionImpl
IMMessageComposingEvent
- Class in
com.multisoftgroup.jerry.jabber.xmpp.client
IMMessageComposingEvent()
- Constructor for class com.multisoftgroup.jerry.jabber.xmpp.client.
IMMessageComposingEvent
IMPresenceHolder
- Class in
com.multisoftgroup.jerry.jabber
IMRouter
- Class in
com.multisoftgroup.jerry.jabber
IMRouter.RemoteDeliveryThreadPerHost
- Class in
com.multisoftgroup.jerry.jabber
IMRouter.RemoteDeliveryThreadPerHost(String)
- Constructor for class com.multisoftgroup.jerry.jabber.
IMRouter.RemoteDeliveryThreadPerHost
IMRouter.TransitableAndSession
- Class in
com.multisoftgroup.jerry.jabber
IMRouter.TransitableAndSession(Packet, IMSession)
- Constructor for class com.multisoftgroup.jerry.jabber.
IMRouter.TransitableAndSession
IMServerSession
- Interface in
com.multisoftgroup.jerry.jabber.session
IMSession
- Interface in
com.multisoftgroup.jerry.jabber.session
init(SessionsManager)
- Method in class com.multisoftgroup.jerry.jabber.
IMRouter
init(Chat, JID, JID, Map<String, String>)
- Method in class com.multisoftgroup.jerry.webchat.plugin.
ChatLogPlugin
init(Chat, JID, JID, Map<String, String>)
- Method in interface com.multisoftgroup.jerry.webchat.plugin.
ChatPlugin
Called for the plug-in initializaion.
initProcess(IMSession)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.
DefaultSessionProcessor
initProcess(IMSession)
- Method in interface com.multisoftgroup.jerry.jabber.xmpp.
SessionProcessor
initServer()
- Method in class com.multisoftgroup.jerry.server.
AbstractServer
initServer()
- Method in class com.multisoftgroup.jerry.server.
ManagementServer
initServer()
- Method in class com.multisoftgroup.jerry.server.
XMPP_SSLServer
initServer()
- Method in class com.multisoftgroup.jerry.server.
XMPPServer
insert(Account)
- Method in class com.multisoftgroup.jerry.jabber.dao.
AccountDAO
insert(PrivateStorage)
- Method in class com.multisoftgroup.jerry.jabber.dao.
PrivateStorageDAO
insert(RosterItem)
- Method in class com.multisoftgroup.jerry.jabber.dao.
RosterItemDAO
insert(TransitableMessage)
- Method in class com.multisoftgroup.jerry.jabber.dao.
TransitableMessageDAO
Iq
- Interface in
com.multisoftgroup.jerry.jabber.xmpp.client
IqImpl
- Class in
com.multisoftgroup.jerry.jabber.xmpp.client
IqImpl()
- Constructor for class com.multisoftgroup.jerry.jabber.xmpp.client.
IqImpl
isAuthenticationTypeSupported(int)
- Method in class com.multisoftgroup.jerry.jabber.domain.
Account
isBound()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
isBound()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
isClosed()
- Method in class com.multisoftgroup.jerry.jabber.session.
AbstractIMSession
isClosed()
- Method in class com.multisoftgroup.jerry.jabber.session.
ComponentSession
isClosed()
- Method in interface com.multisoftgroup.jerry.jabber.session.
IMSession
isClosed()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
isClosed()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
isCloseOnBrowser()
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryBehavior
isConnected()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
isInputShutdown()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
isLocalAddress(JID)
- Static method in class com.multisoftgroup.jerry.jabber.
AccountManager
isLocalAddress(String)
- Static method in class com.multisoftgroup.jerry.jabber.
AccountManager
isOnline(String)
- Method in class com.multisoftgroup.jerry.webchat.managers.
PresenceManager
isOperatorAvailable(Operator)
- Method in class com.multisoftgroup.jerry.webchat.managers.balancer.
OperatorBalancer
This method allows to check if the operator has available status on Jabber server
isOperatorComposing()
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
isOutputShutdown()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
isRegisterationOpen()
- Method in class com.multisoftgroup.jerry.
JerryProperties
isRroutedToWebChat(String, Packet)
- Method in class com.multisoftgroup.jerry.jabber.
WebChatComponent
isRunning()
- Static method in class com.multisoftgroup.jerry.server.
ManagementServer
isRunning()
- Method in class com.multisoftgroup.jerry.server.thread.
AbstractServerThread
isShowQuestion()
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
isValid(String)
- Static method in class com.multisoftgroup.jerry.jabber.util.
JIDParser
J
JERRY_PROPERTIES
- Static variable in class com.multisoftgroup.jerry.
ApplicationProperties
JerryAccount
- Class in
com.multisoftgroup.jerry.webchat.domain
This class represents a Jerry account.
JerryAccount()
- Constructor for class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
JerryAccountManager
- Class in
com.multisoftgroup.jerry.webchat.managers
This class provides information about all Jerry accounts.
JerryBehavior
- Class in
com.multisoftgroup.jerry.webchat.domain
This defines a Jerry behavior.
JerryBehavior()
- Constructor for class com.multisoftgroup.jerry.webchat.domain.
JerryBehavior
JerryProperties
- Class in
com.multisoftgroup.jerry
This class presents values from jerry.xml configuration file.
JETTY_PROPERTIES
- Static variable in class com.multisoftgroup.jerry.
ApplicationProperties
JettyServer
- Class in
com.multisoftgroup.jerry.server
JettyServer()
- Constructor for class com.multisoftgroup.jerry.server.
JettyServer
JID
- Class in
com.multisoftgroup.jerry.webchat.client
The JID class represents a Jabber Identifier as described by RFC3920
JID(String)
- Constructor for class com.multisoftgroup.jerry.webchat.client.
JID
JID(String, String, String)
- Constructor for class com.multisoftgroup.jerry.webchat.client.
JID
JIDParser
- Class in
com.multisoftgroup.jerry.jabber.util
JIDParser()
- Constructor for class com.multisoftgroup.jerry.jabber.util.
JIDParser
L
lastSessionId
- Static variable in class com.multisoftgroup.jerry.jabber.session.
AbstractIMSession
launch()
- Method in class com.multisoftgroup.jerry.server.
AbstractServer
launch()
- Method in class com.multisoftgroup.jerry.server.
JettyServer
loadManager
- Static variable in class com.multisoftgroup.jerry.webchat.client.
Chat
log
- Variable in class com.multisoftgroup.jerry.jabber.xmpp.
DefaultSessionProcessor
log
- Variable in class com.multisoftgroup.jerry.server.
AbstractServer
LoggedInputStreamReader
- Class in
com.multisoftgroup.jerry.jabber.util
LoggedInputStreamReader(InputStreamReader)
- Constructor for class com.multisoftgroup.jerry.jabber.util.
LoggedInputStreamReader
M
main(String[])
- Static method in class com.multisoftgroup.jerry.
Server
ManagementClient
- Class in
com.multisoftgroup.jerry.run
ManagementClient()
- Constructor for class com.multisoftgroup.jerry.run.
ManagementClient
ManagementServer
- Class in
com.multisoftgroup.jerry.server
mark(int)
- Method in class com.multisoftgroup.jerry.jabber.util.
LoggedInputStreamReader
markSupported()
- Method in class com.multisoftgroup.jerry.jabber.util.
LoggedInputStreamReader
Message
- Interface in
com.multisoftgroup.jerry.jabber.xmpp.client
MessageImpl
- Class in
com.multisoftgroup.jerry.jabber.xmpp.client
MessageImpl()
- Constructor for class com.multisoftgroup.jerry.jabber.xmpp.client.
MessageImpl
N
namespace
- Variable in class com.multisoftgroup.jerry.jabber.xmpp.
StreamsImpl
nextAvailableOperator(JerryAccount)
- Method in class com.multisoftgroup.jerry.webchat.managers.balancer.
BalancedLoading
nextAvailableOperator(JerryAccount)
- Method in class com.multisoftgroup.jerry.webchat.managers.balancer.
FirstAvailableOperator
nextAvailableOperator(JerryAccount)
- Method in class com.multisoftgroup.jerry.webchat.managers.balancer.
OperatorBalancer
The implementation of this method should return next available operator for the specified account.
nextAvailableOperator(JerryAccount)
- Method in class com.multisoftgroup.jerry.webchat.managers.
PresenceManager
notifyStarting()
- Method in class com.multisoftgroup.jerry.server.thread.
AbstractServerThread
notifyStopped()
- Method in class com.multisoftgroup.jerry.server.thread.
AbstractServerThread
O
OfflineEmailMessage
- Class in
com.multisoftgroup.jerry.webchat.util
OfflineEmailMessage(JerryAccount)
- Constructor for class com.multisoftgroup.jerry.webchat.util.
OfflineEmailMessage
Operator
- Class in
com.multisoftgroup.jerry.webchat.domain
This class represents an operator.
Operator()
- Constructor for class com.multisoftgroup.jerry.webchat.domain.
Operator
Operator(String, JID, String, int)
- Constructor for class com.multisoftgroup.jerry.webchat.domain.
Operator
OperatorBalancer
- Class in
com.multisoftgroup.jerry.webchat.managers.balancer
This class is the abstract base class for all conventional Operator Load Balancers.
OperatorBalancer()
- Constructor for class com.multisoftgroup.jerry.webchat.managers.balancer.
OperatorBalancer
OperatorLoadManager
- Class in
com.multisoftgroup.jerry.webchat.managers
This manager is responsible for collecting info about operator loading.
outputPresenceImage(OutputStream, String)
- Method in class com.multisoftgroup.jerry.webchat.managers.
PresenceManager
outputStreamWriter
- Variable in class com.multisoftgroup.jerry.jabber.session.
AbstractIMSession
P
Packet
- Interface in
com.multisoftgroup.jerry.jabber.data
Interface describing XMPP packet.
PacketCollector
- Class in
com.multisoftgroup.jerry.webchat.client
PacketCollector(JID, ChatPluginContainer, String)
- Constructor for class com.multisoftgroup.jerry.webchat.client.
PacketCollector
PacketListener
- Interface in
com.multisoftgroup.jerry.webchat.client
PacketQueue
- Class in
com.multisoftgroup.jerry.webchat.client
PacketQueue()
- Constructor for class com.multisoftgroup.jerry.webchat.client.
PacketQueue
poll()
- Method in class com.multisoftgroup.jerry.webchat.client.
PacketCollector
poll()
- Method in class com.multisoftgroup.jerry.webchat.client.
PacketQueue
Presence
- Interface in
com.multisoftgroup.jerry.jabber.xmpp.client
PresenceImpl
- Class in
com.multisoftgroup.jerry.jabber.xmpp.client
PresenceImpl()
- Constructor for class com.multisoftgroup.jerry.jabber.xmpp.client.
PresenceImpl
PresenceManager
- Class in
com.multisoftgroup.jerry.webchat.managers
This manager provides an information about operator availability.
presenceManager
- Static variable in class com.multisoftgroup.jerry.webchat.managers.
WebChatManager
Priority
- Interface in
com.multisoftgroup.jerry.jabber.xmpp.client
PriorityImpl
- Class in
com.multisoftgroup.jerry.jabber.xmpp.client
PriorityImpl()
- Constructor for class com.multisoftgroup.jerry.jabber.xmpp.client.
PriorityImpl
PrivateRepositoryHolder
- Class in
com.multisoftgroup.jerry.jabber
PrivateStorage
- Class in
com.multisoftgroup.jerry.jabber.domain
PrivateStorage()
- Constructor for class com.multisoftgroup.jerry.jabber.domain.
PrivateStorage
PrivateStorage(int, String, String)
- Constructor for class com.multisoftgroup.jerry.jabber.domain.
PrivateStorage
PrivateStorageBO
- Class in
com.multisoftgroup.jerry.jabber.bo
PrivateStorageDAO
- Class in
com.multisoftgroup.jerry.jabber.dao
PrivateStorageDAO()
- Constructor for class com.multisoftgroup.jerry.jabber.dao.
PrivateStorageDAO
process(IMSession, IMPresence)
- Method in class com.multisoftgroup.jerry.jabber.
SubscriptionManager
process(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.client.
IMMessageComposingEvent
process(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.client.
IqImpl
process(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.client.
MessageImpl
process(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.client.
PresenceImpl
process(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.client.
X
process(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.
DefaultSessionProcessor
process(IMSession, Object)
- Method in interface com.multisoftgroup.jerry.jabber.xmpp.
SessionProcessor
process(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.
StreamsImpl
processAttribute(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.
StreamsImpl
processConnection(Socket)
- Method in class com.multisoftgroup.jerry.server.
AbstractServer
processConnection(Socket)
- Method in class com.multisoftgroup.jerry.server.
ManagementServer
processConnection(Socket)
- Method in class com.multisoftgroup.jerry.server.
XMPP_SSLServer
processConnection(Socket)
- Method in class com.multisoftgroup.jerry.server.
XMPPServer
processEndTag(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.
DefaultSessionProcessor
processPacket(Packet)
- Method in class com.multisoftgroup.jerry.webchat.client.
PacketCollector
processPacket(Packet)
- Method in interface com.multisoftgroup.jerry.webchat.client.
PacketListener
processStartTag(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.
DefaultSessionProcessor
processText(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.client.
BodyImpl
processText(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.client.
PriorityImpl
processText(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.client.
ShowImpl
processText(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.client.
StatusImpl
processText(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.client.
SubjectImpl
processText(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.client.
ThreadImpl
processText(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.
DefaultSessionProcessor
processText(IMSession, Object)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.
ErrorImpl
pull(String)
- Method in class com.multisoftgroup.jerry.jabber.
DeferrableMessagesHolder
R
randomString(int)
- Static method in class com.multisoftgroup.jerry.webchat.util.
StringUtils
Returns a random String of numbers and letters (lower and upper case) of the specified length.
read(int)
- Method in class com.multisoftgroup.jerry.jabber.dao.
AccountDAO
read(int)
- Method in class com.multisoftgroup.jerry.jabber.dao.
PrivateStorageDAO
read(int)
- Method in class com.multisoftgroup.jerry.jabber.dao.
RosterItemDAO
read(int)
- Method in class com.multisoftgroup.jerry.jabber.dao.
TransitableMessageDAO
read(CharBuffer)
- Method in class com.multisoftgroup.jerry.jabber.util.
LoggedInputStreamReader
read()
- Method in class com.multisoftgroup.jerry.jabber.util.
LoggedInputStreamReader
read(char[])
- Method in class com.multisoftgroup.jerry.jabber.util.
LoggedInputStreamReader
read(char[], int, int)
- Method in class com.multisoftgroup.jerry.jabber.util.
LoggedInputStreamReader
ready()
- Method in class com.multisoftgroup.jerry.jabber.util.
LoggedInputStreamReader
registerSession(IMClientSession)
- Method in class com.multisoftgroup.jerry.jabber.
IMRouter
release(IMSession)
- Method in class com.multisoftgroup.jerry.jabber.session.
SessionsManager
release(String)
- Method in class com.multisoftgroup.jerry.webchat.managers.
OperatorLoadManager
releaseJID(JID)
- Method in class com.multisoftgroup.jerry.webchat.client.
VisitorManager
releaseSessions()
- Method in class com.multisoftgroup.jerry.jabber.
IMRouter
releaseSessions()
- Method in class com.multisoftgroup.jerry.jabber.session.
SessionsManager
releaseVisitorJID(JID)
- Method in class com.multisoftgroup.jerry.webchat.client.
ChatManager
removeAccount(String)
- Method in class com.multisoftgroup.jerry.jabber.
AccountRepositoryHolder
removeChatManager(String)
- Static method in class com.multisoftgroup.jerry.webchat.client.
ChatFactory
removeHandshakeCompletedListener(HandshakeCompletedListener)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
removePacketListener(PacketListener)
- Method in class com.multisoftgroup.jerry.webchat.client.
WebChatPacketReader
Removes a packet listener.
removePresence(String)
- Method in class com.multisoftgroup.jerry.jabber.
IMPresenceHolder
removeRoster(String, String)
- Method in class com.multisoftgroup.jerry.jabber.
RosterListRepositoryHolder
reset()
- Method in class com.multisoftgroup.jerry.jabber.util.
LoggedInputStreamReader
RosterItem
- Class in
com.multisoftgroup.jerry.jabber.domain
RosterItem()
- Constructor for class com.multisoftgroup.jerry.jabber.domain.
RosterItem
RosterItemBO
- Class in
com.multisoftgroup.jerry.jabber.bo
RosterItemDAO
- Class in
com.multisoftgroup.jerry.jabber.dao
RosterItemDAO()
- Constructor for class com.multisoftgroup.jerry.jabber.dao.
RosterItemDAO
RosterListRepositoryHolder
- Class in
com.multisoftgroup.jerry.jabber
route(IMSession, Packet)
- Method in class com.multisoftgroup.jerry.jabber.
IMRouter
route(IMSession, Packet)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.
DefaultSessionProcessor
router
- Variable in class com.multisoftgroup.jerry.jabber.xmpp.
DefaultSessionProcessor
run()
- Method in class com.multisoftgroup.jerry.jabber.
IMRouter.RemoteDeliveryThreadPerHost
run()
- Method in class com.multisoftgroup.jerry.server.thread.
AbstractServerThread
runInnerLoop()
- Method in class com.multisoftgroup.jerry.server.thread.
AbstractServerThread
Called with each pass through the thread's main loop.
S
S2S_L2R_CONNECTION
- Static variable in interface com.multisoftgroup.jerry.jabber.session.
IMSession
S2S_R2L_CONNECTION
- Static variable in interface com.multisoftgroup.jerry.jabber.session.
IMSession
send(String, String, String)
- Method in class com.multisoftgroup.jerry.webchat.util.
OfflineEmailMessage
sendComposingEvent(boolean)
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
sendComposingEvent(boolean)
- Method in class com.multisoftgroup.jerry.webchat.
WebMessenger
sendInfoMessage(String)
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
sendMessage(String)
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
sendMessage(String)
- Method in class com.multisoftgroup.jerry.webchat.
WebMessenger
sendOfflineMessage(String, String)
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
sendOfflineMessege(String, String, String, String, VisitorWebInfo)
- Static method in class com.multisoftgroup.jerry.webchat.managers.
WebChatManager
sendPacket(Packet)
- Method in class com.multisoftgroup.jerry.jabber.
WebChatComponent
sendPacket(Packet)
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
sendPacket(Packet)
- Method in class com.multisoftgroup.jerry.webchat.client.
ChatManager
sendPresenceNotification()
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
sendSystemMessage(String)
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
sendSystemMessage(String)
- Method in class com.multisoftgroup.jerry.webchat.
WebMessenger
sendUrgentData(int)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
serialize(XmlPullParser)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.
DefaultSessionProcessor
Server
- Class in
com.multisoftgroup.jerry
Server(String[])
- Constructor for class com.multisoftgroup.jerry.
Server
SERVER_NAME
- Static variable in class com.multisoftgroup.jerry.
Server
ServerSocketType
- Enum in
com.multisoftgroup.jerry.server.net
ServerStarter
- Class in
com.multisoftgroup.jerry.run
sessionId
- Variable in class com.multisoftgroup.jerry.jabber.session.
AbstractIMSession
SessionProcessor
- Interface in
com.multisoftgroup.jerry.jabber.xmpp
SessionsManager
- Class in
com.multisoftgroup.jerry.jabber.session
SessionsManager()
- Constructor for class com.multisoftgroup.jerry.jabber.session.
SessionsManager
setAccount(Account)
- Method in class com.multisoftgroup.jerry.jabber.
AccountRepositoryHolder
setAccount(String, String)
- Method in class com.multisoftgroup.jerry.jabber.
AccountRepositoryHolder
setAccount(String)
- Method in class com.multisoftgroup.jerry.jabber.
AccountRepositoryHolder
setAccountId(int)
- Method in class com.multisoftgroup.jerry.jabber.domain.
PrivateStorage
setAccountId(int)
- Method in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
setAsk(String)
- Method in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
setBrowser(String)
- Method in class com.multisoftgroup.jerry.webchat.client.
VisitorWebInfo
setBrowserClosed()
- Method in class com.multisoftgroup.jerry.webchat.
WebMessenger
setCallOrder(int)
- Method in class com.multisoftgroup.jerry.webchat.domain.
Operator
setCloseOnBrowser(boolean)
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryBehavior
setData(String, String, String)
- Method in class com.multisoftgroup.jerry.jabber.
PrivateRepositoryHolder
setDialbackValid(boolean)
- Method in interface com.multisoftgroup.jerry.jabber.session.
IMServerSession
setDialbackValue(String)
- Method in interface com.multisoftgroup.jerry.jabber.session.
IMServerSession
setDictionary(I18nResources)
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
setDictionary(I18nResources)
- Method in class com.multisoftgroup.jerry.webchat.
WebMessenger
setEmail(String)
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
setEnabledCipherSuites(String[])
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
setEnabledCipherSuites(String[])
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setEnabledProtocols(String[])
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
setEnabledProtocols(String[])
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setEnableSessionCreation(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
setEnableSessionCreation(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setError(String)
- Method in interface com.multisoftgroup.jerry.jabber.data.
Packet
setErrorCode(int)
- Method in interface com.multisoftgroup.jerry.jabber.data.
Packet
setFrom(String)
- Method in interface com.multisoftgroup.jerry.jabber.data.
Packet
setGreeting(String)
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
setIpAddress(String)
- Method in class com.multisoftgroup.jerry.webchat.client.
VisitorWebInfo
setJID(String)
- Method in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
setKeepAlive(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setKey(String)
- Method in class com.multisoftgroup.jerry.jabber.domain.
PrivateStorage
setMessage(Object)
- Method in class com.multisoftgroup.jerry.jabber.domain.
TransitableMessage
setName(String)
- Method in class com.multisoftgroup.jerry.jabber.domain.
Account
setName(String)
- Method in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
setName(String)
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
setName(String)
- Method in class com.multisoftgroup.jerry.webchat.domain.
Operator
setNeedClientAuth(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
setNeedClientAuth(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setOfflineImagePath(String)
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
setOfflineMessages(String)
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
setOnlineImagePath(String)
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
setOOBInline(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setOperatorJID(JID)
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
setOperatorName(String)
- Method in class com.multisoftgroup.jerry.webchat.client.
Chat
setOperators(List)
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
setPassword(String)
- Method in class com.multisoftgroup.jerry.jabber.domain.
Account
setPerformancePreferences(int, int, int)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
setPerformancePreferences(int, int, int)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setPresence(String, IMPresence)
- Method in class com.multisoftgroup.jerry.jabber.
IMPresenceHolder
setPresence(IMPresence)
- Method in interface com.multisoftgroup.jerry.jabber.session.
IMClientSession
setPresence(IMPresence)
- Method in class com.multisoftgroup.jerry.jabber.session.
IMClientSessionImpl
setReceiveBufferSize(int)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
setReceiveBufferSize(int)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setRemoteHostname(String)
- Method in interface com.multisoftgroup.jerry.jabber.session.
IMServerSession
setReuseAddress(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
setReuseAddress(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setSendBufferSize(int)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setShowQuestion(boolean)
- Method in class com.multisoftgroup.jerry.webchat.domain.
JerryAccount
setSoLinger(boolean, int)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setSoTimeout(int)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
setSoTimeout(int)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setStreams(Streams)
- Method in class com.multisoftgroup.jerry.jabber.session.
AbstractIMSession
setSubscription(String)
- Method in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
setTcpNoDelay(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setTo(String)
- Method in interface com.multisoftgroup.jerry.jabber.data.
Packet
setTrafficClass(int)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setTwinSession(IMServerSession)
- Method in interface com.multisoftgroup.jerry.jabber.session.
IMServerSession
setType(String)
- Method in interface com.multisoftgroup.jerry.jabber.data.
Packet
setup(Socket)
- Method in class com.multisoftgroup.jerry.jabber.session.
AbstractIMSession
setup(Socket)
- Method in class com.multisoftgroup.jerry.jabber.session.
ComponentSession
setup(Socket)
- Method in interface com.multisoftgroup.jerry.jabber.session.
IMSession
setupJerryOperators()
- Static method in class com.multisoftgroup.jerry.jabber.
AccountManager
setUseClientMode(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
setUseClientMode(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
setUser(User)
- Method in interface com.multisoftgroup.jerry.jabber.session.
IMClientSession
setUser(User)
- Method in class com.multisoftgroup.jerry.jabber.session.
IMClientSessionImpl
setUserGroup(String)
- Method in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
setUserName(String)
- Method in class com.multisoftgroup.jerry.jabber.domain.
TransitableMessage
setValue(String)
- Method in class com.multisoftgroup.jerry.jabber.domain.
PrivateStorage
setVisitorEmail(String)
- Method in class com.multisoftgroup.jerry.webchat.client.
VisitorWebInfo
setVisitorName(String)
- Method in class com.multisoftgroup.jerry.webchat.client.
VisitorWebInfo
setVisitorQuestion(String)
- Method in class com.multisoftgroup.jerry.webchat.client.
VisitorWebInfo
setWantClientAuth(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
setWantClientAuth(boolean)
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
Show
- Interface in
com.multisoftgroup.jerry.jabber.xmpp.client
ShowImpl
- Class in
com.multisoftgroup.jerry.jabber.xmpp.client
ShowImpl()
- Constructor for class com.multisoftgroup.jerry.jabber.xmpp.client.
ShowImpl
shutdown()
- Method in class com.multisoftgroup.jerry.webchat.client.
WebChatPacketReader
Shuts the packet reader down.
shutdownInput()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
shutdownOutput()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
skip(long)
- Method in class com.multisoftgroup.jerry.jabber.util.
LoggedInputStreamReader
skip(XmlPullParser)
- Method in class com.multisoftgroup.jerry.jabber.xmpp.
DefaultSessionProcessor
socket
- Variable in class com.multisoftgroup.jerry.jabber.session.
AbstractIMSession
START
- Static variable in class com.multisoftgroup.jerry.run.
Commander
start(ThreadPoolExecutor, long)
- Method in class com.multisoftgroup.jerry.server.thread.
AbstractServerThread
start(ThreadPoolExecutor)
- Method in class com.multisoftgroup.jerry.server.thread.
AbstractServerThread
start()
- Method in class com.multisoftgroup.jerry.server.thread.
AbstractServerThread
startHandshake()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
startServer()
- Method in class com.multisoftgroup.jerry.run.
ServerStarter
StartServerExeption
- Exception in
com.multisoftgroup.jerry.server.exceptions
StartServerExeption()
- Constructor for exception com.multisoftgroup.jerry.server.exceptions.
StartServerExeption
StartServerExeption(String)
- Constructor for exception com.multisoftgroup.jerry.server.exceptions.
StartServerExeption
StartServerExeption(String, Throwable)
- Constructor for exception com.multisoftgroup.jerry.server.exceptions.
StartServerExeption
StartServerExeption(Throwable)
- Constructor for exception com.multisoftgroup.jerry.server.exceptions.
StartServerExeption
startup()
- Method in class com.multisoftgroup.jerry.webchat.client.
WebChatPacketReader
Status
- Interface in
com.multisoftgroup.jerry.jabber.xmpp.client
StatusImpl
- Class in
com.multisoftgroup.jerry.jabber.xmpp.client
StatusImpl()
- Constructor for class com.multisoftgroup.jerry.jabber.xmpp.client.
StatusImpl
STOP
- Static variable in class com.multisoftgroup.jerry.run.
Commander
stop()
- Method in class com.multisoftgroup.jerry.server.thread.
AbstractServerThread
StopMessage
- Class in
com.multisoftgroup.jerry.run.message
StopMessage()
- Constructor for class com.multisoftgroup.jerry.run.message.
StopMessage
stopServer()
- Method in class com.multisoftgroup.jerry.run.
ManagementClient
stopServer()
- Method in class com.multisoftgroup.jerry.run.
ServerStarter
StopServerException
- Exception in
com.multisoftgroup.jerry.server.exceptions
StopServerException(String)
- Constructor for exception com.multisoftgroup.jerry.server.exceptions.
StopServerException
StopServerException(Throwable)
- Constructor for exception com.multisoftgroup.jerry.server.exceptions.
StopServerException
StopServerException(String, Throwable)
- Constructor for exception com.multisoftgroup.jerry.server.exceptions.
StopServerException
StopServerException()
- Constructor for exception com.multisoftgroup.jerry.server.exceptions.
StopServerException
Streams
- Interface in
com.multisoftgroup.jerry.jabber.xmpp
StreamsImpl
- Class in
com.multisoftgroup.jerry.jabber.xmpp
StreamsImpl()
- Constructor for class com.multisoftgroup.jerry.jabber.xmpp.
StreamsImpl
StringUtils
- Class in
com.multisoftgroup.jerry.webchat.util
A collection of utility methods for String objects.
Subject
- Interface in
com.multisoftgroup.jerry.jabber.xmpp.client
SubjectImpl
- Class in
com.multisoftgroup.jerry.jabber.xmpp.client
SubjectImpl()
- Constructor for class com.multisoftgroup.jerry.jabber.xmpp.client.
SubjectImpl
SUBSCRIPTION_BOTH
- Static variable in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
SUBSCRIPTION_FROM
- Static variable in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
SUBSCRIPTION_NONE
- Static variable in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
SUBSCRIPTION_REMOVE
- Static variable in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
SUBSCRIPTION_TO
- Static variable in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
SubscriptionManager
- Class in
com.multisoftgroup.jerry.jabber
T
terminate()
- Method in class com.multisoftgroup.jerry.server.
AbstractServer
terminate()
- Method in class com.multisoftgroup.jerry.server.
JettyServer
Thread
- Interface in
com.multisoftgroup.jerry.jabber.xmpp.client
ThreadExecutor
- Class in
com.multisoftgroup.jerry.server.thread
ThreadImpl
- Class in
com.multisoftgroup.jerry.jabber.xmpp.client
ThreadImpl()
- Constructor for class com.multisoftgroup.jerry.jabber.xmpp.client.
ThreadImpl
toOperator(String)
- Method in class com.multisoftgroup.jerry.webchat.plugin.
ChatLogPlugin
toOperator(String, String)
- Method in class com.multisoftgroup.jerry.webchat.plugin.
ChatLogPlugin
toOperator(Packet)
- Method in class com.multisoftgroup.jerry.webchat.plugin.
ChatLogPlugin
toOperator(Packet)
- Method in interface com.multisoftgroup.jerry.webchat.plugin.
ChatPlugin
Called before the message packet is sent to the operator.
toOperator(String)
- Method in interface com.multisoftgroup.jerry.webchat.plugin.
ChatPlugin
Called before the message is sent to the operator.
toOperator(String, String)
- Method in interface com.multisoftgroup.jerry.webchat.plugin.
ChatPlugin
Called before sending the offline message to the operator.
toOperator(Packet)
- Method in class com.multisoftgroup.jerry.webchat.plugin.
ChatPluginContainer
toOperator(String)
- Method in class com.multisoftgroup.jerry.webchat.plugin.
ChatPluginContainer
toOperator(String, String)
- Method in class com.multisoftgroup.jerry.webchat.plugin.
ChatPluginContainer
toString()
- Method in interface com.multisoftgroup.jerry.jabber.data.
Packet
toString()
- Method in class com.multisoftgroup.jerry.jabber.domain.
Account
toString()
- Method in class com.multisoftgroup.jerry.jabber.domain.
RosterItem
toString()
- Method in class com.multisoftgroup.jerry.jabber.session.
AbstractIMSession
toString()
- Method in class com.multisoftgroup.jerry.jabber.util.
XMLToString
toString()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedServerSocket
toString()
- Method in class com.multisoftgroup.jerry.server.net.
BufferedSocket
toString()
- Method in class com.multisoftgroup.jerry.server.thread.
AbstractServerThread
toString()
- Method in class com.multisoftgroup.jerry.webchat.client.
JID
toStringBuffer()
- Method in class com.multisoftgroup.jerry.jabber.util.
XMLToString
toVisitor(Packet)
- Method in class com.multisoftgroup.jerry.webchat.plugin.
ChatLogPlugin
toVisitor(String)
- Method in class com.multisoftgroup.jerry.webchat.plugin.
ChatLogPlugin
toVisitor(Packet)
- Method in interface com.multisoftgroup.jerry.webchat.plugin.
ChatPlugin
Called before the message packet is sent to the web visitor.
toVisitor(String)
- Method in interface com.multisoftgroup.jerry.webchat.plugin.
ChatPlugin
Called before the message is sent to the web visitor.
toVisitor(Packet)
- Method in class com.multisoftgroup.jerry.webchat.plugin.
ChatPluginContainer
toVisitor(String)
- Method in class com.multisoftgroup.jerry.webchat.plugin.
ChatPluginContainer
TransitableMessage
- Class in
com.multisoftgroup.jerry.jabber.domain
TransitableMessage()
- Constructor for class com.multisoftgroup.jerry.jabber.domain.
TransitableMessage
TransitableMessage(String, Object)
- Constructor for class com.multisoftgroup.jerry.jabber.domain.
TransitableMessage
TransitableMessageBO
- Class in
com.multisoftgroup.jerry.jabber.bo
TransitableMessageDAO
- Class in
com.multisoftgroup.jerry.jabber.dao
TransitableMessageDAO()
- Constructor for class com.multisoftgroup.jerry.jabber.dao.
TransitableMessageDAO
TYPE_ERROR
- Static variable in interface com.multisoftgroup.jerry.jabber.data.
Packet
U
UNKNOWN
- Static variable in class com.multisoftgroup.jerry.run.
Commander
UNKNOWN_CONNECTION
- Static variable in interface com.multisoftgroup.jerry.jabber.session.
IMSession
unregisterSession(IMClientSession)
- Method in class com.multisoftgroup.jerry.jabber.
IMRouter
update(Account)
- Method in class com.multisoftgroup.jerry.jabber.bo.
AccountBO
update(PrivateStorage)
- Method in class com.multisoftgroup.jerry.jabber.bo.
PrivateStorageBO
update(RosterItem)
- Method in class com.multisoftgroup.jerry.jabber.bo.
RosterItemBO
update(TransitableMessage)
- Method in class com.multisoftgroup.jerry.jabber.bo.
TransitableMessageBO
update(Account)
- Method in class com.multisoftgroup.jerry.jabber.dao.
AccountDAO
update(PrivateStorage)
- Method in class com.multisoftgroup.jerry.jabber.dao.
PrivateStorageDAO
update(RosterItem)
- Method in class com.multisoftgroup.jerry.jabber.dao.
RosterItemDAO
update(TransitableMessage)
- Method in class com.multisoftgroup.jerry.jabber.dao.
TransitableMessageDAO
updateWebMessenger(WebMessenger, WebChatContext)
- Static method in class com.multisoftgroup.jerry.webchat.managers.
WebChatManager
UsersManager
- Class in
com.multisoftgroup.jerry.jabber
V
valueBound(HttpSessionBindingEvent)
- Method in class com.multisoftgroup.jerry.webchat.
WebMessenger
valueOf(String)
- Static method in enum com.multisoftgroup.jerry.server.net.
ServerSocketType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.multisoftgroup.jerry.server.net.
ServerSocketType
Returns an array containing the constants of this enum type, in the order they are declared.
valueUnbound(HttpSessionBindingEvent)
- Method in class com.multisoftgroup.jerry.webchat.
WebMessenger
VisitorInfo
- Class in
com.multisoftgroup.jerry.webchat.client
VisitorInfo(String)
- Constructor for class com.multisoftgroup.jerry.webchat.client.
VisitorInfo
VisitorManager
- Class in
com.multisoftgroup.jerry.webchat.client
This manager is responsible for creation and release visitor JIDs
VisitorManager(JerryAccount)
- Constructor for class com.multisoftgroup.jerry.webchat.client.
VisitorManager
VisitorWebInfo
- Class in
com.multisoftgroup.jerry.webchat.client
VisitorWebInfo()
- Constructor for class com.multisoftgroup.jerry.webchat.client.
VisitorWebInfo
W
WebChatComponent
- Class in
com.multisoftgroup.jerry.jabber
WebChatManager
- Class in
com.multisoftgroup.jerry.webchat.managers
This manager provides services for web side of Jerry Manager.
WebChatManager()
- Constructor for class com.multisoftgroup.jerry.webchat.managers.
WebChatManager
WebChatPacketReader
- Class in
com.multisoftgroup.jerry.webchat.client
WebMessageException
- Exception in
com.multisoftgroup.jerry.webchat.managers
WebMessageException(String)
- Constructor for exception com.multisoftgroup.jerry.webchat.managers.
WebMessageException
WebMessenger
- Class in
com.multisoftgroup.jerry.webchat
This class provides methods to communicate with the web layer.
WebMessenger(Chat, String, String, String, boolean, I18nResources)
- Constructor for class com.multisoftgroup.jerry.webchat.
WebMessenger
writeOutputStream(String)
- Method in class com.multisoftgroup.jerry.jabber.session.
AbstractIMSession
writeOutputStream(String)
- Method in class com.multisoftgroup.jerry.jabber.session.
ComponentSession
writeOutputStream(String)
- Method in interface com.multisoftgroup.jerry.jabber.session.
IMSession
X
X
- Class in
com.multisoftgroup.jerry.jabber.xmpp.client
X()
- Constructor for class com.multisoftgroup.jerry.jabber.xmpp.client.
X
XMLToString
- Class in
com.multisoftgroup.jerry.jabber.util
XMLToString(String)
- Constructor for class com.multisoftgroup.jerry.jabber.util.
XMLToString
XMPP_ENCODING
- Static variable in class com.multisoftgroup.jerry.
ApplicationProperties
XMPP_SSLServer
- Class in
com.multisoftgroup.jerry.server
XMPPresenceManager
- Class in
com.multisoftgroup.jerry.jabber
XMPPServer
- Class in
com.multisoftgroup.jerry.server
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes