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

Packages that use SocketFactory
fr.dyade.aaa.common.net   
 

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.
 

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.  
 



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