- All Implemented Interfaces:
- cz.msebera.android.httpclient.client.methods.AbortableHttpRequest, cz.msebera.android.httpclient.client.methods.Configurable, cz.msebera.android.httpclient.client.methods.HttpExecutionAware, cz.msebera.android.httpclient.client.methods.HttpUriRequest, cz.msebera.android.httpclient.HttpEntityEnclosingRequest, cz.msebera.android.httpclient.HttpMessage, cz.msebera.android.httpclient.HttpRequest, java.lang.Cloneable
public final class HttpGet
extends cz.msebera.android.httpclient.client.methods.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.