Is it posible to capture http response that comping back from request im making in java SWT browser component ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Yes, at least if you're using a Mozilla based SWT browser. In that case you could implement a nsIObserver and take a look at the response via the observe() method. Here's a snippet: http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet321.java?view=co |
|||
|
|