java - how to set tcp.nodelay when i use httpurlconnection -


How to set tcp.nodelay for the code given below

  url = new URL (urltext); HttpURLConnection conn = (HttpURLConnection) url.openConnection ();    

As far as I know that you tcp.noDelay 'HTTRL connection' is on because it does not allow any interface to underline the TCP socket.

What can I recommend because it provides the mechanism to set up several TCP options? Take a look at this

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -