|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageConsumer | |
---|---|
fr.dyade.aaa.agent |
Uses of MessageConsumer in fr.dyade.aaa.agent |
---|
Classes in fr.dyade.aaa.agent that implement MessageConsumer | |
---|---|
(package private) class |
Engine
The Engine class provides multiprogramming of agents. |
(package private) class |
HAEngine
Implementation of Engine that used JGroups in order to improve reliability. |
class |
HttpNetwork
HttpNetwork is a simple implementation of StreamNetwork based on HTTP 1.1 protocol. |
class |
HttpsNetwork
HttpNetwork is a specialization of HttpNetwork for SSL. |
class |
Network
The Network abstract class provides .. |
class |
NGNetwork
NGNetwork is a new implementation of Network
class using nio package. |
class |
PoolNetwork
PoolNetwork is an implementation of StreamNetwork
class that manages multiple connection in a pool paradigm way. |
class |
SimpleNetwork
SimpleNetwork is a simple implementation of
StreamNetwork class with a single connection at
a time. |
class |
SSLNetwork
A network component using SSL Sockets. |
class |
StreamNetwork
StreamNetwork is a base implementation of Network
class for TCP sockets. |
class |
UDPNetwork
|
Fields in fr.dyade.aaa.agent declared as MessageConsumer | |
---|---|
private MessageConsumer |
ServerDesc.domain
Domain description of this server. |
Methods in fr.dyade.aaa.agent that return MessageConsumer | |
---|---|
(package private) static MessageConsumer |
AgentServer.getConsumer(short sid)
Gets the message consumer for the corresponding server. |
(package private) static MessageConsumer |
AgentServer.getConsumer(java.lang.String domain)
|
MessageConsumer |
ServerDesc.getDomain()
|
Methods in fr.dyade.aaa.agent with parameters of type MessageConsumer | |
---|---|
static void |
AgentServer.addConsumer(java.lang.String domain,
MessageConsumer cons)
|
void |
ServerDesc.setDomain(MessageConsumer domain)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |