Javadoc for LowLevelHttpRequest:
https://code.google.com/p/google-http-java-client/source/browse/google-http-clie
nt/src/main/java/com/google/api/client/http/LowLevelHttpRequest.java?spec=svn85d
44ce30bc7a51812477ddb648b2d6838465c83&r=85d44ce30bc7a51812477ddb648b2d6838465c83
says:
"<p>
* Implementation has no fields and therefore thread-safe, but sub-classes are not necessarily
* thread-safe.
* </p>
"
It is no longer true that the implementation has no fields. (I don't know
whether it's true that the implementation is still thread-safe).
Original issue reported on code.google.com by sjnickerson@google.com on 18 Dec 2014 at 9:27
Original issue reported on code.google.com by
sjnickerson@google.com
on 18 Dec 2014 at 9:27