Package | Description |
---|---|
fr.dyade.aaa.agent |
Modifier and Type | Interface and Description |
---|---|
interface |
AgentEngine
The
AgentEngine provides multiprogramming of agents. |
interface |
MessageConsumer
|
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 | Method and Description |
---|---|
void |
MessageVector.insert(Message item,
MessageComparator comparator)
Insert a message in the queue, it should only be used during initialization for
restoring the queue state.
|
void |
MessageQueue.insert(Message item,
MessageComparator comparator)
Insert a message in the queue, it should only be used during
initialization for restoring the queue state.
|
Copyright © 2023 ScalAgent D.T.. All rights reserved.