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

/libcore/ojluni/src/main/java/javax/net/
H A DSocketFactory.java71 public abstract class SocketFactory class
77 private static SocketFactory theFactory;
80 * Creates a <code>SocketFactory</code>.
82 protected SocketFactory() { /* NOTHING */ } method in class:SocketFactory
88 * @return the default <code>SocketFactory</code>
90 public static SocketFactory getDefault()
92 synchronized (SocketFactory.class) {
108 public static void setDefault(SocketFactory factory) {
109 synchronized (SocketFactory.class) {
269 class DefaultSocketFactory extends SocketFactory {
[all...]

Completed in 84 milliseconds