public class org.apache.http.impl.client.DecompressingHttpClient implements org.apache.http.client.HttpClient
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.http.impl.client.DecompressingHttpClient
super_class: java.lang.Object
{
private final org.apache.http.client.HttpClient backend;
descriptor: Lorg/apache/http/client/HttpClient;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.http.HttpRequestInterceptor acceptEncodingInterceptor;
descriptor: Lorg/apache/http/HttpRequestInterceptor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.http.HttpResponseInterceptor contentEncodingInterceptor;
descriptor: Lorg/apache/http/HttpResponseInterceptor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
new org.apache.http.impl.client.DefaultHttpClient
dup
invokespecial org.apache.http.impl.client.DefaultHttpClient.<init>:()V
invokespecial org.apache.http.impl.client.DecompressingHttpClient.<init>:(Lorg/apache/http/client/HttpClient;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
public void <init>(org.apache.http.client.HttpClient);
descriptor: (Lorg/apache/http/client/HttpClient;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
new org.apache.http.client.protocol.RequestAcceptEncoding
dup
invokespecial org.apache.http.client.protocol.RequestAcceptEncoding.<init>:()V
new org.apache.http.client.protocol.ResponseContentEncoding
dup
invokespecial org.apache.http.client.protocol.ResponseContentEncoding.<init>:()V
invokespecial org.apache.http.impl.client.DecompressingHttpClient.<init>:(Lorg/apache/http/client/HttpClient;Lorg/apache/http/HttpRequestInterceptor;Lorg/apache/http/HttpResponseInterceptor;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
0 2 1 backend Lorg/apache/http/client/HttpClient;
MethodParameters:
Name Flags
backend final
void <init>(org.apache.http.client.HttpClient, org.apache.http.HttpRequestInterceptor, org.apache.http.HttpResponseInterceptor);
descriptor: (Lorg/apache/http/client/HttpClient;Lorg/apache/http/HttpRequestInterceptor;Lorg/apache/http/HttpResponseInterceptor;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.http.impl.client.DecompressingHttpClient.backend:Lorg/apache/http/client/HttpClient;
2: aload 0
aload 2
putfield org.apache.http.impl.client.DecompressingHttpClient.acceptEncodingInterceptor:Lorg/apache/http/HttpRequestInterceptor;
3: aload 0
aload 3
putfield org.apache.http.impl.client.DecompressingHttpClient.contentEncodingInterceptor:Lorg/apache/http/HttpResponseInterceptor;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
0 5 1 backend Lorg/apache/http/client/HttpClient;
0 5 2 requestInterceptor Lorg/apache/http/HttpRequestInterceptor;
0 5 3 responseInterceptor Lorg/apache/http/HttpResponseInterceptor;
MethodParameters:
Name Flags
backend final
requestInterceptor final
responseInterceptor final
public org.apache.http.params.HttpParams getParams();
descriptor: ()Lorg/apache/http/params/HttpParams;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.http.impl.client.DecompressingHttpClient.backend:Lorg/apache/http/client/HttpClient;
invokeinterface org.apache.http.client.HttpClient.getParams:()Lorg/apache/http/params/HttpParams;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
public org.apache.http.conn.ClientConnectionManager getConnectionManager();
descriptor: ()Lorg/apache/http/conn/ClientConnectionManager;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.http.impl.client.DecompressingHttpClient.backend:Lorg/apache/http/client/HttpClient;
invokeinterface org.apache.http.client.HttpClient.getConnectionManager:()Lorg/apache/http/conn/ClientConnectionManager;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest);
descriptor: (Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
aload 1
invokevirtual org.apache.http.impl.client.DecompressingHttpClient.getHttpHost:(Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpHost;
aload 1
aconst_null
invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
0 1 1 request Lorg/apache/http/client/methods/HttpUriRequest;
Exceptions:
throws java.io.IOException, org.apache.http.client.ClientProtocolException
MethodParameters:
Name Flags
request final
public org.apache.http.client.HttpClient getHttpClient();
descriptor: ()Lorg/apache/http/client/HttpClient;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.http.impl.client.DecompressingHttpClient.backend:Lorg/apache/http/client/HttpClient;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
org.apache.http.HttpHost getHttpHost(org.apache.http.client.methods.HttpUriRequest);
descriptor: (Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpHost;
flags: (0x0000)
Code:
stack=1, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.apache.http.client.methods.HttpUriRequest.getURI:()Ljava/net/URI;
astore 2
start local 2 1: aload 2
invokestatic org.apache.http.client.utils.URIUtils.extractHost:(Ljava/net/URI;)Lorg/apache/http/HttpHost;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
0 2 1 request Lorg/apache/http/client/methods/HttpUriRequest;
1 2 2 uri Ljava/net/URI;
MethodParameters:
Name Flags
request final
public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.protocol.HttpContext);
descriptor: (Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
aload 1
invokevirtual org.apache.http.impl.client.DecompressingHttpClient.getHttpHost:(Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpHost;
aload 1
aload 2
invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
0 1 1 request Lorg/apache/http/client/methods/HttpUriRequest;
0 1 2 context Lorg/apache/http/protocol/HttpContext;
Exceptions:
throws java.io.IOException, org.apache.http.client.ClientProtocolException
MethodParameters:
Name Flags
request final
context final
public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest);
descriptor: (Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;)Lorg/apache/http/HttpResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aconst_null
invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
0 1 1 target Lorg/apache/http/HttpHost;
0 1 2 request Lorg/apache/http/HttpRequest;
Exceptions:
throws java.io.IOException, org.apache.http.client.ClientProtocolException
MethodParameters:
Name Flags
target final
request final
public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext);
descriptor: (Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=8, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 3
ifnull 1
aload 3
goto 2
StackMap locals:
StackMap stack:
1: new org.apache.http.protocol.BasicHttpContext
dup
invokespecial org.apache.http.protocol.BasicHttpContext.<init>:()V
StackMap locals:
StackMap stack: org.apache.http.protocol.HttpContext
2: astore 4
start local 4 3: aload 2
instanceof org.apache.http.HttpEntityEnclosingRequest
ifeq 6
4: new org.apache.http.impl.client.EntityEnclosingRequestWrapper
dup
aload 2
checkcast org.apache.http.HttpEntityEnclosingRequest
invokespecial org.apache.http.impl.client.EntityEnclosingRequestWrapper.<init>:(Lorg/apache/http/HttpEntityEnclosingRequest;)V
astore 5
start local 5 5: goto 7
end local 5 6: StackMap locals: org.apache.http.protocol.HttpContext
StackMap stack:
new org.apache.http.impl.client.RequestWrapper
dup
aload 2
invokespecial org.apache.http.impl.client.RequestWrapper.<init>:(Lorg/apache/http/HttpRequest;)V
astore 5
start local 5 7: StackMap locals: org.apache.http.HttpRequest
StackMap stack:
aload 0
getfield org.apache.http.impl.client.DecompressingHttpClient.acceptEncodingInterceptor:Lorg/apache/http/HttpRequestInterceptor;
aload 5
aload 4
invokeinterface org.apache.http.HttpRequestInterceptor.process:(Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)V
8: aload 0
getfield org.apache.http.impl.client.DecompressingHttpClient.backend:Lorg/apache/http/client/HttpClient;
aload 1
aload 5
aload 4
invokeinterface org.apache.http.client.HttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
astore 6
start local 6 9: aload 0
getfield org.apache.http.impl.client.DecompressingHttpClient.contentEncodingInterceptor:Lorg/apache/http/HttpResponseInterceptor;
aload 6
aload 4
invokeinterface org.apache.http.HttpResponseInterceptor.process:(Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)V
10: getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
aload 4
ldc "http.client.response.uncompressed"
invokeinterface org.apache.http.protocol.HttpContext.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
ifeq 14
11: aload 6
ldc "Content-Length"
invokeinterface org.apache.http.HttpResponse.removeHeaders:(Ljava/lang/String;)V
12: aload 6
ldc "Content-Encoding"
invokeinterface org.apache.http.HttpResponse.removeHeaders:(Ljava/lang/String;)V
13: aload 6
ldc "Content-MD5"
invokeinterface org.apache.http.HttpResponse.removeHeaders:(Ljava/lang/String;)V
14: StackMap locals: org.apache.http.HttpResponse
StackMap stack:
aload 6
15: areturn
16: StackMap locals:
StackMap stack: org.apache.http.HttpException
astore 7
start local 7 17: aload 6
invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
18: aload 7
athrow
end local 7 19: StackMap locals:
StackMap stack: java.io.IOException
astore 7
start local 7 20: aload 6
invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
21: aload 7
athrow
end local 7 22: StackMap locals:
StackMap stack: java.lang.RuntimeException
astore 7
start local 7 23: aload 6
invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
24: aload 7
athrow
end local 7 end local 6 end local 5 end local 4 25: StackMap locals: org.apache.http.impl.client.DecompressingHttpClient org.apache.http.HttpHost org.apache.http.HttpRequest org.apache.http.protocol.HttpContext
StackMap stack: org.apache.http.HttpException
astore 4
start local 4 26: new org.apache.http.client.ClientProtocolException
dup
aload 4
invokespecial org.apache.http.client.ClientProtocolException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
0 27 1 target Lorg/apache/http/HttpHost;
0 27 2 request Lorg/apache/http/HttpRequest;
0 27 3 context Lorg/apache/http/protocol/HttpContext;
3 25 4 localContext Lorg/apache/http/protocol/HttpContext;
5 6 5 wrapped Lorg/apache/http/HttpRequest;
7 25 5 wrapped Lorg/apache/http/HttpRequest;
9 25 6 response Lorg/apache/http/HttpResponse;
17 19 7 ex Lorg/apache/http/HttpException;
20 22 7 ex Ljava/io/IOException;
23 25 7 ex Ljava/lang/RuntimeException;
26 27 4 e Lorg/apache/http/HttpException;
Exception table:
from to target type
9 15 16 Class org.apache.http.HttpException
9 15 19 Class java.io.IOException
9 15 22 Class java.lang.RuntimeException
0 15 25 Class org.apache.http.HttpException
16 25 25 Class org.apache.http.HttpException
Exceptions:
throws java.io.IOException, org.apache.http.client.ClientProtocolException
MethodParameters:
Name Flags
target final
request final
context final
public <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>);
descriptor: (Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/client/ResponseHandler;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
aload 1
invokevirtual org.apache.http.impl.client.DecompressingHttpClient.getHttpHost:(Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpHost;
aload 1
aload 2
invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
0 1 1 request Lorg/apache/http/client/methods/HttpUriRequest;
0 1 2 responseHandler Lorg/apache/http/client/ResponseHandler<+TT;>;
Exceptions:
throws java.io.IOException, org.apache.http.client.ClientProtocolException
Signature: <T:Ljava/lang/Object;>(Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/client/ResponseHandler<+TT;>;)TT;
MethodParameters:
Name Flags
request final
responseHandler final
public <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext);
descriptor: (Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/client/ResponseHandler;Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
aload 1
invokevirtual org.apache.http.impl.client.DecompressingHttpClient.getHttpHost:(Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpHost;
aload 1
aload 2
aload 3
invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
0 1 1 request Lorg/apache/http/client/methods/HttpUriRequest;
0 1 2 responseHandler Lorg/apache/http/client/ResponseHandler<+TT;>;
0 1 3 context Lorg/apache/http/protocol/HttpContext;
Exceptions:
throws java.io.IOException, org.apache.http.client.ClientProtocolException
Signature: <T:Ljava/lang/Object;>(Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/client/ResponseHandler<+TT;>;Lorg/apache/http/protocol/HttpContext;)TT;
MethodParameters:
Name Flags
request final
responseHandler final
context final
public <T> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandler<? extends T>);
descriptor: (Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
aconst_null
invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
0 1 1 target Lorg/apache/http/HttpHost;
0 1 2 request Lorg/apache/http/HttpRequest;
0 1 3 responseHandler Lorg/apache/http/client/ResponseHandler<+TT;>;
Exceptions:
throws java.io.IOException, org.apache.http.client.ClientProtocolException
Signature: <T:Ljava/lang/Object;>(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler<+TT;>;)TT;
MethodParameters:
Name Flags
target final
request final
responseHandler final
public <T> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext);
descriptor: (Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=9, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 4
invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
astore 5
start local 5 1: aload 3
aload 5
invokeinterface org.apache.http.client.ResponseHandler.handleResponse:(Lorg/apache/http/HttpResponse;)Ljava/lang/Object;
astore 7
2: aload 5
invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
astore 8
start local 8 3: aload 8
ifnull 5
4: aload 8
invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
end local 8 5: StackMap locals: org.apache.http.impl.client.DecompressingHttpClient org.apache.http.HttpHost org.apache.http.HttpRequest org.apache.http.client.ResponseHandler org.apache.http.protocol.HttpContext org.apache.http.HttpResponse top java.lang.Object
StackMap stack:
aload 7
areturn
6: StackMap locals: org.apache.http.impl.client.DecompressingHttpClient org.apache.http.HttpHost org.apache.http.HttpRequest org.apache.http.client.ResponseHandler org.apache.http.protocol.HttpContext org.apache.http.HttpResponse
StackMap stack: java.lang.Throwable
astore 6
7: aload 5
invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
astore 8
start local 8 8: aload 8
ifnull 10
9: aload 8
invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
end local 8 10: StackMap locals: java.lang.Throwable
StackMap stack:
aload 6
athrow
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/http/impl/client/DecompressingHttpClient;
0 11 1 target Lorg/apache/http/HttpHost;
0 11 2 request Lorg/apache/http/HttpRequest;
0 11 3 responseHandler Lorg/apache/http/client/ResponseHandler<+TT;>;
0 11 4 context Lorg/apache/http/protocol/HttpContext;
1 11 5 response Lorg/apache/http/HttpResponse;
3 5 8 entity Lorg/apache/http/HttpEntity;
8 10 8 entity Lorg/apache/http/HttpEntity;
Exception table:
from to target type
1 2 6 any
Exceptions:
throws java.io.IOException, org.apache.http.client.ClientProtocolException
Signature: <T:Ljava/lang/Object;>(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler<+TT;>;Lorg/apache/http/protocol/HttpContext;)TT;
MethodParameters:
Name Flags
target final
request final
responseHandler final
context final
}
SourceFile: "DecompressingHttpClient.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()