Is there a specific location in the codebase for TcpMon where I can intercept the request and responses in debug mode? So far, I've found the class JTextAreaWriter.java I don't believe this is the right class for a breakpoint, but that's where I'm started. I'm working with what is in SVN / Trunk.
The feature what I'm tasked with doing is building out a recorder / playback feature that could be possibly be integrated with TcpMon. I want to store all of the request / responses into a persistence layer for later playback during future project work. The intention is to have a persistence store of various test scenarios. If you need further implementation details let me know. Thanks, Nick