class org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream extends org.apache.commons.vfs2.util.MonitorInputStream
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream
super_class: org.apache.commons.vfs2.util.MonitorInputStream
{
private final org.apache.http.HttpResponse httpResponse;
descriptor: Lorg/apache/http/HttpResponse;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.apache.http.HttpResponse);
descriptor: (Lorg/apache/http/HttpResponse;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream this
start local 1 // org.apache.http.HttpResponse httpResponse
0: .line 33
aload 0 /* this */
aload 1 /* httpResponse */
invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
invokeinterface org.apache.http.HttpEntity.getContent:()Ljava/io/InputStream;
invokespecial org.apache.commons.vfs2.util.MonitorInputStream.<init>:(Ljava/io/InputStream;)V
1: .line 34
aload 0 /* this */
aload 1 /* httpResponse */
putfield org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream.httpResponse:Lorg/apache/http/HttpResponse;
2: .line 35
return
end local 1 // org.apache.http.HttpResponse httpResponse
end local 0 // org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/vfs2/provider/http4/MonitoredHttpResponseContentInputStream;
0 3 1 httpResponse Lorg/apache/http/HttpResponse;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
httpResponse final
protected void onClose();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 // org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream this
0: .line 39
aload 0 /* this */
getfield org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream.httpResponse:Lorg/apache/http/HttpResponse;
instanceof org.apache.http.client.methods.CloseableHttpResponse
ifeq 2
1: .line 40
aload 0 /* this */
getfield org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream.httpResponse:Lorg/apache/http/HttpResponse;
checkcast org.apache.http.client.methods.CloseableHttpResponse
invokeinterface org.apache.http.client.methods.CloseableHttpResponse.close:()V
2: .line 42
StackMap locals:
StackMap stack:
return
end local 0 // org.apache.commons.vfs2.provider.http4.MonitoredHttpResponseContentInputStream this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/vfs2/provider/http4/MonitoredHttpResponseContentInputStream;
Exceptions:
throws java.io.IOException
}
SourceFile: "MonitoredHttpResponseContentInputStream.java"