Tuesday, February 26, 2008
http classes
When I started this project I wrote a couple of classes to simplify the parsing of the content of an HTTP request received by a server and to return a request. Looking back I can see that both classes share alot of similar information. I can also see the benefit of creating similar classes for the client side. As a result I am going to sit down and redesign the basic classes. At the top of the heirarchy will be a base class that contains member variables in common to all the classes. This will be inherited by two classes a base reader and a base writer, these will contain setter or getter methods depending on their function. From these I will derive the server and client classes.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment