larry03 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

Вifferentiate timeout for read response and timeout for connection #211

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I try to set different timeout for connection and read response in 
HttpTransportSE.

What is the expected output? What do you see instead?
API doesn't allow me to do it. I try to extend ServiceConnectionSE and so on, 
but I can't do it because connection is a private field in ServiceConnectionSE. 
So, I have to write my own version for ServiceConnectionSE with different 
timeout. 

What version of the product are you using? On what operating system?
I use Android 4.4.4 with 3.0.0 version of ksoap2-android, but I looked at 
source code for 3.5.0. 

Please provide any additional information below.

Original issue reported on code.google.com by kmash...@gmail.com on 17 Mar 2015 at 7:21