Client / Client architecture

abki <[email protected]> Sun, 2 May 2010 17:41:06 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.java
Organization http://groups.google.com
Message-ID <335a0913-d855-4edc-8045-87e659e55a7a@r34g2000yqj.googlegroups.com>
H=E9llo,

I'm trying to embed a browser in my application to be able to deliver
a webview instead of swing view. I'm currenly working with mozswing
but I could easly switch...
My application run both client and server side. I would like to
intercept outgoing request fired by the browser and then answer this
request without opening sockets. How can I do that ?