java - how to set tcp.nodelay when i use httpurlconnection -
How to set As far as I know that you What can I recommend because it provides the mechanism to set up several TCP options? Take a look at this tcp.nodelay for the code given below
url = new URL (urltext); HttpURLConnection conn = (HttpURLConnection) url.openConnection ();
tcp.noDelay 'HTTRL connection' is on because it does not allow any interface to underline the TCP socket.
Comments
Post a Comment