Recently, I've been studying HTTP request/response for Browser.
Is there any way(point) to know size of the HTTP request sent handset
to server,
includes all bytes of the request including Request-Line.

I reviewed the source code - HttpConnectionMetricslmpl.java (/
Extenal),
and found that there is "getSentBytesCount",
but whenever I call the API from sendRequest in Request.java(/
Framework),
the return value is "0".

Where is the point to know the size of the HTTP request send handset
to server,
Or is there any other method to know that?

Thanks..
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to