URLConnection.doInput

URLConnection.doInput

Class Overview | Class Members | This Package | All Packages

Syntax
protected boolean doInput
Description
This variable is set by the setDoInput method. Its value is returned by the getDoInput method.

A URL connection can be used for input and/or output. Setting the doInput flag to true indicates that the application intends to read data from the URL connection.

The default value of this field is true.

See Also
getDoInput, setDoInput