What is the purpose of setDoInput and setDoOutput in Java HttpURLConnection?

From the documentation for URLConnection:

Set the DoInput flag to true if you intend to use the URL connection for input, false if not. The default is true.

Set the DoOutput flag to true if you intend to use the URL connection for output, false if not. The default is false.

As for the actual purpose, it doesn’t appear that anything in the Oracle code checks on the doInput variable. However the doOutput default of false will prevent you from calling getOutputStream() necessary for HTTP POST requests. So it is a way to indicate ahead of time that you expect to write to an OutputStream without actually establishing it.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)