Searched refs:fac (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLServerSocketFactory.java122 SSLServerSocketFactory fac = (SSLServerSocketFactory) cls.newInstance();
124 defaultServerSocketFactory = fac;
/libcore/ojluni/src/main/java/java/net/
H A DServerSocket.java789 * @param fac the desired factory.
798 public static synchronized void setSocketFactory(SocketImplFactory fac) throws IOException { argument
806 factory = fac;
H A DDatagramSocket.java1324 * @param fac the desired factory.
1337 setDatagramSocketImplFactory(DatagramSocketImplFactory fac) argument
1347 factory = fac;
H A DSocket.java1704 * @param fac the desired factory.
1713 public static synchronized void setSocketImplFactory(SocketImplFactory fac) argument
1723 factory = fac;
H A DURL.java1112 * @param fac the desired factory.
1122 public static void setURLStreamHandlerFactory(URLStreamHandlerFactory fac) { argument
1132 factory = fac;
H A DURLConnection.java1200 * @param fac the desired factory.
1208 public static synchronized void setContentHandlerFactory(ContentHandlerFactory fac) { argument
1216 factory = fac;
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java1541 ForkJoinWorkerThreadFactory fac = factory;
1546 if (fac != null && (wt = fac.newThread(this)) != null) {

Completed in 771 milliseconds