URLConnection.allowUserInteraction

URLConnection.allowUserInteraction

Class Overview | Class Members | This Package | All Packages

Syntax
protected boolean allowUserInteraction
Description
If true, this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog. If false, then no user interaction is allowed.

The value of this field can be set by the setAllowUserInteraction method. Its value is returned by the getAllowUserInteraction method. Its default value is the value of the argument in the last invocation of the setDefaultAllowUserInteraction method.

See Also
getAllowUserInteraction, setAllowUserInteraction, setDefaultAllowUserInteraction