Uses of Class
fr.dyade.aaa.agent.PoolNetwork.NetSession
-
Packages that use PoolNetwork.NetSession Package Description fr.dyade.aaa.agent -
-
Uses of PoolNetwork.NetSession in fr.dyade.aaa.agent
Fields in fr.dyade.aaa.agent declared as PoolNetwork.NetSession Modifier and Type Field Description (package private) PoolNetwork.NetSessionPoolNetwork.Sender. sessionThe session handled by this sender.(package private) PoolNetwork.NetSession[]PoolNetwork. sessionsComponents handling communication with other servers.Fields in fr.dyade.aaa.agent with type parameters of type PoolNetwork.NetSession Modifier and Type Field Description (package private) List<PoolNetwork.NetSession>PoolNetwork. activeSessionsSynchronized vector of active (i.e. connected) sessions.Methods in fr.dyade.aaa.agent that return PoolNetwork.NetSession Modifier and Type Method Description (package private) PoolNetwork.NetSessionPoolNetwork. getSession(short sid)Returns the NetSession component handling the communication with the remote server that id is passed in parameter.Constructors in fr.dyade.aaa.agent with parameters of type PoolNetwork.NetSession Constructor Description Sender(PoolNetwork.NetSession session, String name, Logger logmon)
-