show/hide this revision's text 3 added 130 characters in body

I'm using a Java socket, connected to a server. If I send a HEADER http request, how can I measure the response time from the server? Must I use a provided java timer, or is there an easier way?

I'm looking for a short answer, I don't want to use other protocols etc. Obviously do I neither want to have a solution that ties my application to a specific OS. Please people, IN-CODE solutions only.

show/hide this revision's text 2 added 84 characters in body

I'm using a Java socket, connected to a server. If I send a HEADER http request, how can I measure the response time from the server? Must I use some a provided java timer, or is there a better an easier way?

I'm looking for a short answer, I don't want to use other protocols etc.

    Post Made Community Wiki by Community

show/hide this revision's text 1