[reSIProcate-commit] resiprocate 8733 sgodin: -moved options handler installation from constructor to new method call
| Project | resiprocate |
| New Revision | 8733 |
| Committer | sgodin (Scott Godin) |
| Date | 2010-01-10 09:06:38 -0600 (Sun, 10 Jan 2010) |
Log
-moved options handler installation from constructor to new method call
-added Request Context Factory so that virtual fn's in Request Context
can be overridden by an application to provide custom handling
- new API on Proxy to install a custom RequestContextFactory
- two new virtual fns that can be overridden on Requeset Context:
- handleSelfAimedStrayAck - defaults to just drop as before
- send - defaults to just calling mProxy.send (as before)
Modified: