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

/openjdk7/jdk/src/share/classes/java/net/
H A DURLConnection.java216 private static boolean defaultAllowUserInteraction = false; field in class:URLConnection
235 protected boolean allowUserInteraction = defaultAllowUserInteraction;
960 defaultAllowUserInteraction = defaultallowuserinteraction;
976 return defaultAllowUserInteraction;

Completed in 32 milliseconds