Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apache XMLRPC closes socket automatically

843790Apr 20 2009 — edited Apr 24 2009
Hello there,

I guess I should post this topic to some Apache forum but I clould not find one. So I hope someone can get me some clue.

I created an XMLRPC client like this:
XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();
config.setServerURL(url);
client = new XmlRpcClient();
client.setConfig(config);
Now it appears that the socket is closed automatically after there is no traffic for 10 seconds. Is it possible to alter this time-out period or disable it? The documentation gives me no clue.

Thanks in advance,

Bart.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2009
Added on Apr 20 2009
4 comments
269 views