Re: w3c.www.protocol.http.Reply private constructor

On Tue, 10 Feb 1998, Paul Pazandak wrote:

> Was it intentional that the constructors for this class were not made
> public?

Yes, it is intentional, as the reply as to be created according to the 
protocol used during the transaction. The right way to create a reply is 
reply = request.makeReply(status);

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \                Architecture Domain - Jigsaw
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Tuesday, 10 February 1998 12:06:29 UTC