Uses of Interface
fr.dyade.aaa.agent.MessageComparator
-
Packages that use MessageComparator Package Description fr.dyade.aaa.agent -
-
Uses of MessageComparator in fr.dyade.aaa.agent
Subinterfaces of MessageComparator in fr.dyade.aaa.agent Modifier and Type Interface Description interfaceAgentEngineTheAgentEngineprovides multiprogramming of agents.interfaceMessageConsumerClasses in fr.dyade.aaa.agent that implement MessageComparator Modifier and Type Class Description (package private) classEngineTheEngineclass provides multiprogramming of agents.classHttpNetworkHttpNetwork is a simple implementation of StreamNetwork based on HTTP 1.1 protocol.classHttpsNetworkHttpNetwork is a specialization of HttpNetwork for SSL.classNetworkTheNetworkabstract class provides ..classNGNetworkNGNetworkis a new implementation ofNetworkclass using nio package.classPoolNetworkPoolNetworkis an implementation ofStreamNetworkclass that manages multiple connection in a pool paradigm way.classSimpleNetworkSimpleNetworkis a simple implementation ofStreamNetworkclass with a single connection at a time.classSSLNetworkA network component using SSL Sockets.classStreamNetworkStreamNetworkis a base implementation ofNetworkclass for TCP sockets.classUDPNetworkMethods in fr.dyade.aaa.agent with parameters of type MessageComparator Modifier and Type Method Description voidMessageQueue. insert(Message item, MessageComparator comparator)Insert a message in the queue, it should only be used during initialization for restoring the queue state.voidMessageVector. insert(Message item, MessageComparator comparator)Insert a message in the queue, it should only be used during initialization for restoring the queue state.
-