[jboss-user] [Remoting] - Re: Enable TCP_NO_DELAY on HTTP client
ron.sigal@jboss.com
do-not-reply at jboss.com
Sat May 19 14:36:03 EDT 2007
The Remoting http transport communicates by way of HttpURLConnections, and I'm not aware of any way to access sockets managed by an ordinary HttpUrlConnection. The secure subclass HttpsURLConnection has a setSSLSocketFactory() method, which would allow you to create and configure sockets. Unfortunately, HttpURLConnection doesn't have such a method.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047008#4047008
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047008
More information about the jboss-user
mailing list