subclassing HttpManager

Maria ANGI writes:
 > 
 > HI!
 > 
 > I want to subclass the HttpManager class and implement my own runRequest()
 > method.
 > I can't do this because the constructor of this class is not accesable for
 > classes from another package.
 > Is a possibility to resolve it?

That's a godd point, I'll make the constructor protected

Anselm.

Received on Wednesday, 28 May 1997 13:36:02 UTC