URLConnection.getDefaultAllowUserInteraction

URLConnection.getDefaultAllowUserInteraction

Class Overview | Class Members | This Package | All Packages

Syntax
public static boolean getDefaultAllowUserInteraction()
Returns
the default value of the allowUserInteraction field.
Description
Returns the default value of the allowUserInteraction field.

Ths default is "sticky", being a part of the static state of all URLConnections. This flag applies to the next, and all following URLConnections that are created.

See Also
allowUserInteraction