Lines Matching refs:HttpEntityEnclosingRequest
62 …method public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throws org.apache…
892 …method @Deprecated public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throw…
927 @Deprecated public interface HttpEntityEnclosingRequest extends org.apache.http.HttpRequest {
1021 …method @Deprecated public void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest) th…
1406 ….apache.http.client.methods.HttpRequestBase implements org.apache.http.HttpEntityEnclosingRequest {
2216 …method @Deprecated public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throw…
2233 …method @Deprecated public void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest) th…
2616 … org.apache.http.impl.client.RequestWrapper implements org.apache.http.HttpEntityEnclosingRequest {
2617 …eprecated public EntityEnclosingRequestWrapper(org.apache.http.HttpEntityEnclosingRequest) throws …
2690 …method @Deprecated public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest) throw…
3524 …ds org.apache.http.message.BasicHttpRequest implements org.apache.http.HttpEntityEnclosingRequest {