API Changes Affecting <em>Working with URLs</em>
Previous | Next | JDK 1.1 Notes Trail Head | Working with URLs


API Changes Affecting Working with URLs

Reading Directly from a URL
The OpenStreamTest example in this section uses deprecated API. See 1.1 Changes: OpenStreamTest Example for the 1.1 implementation of this example.
Reading from and Writing to a URLConnection
One field was added to the URLConnection class. See 1.1 Changes: URLConnection Class for details.
Reading from a URLConnection
The ConnectionTest example in this section uses deprecated API. See 1.1 Changes: ConnectionTest Example for the 1.1 implementation of this example.
Writing to a URLConnection
The ReverseTest example in this section uses deprecated API and must new URLConnection.setDoOutput. See 1.1 Changes: ReverseTest Example for the 1.1 implementation of this example.


Previous | Next | JDK 1.1 Notes Trail Head | Working with URLs