Searched defs:SocketFactory (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/javax/net/
H A DSocketFactory.java30 public abstract class SocketFactory { class
32 private static SocketFactory defaultFactory;
40 public static synchronized SocketFactory getDefault() {
48 * Creates a new {@code SocketFactory} instance.
50 protected SocketFactory() { method in class:SocketFactory

Completed in 68 milliseconds