Uses of Class
fr.dyade.aaa.common.net.SocketFactory

Packages that use SocketFactory
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
(package private)  SocketFactory StreamNetwork.socketFactory
          Allows 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
 class SocketFactory13
          This class implements the SocketFactory interface for JDK prior to 1.4.
 class SocketFactory14
          This class implements the SocketFactory interface for JDK since 1.4.
 

Fields in fr.dyade.aaa.common.net declared as SocketFactory
(package private) static SocketFactory SocketFactory14.factory
          The SocketFactory singleton for this class.
(package private) static SocketFactory SocketFactory13.factory
          The SocketFactory singleton for this class.
private static SocketFactory SocketFactory.factory
           
 

Methods in fr.dyade.aaa.common.net that return SocketFactory
static SocketFactory SocketFactory.getDefaultFactory()
          Returns the SocketFactory singleton for the specified default class.
static SocketFactory SocketFactory14.getFactory()
          Returns the SocketFactory singleton for this class.
static SocketFactory SocketFactory13.getFactory()
          Returns the SocketFactory singleton for this class.
static SocketFactory SocketFactory.getFactory(java.lang.String sfcn)
          Returns the SocketFactory singleton for the specified class.
static SocketFactory SocketFactory.getSocketFactory()
          Deprecated.  
 

Uses of SocketFactory in fr.dyade.aaa.jndi2.client
 

Fields in fr.dyade.aaa.jndi2.client declared as SocketFactory
(package private)  SocketFactory SimpleNamingConnection.socketFactory
          Allows to define a specific factory for socket in order to by-pass compatibility problem between JDK version.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.