|
PeanutButter
|
Interface to be implemented by a service which processes requests. More...
Public Member Functions | |
| void | ProcessRequest () |
| Process the request. | |
Interface to be implemented by a service which processes requests.
| void PeanutButter.SimpleTcpServer.IProcessor.ProcessRequest | ( | ) |
Process the request.
Implemented in PeanutButter.SimpleHTTPServer.HttpProcessor.