본문 바로가기

Programming/Java

HttpURLConnection response code handling

반응형
SMALL

https://codereview.stackexchange.com/questions/45819/httpurlconnection-response-code-handling

 

HttpURLConnection response code handling

This snippet from a downloader callable handles HTTP status codes. I need critique on both the style (for or do-while loop better here?) and functionality. Should I manage the delay differently? Do I

codereview.stackexchange.com

 

반응형
LIST