Corrections to Chapter 11 of Java Network Programming, Protocol Handlers

p. 284: In list item number 3 change sun.net.www.protocol.Handler to sun.net.www.protocol.protocol.Handler

p. 288, paragraph 4: Change "This method must be overridden in each subclass of URLConnection." to "This method must be overridden in each subclass of URLStreamHandler."

p. 291: In Example 11-2 at the top of the page change return text/plain; to return "text/plain;"


[ Java Network Programming Corrections | Java Network Programming Home Page | Table of Contents | Examples | Order from Amazon ] ]

Copyright 1998 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified November 1, 1998