public final class HttpGet
extends HttpEntityEnclosingRequestBase
The current Android (API level 21) bundled version of the Apache Http Client does not implement
a HttpEntityEnclosingRequestBase type of HTTP GET method.
Until the Android version is updated this can serve in it's stead.
This implementation can and should go away when the official solution arrives.