Application Host!
I have earlier experience mainly with Applets, im now interested of testing an Java Application for my chess game.
When im on applets i can always have firewall free TCP/UDP two way transfer between the host from where applet is loaded and applet itself, with
"applet.getcodebase().gethost()".
Now as i go to sandboxed webstarted application, then how to get the inetaddress of an host from where sandboxed webstart application is loaded ?
And is the resolving inetaddress allways a two ways like the applet has ?