Package | Description |
---|---|
fr.dyade.aaa.agent |
Modifier and Type | Interface and Description |
---|---|
interface |
AgentEngine
The
AgentEngine provides multiprogramming of agents. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
Engine
The
Engine class provides multiprogramming of agents. |
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 |
Modifier and Type | Field and Description |
---|---|
private MessageConsumer |
ServerDesc.domain
Domain description of this server.
|
Modifier and Type | Field and Description |
---|---|
(package private) static Vector<MessageConsumer> |
Channel.consumers |
private static Hashtable<String,MessageConsumer> |
AgentServer.consumers
Static references to all messages consumers initialized in this
agent server (including
Engine ). |
Modifier and Type | Method and Description |
---|---|
(package private) static MessageConsumer |
AgentServer.getConsumer(short sid)
Gets the message consumer for the corresponding server.
|
MessageConsumer |
AgentEngineContextImpl.getConsumer(short id)
Returns the specified
MessageConsumer |
MessageConsumer |
AgentEngineContext.getConsumer(short id)
Returns the specified
MessageConsumer |
static MessageConsumer |
AgentServer.getConsumer(String domain) |
MessageConsumer |
ServerDesc.getDomain() |
Modifier and Type | Method and Description |
---|---|
(package private) static Enumeration<MessageConsumer> |
AgentServer.getConsumers() |
Class<MessageConsumer> |
ServerDesc.getDomainType() |
Modifier and Type | Method and Description |
---|---|
static void |
AgentServer.addConsumer(String domain,
MessageConsumer cons) |
void |
ServerDesc.setDomain(MessageConsumer domain) |
Copyright © 2021 ScalAgent D.T.. All rights reserved.