Laying the ground work for HTTP connections
commit03e19f8bdf868bc0bcaaf5c075e72b69c85a53cb
authorRonald Landheer-Cieslak <ronald.landheer@optelvision.com>
Tue, 6 Nov 2007 01:41:42 +0000 (5 20:41 -0500)
committerRonald Landheer-Cieslak <ronald.landheer@optelvision.com>
Tue, 6 Nov 2007 01:41:42 +0000 (5 20:41 -0500)
tree4d81f7c61844f1f747052977b12a27a3fdd7937f
parentf163b7f6357712141c4ed82b9d8ba4749b6a5f39
Laying the ground work for HTTP connections

We now have a functioning connection handler for HTTP, and a data handler that's called when data is ready. The next step would be to reduce the number of instances of the data connection to one, and then have it handle data, parsing it into requests and handing those requests to the request handler.
lib/Spin/Connection.cpp
lib/Spin/Handlers/HTTPConnectionHandler.cpp
lib/Spin/Handlers/HTTPDataHandler.cpp
lib/Spin/Handlers/HTTPDataHandler.h
lib/Spin/Handlers/NewDataHandler.cpp
lib/Spin/Handlers/NewDataHandler.h