HTTP/1.0 with w3c.www.http.HttpReplyMessage

	I am trying to write a simple HTTP/1.0 web server using the
w3c.www.http classes.  I can't figure out how to get the HttpReplyMessage
class to emit an HTTP/1.0 version.  startEmit uses HTTP.byteArrayVersion,
how do I override this?  If I want to overide startEmit, I need
access to HttpBuffer (which is private for some good reason according to
the docs).  I got it to work by hacking HttpBuffer to be public and
overriding startEmit in my Reply subclass.  Should I just copy
ttpBuffer to my package? How else can I do this?

			Your help is much appreciated, Thanks!

Received on Friday, 19 September 1997 20:28:14 UTC