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 -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -