Uses of Class
fr.dyade.aaa.common.net.SocketFactory
-
Packages that use SocketFactory Package Description fr.dyade.aaa.agent fr.dyade.aaa.common.net fr.dyade.aaa.jndi2.client -
-
Uses of SocketFactory in fr.dyade.aaa.agent
Fields in fr.dyade.aaa.agent declared as SocketFactory Modifier and Type Field Description (package private) SocketFactoryStreamNetwork. socketFactoryAllows to define a specific factory for Socket in order to by-pass compatibility problem between JDK version. -
Uses of SocketFactory in fr.dyade.aaa.common.net
Subclasses of SocketFactory in fr.dyade.aaa.common.net Modifier and Type Class Description classSocketFactory13Deprecated.classSocketFactory14This class implements the SocketFactory interface for JDK since 1.4.Fields in fr.dyade.aaa.common.net declared as SocketFactory Modifier and Type Field Description private static SocketFactorySocketFactory. factory(package private) static SocketFactorySocketFactory13. factoryDeprecated.The SocketFactory singleton for this class.(package private) static SocketFactorySocketFactory14. factoryThe SocketFactory singleton for this class.Methods in fr.dyade.aaa.common.net that return SocketFactory Modifier and Type Method Description static SocketFactorySocketFactory. getDefaultFactory()Returns the SocketFactory singleton for the specified default class.static SocketFactorySocketFactory. getFactory(String sfcn)Returns the SocketFactory singleton for the specified class.static SocketFactorySocketFactory13. getFactory()Deprecated.Returns the SocketFactory singleton for this class.static SocketFactorySocketFactory14. getFactory()Returns the SocketFactory singleton for this class.static SocketFactorySocketFactory. getSocketFactory()Deprecated. -
Uses of SocketFactory in fr.dyade.aaa.jndi2.client
Fields in fr.dyade.aaa.jndi2.client declared as SocketFactory Modifier and Type Field Description (package private) SocketFactorySimpleNamingConnection. socketFactoryAllows to define a specific factory for socket in order to by-pass compatibility problem between JDK version.
-