setReadTimeout
2008/1/22, Bernd Hofner <[EMAIL PROTECTED]>: > > Hello, > > I'm using the Java implementation of Hessian (hessian-3.1.3.jar). > > To connect to my server from a client, I'm using > HessianproxyFactory.create(iface.class, myServiceUrl); > > Unfortunatly, this seems to be a blocking call: if the URL is wrong or the > server can't be reached, the call does not return. > > I would like to be able to change the "myServiceUrl" after an unsuccessful > connection attempt. Can I change the connection attempt to non-blocking? > Or does anyone have an idea how to stop the connection attempt after some > time so that I can try it again with a different address? > > Best regards, > > Bernd > > -- > GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. > Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail > > > _______________________________________________ > hessian-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/hessian-interest >
_______________________________________________ hessian-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/hessian-interest
