Uses of Class
fr.dyade.aaa.common.net.SocketAddress
-
Packages that use SocketAddress Package Description fr.dyade.aaa.agent -
-
Uses of SocketAddress in fr.dyade.aaa.agent
Fields in fr.dyade.aaa.agent with type parameters of type SocketAddress Modifier and Type Field Description private Vector<SocketAddress>ServerDesc. sockAddrsThe IP address of the server.Methods in fr.dyade.aaa.agent that return types with arguments of type SocketAddress Modifier and Type Method Description (package private) Enumeration<SocketAddress>ServerDesc. getSockAddrs()In case of an HA server, gets the IP address of all the components of the HA configuration.Methods in fr.dyade.aaa.agent with parameters of type SocketAddress Modifier and Type Method Description (package private) SocketStreamNetwork. createSocket(SocketAddress addr)This method creates and returns a socket connected to a ServerSocket at the specified socket address.(package private) voidServerDesc. moveToFirst(SocketAddress addr)In case of an HA server, selects the IP address as this of the master component of the HA configuration.
-