Uses of Interface
fr.dyade.aaa.agent.MessageConsumer
-
Packages that use MessageConsumer Package Description fr.dyade.aaa.agent -
-
Uses of MessageConsumer in fr.dyade.aaa.agent
Subinterfaces of MessageConsumer in fr.dyade.aaa.agent Modifier and Type Interface Description interfaceAgentEngineTheAgentEngineprovides multiprogramming of agents.Classes in fr.dyade.aaa.agent that implement MessageConsumer 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.classUDPNetworkFields in fr.dyade.aaa.agent declared as MessageConsumer Modifier and Type Field Description private MessageConsumerServerDesc. domainDomain description of this server.Fields in fr.dyade.aaa.agent with type parameters of type MessageConsumer Modifier and Type Field Description private static Hashtable<String,MessageConsumer>AgentServer. consumersStatic references to all messages consumers initialized in this agent server (includingEngine).(package private) static Vector<MessageConsumer>Channel. consumersMethods in fr.dyade.aaa.agent that return MessageConsumer Modifier and Type Method Description MessageConsumerAgentEngineContext. getConsumer(short id)Returns the specifiedMessageConsumerMessageConsumerAgentEngineContextImpl. getConsumer(short id)Returns the specifiedMessageConsumer(package private) static MessageConsumerAgentServer. getConsumer(short sid)Gets the message consumer for the corresponding server.static MessageConsumerAgentServer. getConsumer(String domain)MessageConsumerServerDesc. getDomain()Methods in fr.dyade.aaa.agent that return types with arguments of type MessageConsumer Modifier and Type Method Description (package private) static Enumeration<MessageConsumer>AgentServer. getConsumers()Class<MessageConsumer>ServerDesc. getDomainType()Methods in fr.dyade.aaa.agent with parameters of type MessageConsumer Modifier and Type Method Description static voidAgentServer. addConsumer(String domain, MessageConsumer cons)voidServerDesc. setDomain(MessageConsumer domain)
-