URLConnection.doOutput

URLConnection.doOutput

Class Overview | Class Members | This Package | All Packages

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

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

The default value of this field is false.

See Also
getDoOutput, setDoOutput