URLConnection.setDefaultAllowUserInteraction

URLConnection.setDefaultAllowUserInteraction

Class Overview | Class Members | This Package | All Packages

Syntax
public static void setDefaultAllowUserInteraction( boolean defaultallowuserinteraction )
Parameters
defaultallowuserinteraction
the new value.
Description
Sets the default value of the allowUserInteraction field for all future URLConnection objects to the specified value.

See Also
allowUserInteraction