public static boolean getDefaultAllowUserInteraction ()

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.

Returns:  the default value of the allowUserInteraction field.

See also:
setDefaultAllowUserInteraction(boolean)