public class org.apache.http.impl.conn.LoggingSessionInputBuffer implements org.apache.http.io.SessionInputBuffer, org.apache.http.io.EofSensor
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.http.impl.conn.LoggingSessionInputBuffer
super_class: java.lang.Object
{
private final org.apache.http.io.SessionInputBuffer in;
descriptor: Lorg/apache/http/io/SessionInputBuffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.http.io.EofSensor eofSensor;
descriptor: Lorg/apache/http/io/EofSensor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.http.impl.conn.Wire wire;
descriptor: Lorg/apache/http/impl/conn/Wire;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String charset;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.apache.http.io.SessionInputBuffer, org.apache.http.impl.conn.Wire, java.lang.String);
descriptor: (Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/impl/conn/Wire;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
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.conn.LoggingSessionInputBuffer.in:Lorg/apache/http/io/SessionInputBuffer;
2: aload 0
aload 1
instanceof org.apache.http.io.EofSensor
ifeq 3
aload 1
checkcast org.apache.http.io.EofSensor
goto 4
StackMap locals: org.apache.http.impl.conn.LoggingSessionInputBuffer org.apache.http.io.SessionInputBuffer org.apache.http.impl.conn.Wire java.lang.String
StackMap stack: org.apache.http.impl.conn.LoggingSessionInputBuffer
3: aconst_null
StackMap locals: org.apache.http.impl.conn.LoggingSessionInputBuffer org.apache.http.io.SessionInputBuffer org.apache.http.impl.conn.Wire java.lang.String
StackMap stack: org.apache.http.impl.conn.LoggingSessionInputBuffer org.apache.http.io.EofSensor
4: putfield org.apache.http.impl.conn.LoggingSessionInputBuffer.eofSensor:Lorg/apache/http/io/EofSensor;
5: aload 0
aload 2
putfield org.apache.http.impl.conn.LoggingSessionInputBuffer.wire:Lorg/apache/http/impl/conn/Wire;
6: aload 0
aload 3
ifnull 7
aload 3
goto 8
StackMap locals:
StackMap stack: org.apache.http.impl.conn.LoggingSessionInputBuffer
7: getstatic org.apache.http.Consts.ASCII:Ljava/nio/charset/Charset;
invokevirtual java.nio.charset.Charset.name:()Ljava/lang/String;
StackMap locals: org.apache.http.impl.conn.LoggingSessionInputBuffer org.apache.http.io.SessionInputBuffer org.apache.http.impl.conn.Wire java.lang.String
StackMap stack: org.apache.http.impl.conn.LoggingSessionInputBuffer java.lang.String
8: putfield org.apache.http.impl.conn.LoggingSessionInputBuffer.charset:Ljava/lang/String;
9: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/apache/http/impl/conn/LoggingSessionInputBuffer;
0 10 1 in Lorg/apache/http/io/SessionInputBuffer;
0 10 2 wire Lorg/apache/http/impl/conn/Wire;
0 10 3 charset Ljava/lang/String;
MethodParameters:
Name Flags
in final
wire final
charset final
public void <init>(org.apache.http.io.SessionInputBuffer, org.apache.http.impl.conn.Wire);
descriptor: (Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/impl/conn/Wire;)V
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
invokespecial org.apache.http.impl.conn.LoggingSessionInputBuffer.<init>:(Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/impl/conn/Wire;Ljava/lang/String;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/http/impl/conn/LoggingSessionInputBuffer;
0 2 1 in Lorg/apache/http/io/SessionInputBuffer;
0 2 2 wire Lorg/apache/http/impl/conn/Wire;
MethodParameters:
Name Flags
in final
wire final
public boolean isDataAvailable(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.in:Lorg/apache/http/io/SessionInputBuffer;
iload 1
invokeinterface org.apache.http.io.SessionInputBuffer.isDataAvailable:(I)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/http/impl/conn/LoggingSessionInputBuffer;
0 1 1 timeout I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
timeout final
public int read(byte[], int, int);
descriptor: ([BII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.in:Lorg/apache/http/io/SessionInputBuffer;
aload 1
iload 2
iload 3
invokeinterface org.apache.http.io.SessionInputBuffer.read:([BII)I
istore 4
start local 4 1: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.wire:Lorg/apache/http/impl/conn/Wire;
invokevirtual org.apache.http.impl.conn.Wire.enabled:()Z
ifeq 3
iload 4
ifle 3
2: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.wire:Lorg/apache/http/impl/conn/Wire;
aload 1
iload 2
iload 4
invokevirtual org.apache.http.impl.conn.Wire.input:([BII)V
3: StackMap locals: int
StackMap stack:
iload 4
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/http/impl/conn/LoggingSessionInputBuffer;
0 4 1 b [B
0 4 2 off I
0 4 3 len I
1 4 4 readLen I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b final
off final
len final
public int read();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.in:Lorg/apache/http/io/SessionInputBuffer;
invokeinterface org.apache.http.io.SessionInputBuffer.read:()I
istore 1
start local 1 1: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.wire:Lorg/apache/http/impl/conn/Wire;
invokevirtual org.apache.http.impl.conn.Wire.enabled:()Z
ifeq 3
iload 1
iconst_m1
if_icmpeq 3
2: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.wire:Lorg/apache/http/impl/conn/Wire;
iload 1
invokevirtual org.apache.http.impl.conn.Wire.input:(I)V
3: StackMap locals: int
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/http/impl/conn/LoggingSessionInputBuffer;
1 4 1 b I
Exceptions:
throws java.io.IOException
public int read(byte[]);
descriptor: ([B)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.in:Lorg/apache/http/io/SessionInputBuffer;
aload 1
invokeinterface org.apache.http.io.SessionInputBuffer.read:([B)I
istore 2
start local 2 1: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.wire:Lorg/apache/http/impl/conn/Wire;
invokevirtual org.apache.http.impl.conn.Wire.enabled:()Z
ifeq 3
iload 2
ifle 3
2: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.wire:Lorg/apache/http/impl/conn/Wire;
aload 1
iconst_0
iload 2
invokevirtual org.apache.http.impl.conn.Wire.input:([BII)V
3: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/http/impl/conn/LoggingSessionInputBuffer;
0 4 1 b [B
1 4 2 readLen I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b final
public java.lang.String readLine();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.in:Lorg/apache/http/io/SessionInputBuffer;
invokeinterface org.apache.http.io.SessionInputBuffer.readLine:()Ljava/lang/String;
astore 1
start local 1 1: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.wire:Lorg/apache/http/impl/conn/Wire;
invokevirtual org.apache.http.impl.conn.Wire.enabled:()Z
ifeq 4
aload 1
ifnull 4
2: new java.lang.StringBuilder
dup
aload 1
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "\r\n"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
astore 2
start local 2 3: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.wire:Lorg/apache/http/impl/conn/Wire;
aload 2
aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.charset:Ljava/lang/String;
invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
invokevirtual org.apache.http.impl.conn.Wire.input:([B)V
end local 2 4: StackMap locals: java.lang.String
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/http/impl/conn/LoggingSessionInputBuffer;
1 5 1 s Ljava/lang/String;
3 4 2 tmp Ljava/lang/String;
Exceptions:
throws java.io.IOException
public int readLine(org.apache.http.util.CharArrayBuffer);
descriptor: (Lorg/apache/http/util/CharArrayBuffer;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.in:Lorg/apache/http/io/SessionInputBuffer;
aload 1
invokeinterface org.apache.http.io.SessionInputBuffer.readLine:(Lorg/apache/http/util/CharArrayBuffer;)I
istore 2
start local 2 1: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.wire:Lorg/apache/http/impl/conn/Wire;
invokevirtual org.apache.http.impl.conn.Wire.enabled:()Z
ifeq 6
iload 2
iflt 6
2: aload 1
invokevirtual org.apache.http.util.CharArrayBuffer.length:()I
iload 2
isub
istore 3
start local 3 3: new java.lang.String
dup
aload 1
invokevirtual org.apache.http.util.CharArrayBuffer.buffer:()[C
iload 3
iload 2
invokespecial java.lang.String.<init>:([CII)V
astore 4
start local 4 4: new java.lang.StringBuilder
dup
aload 4
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "\r\n"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
astore 5
start local 5 5: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.wire:Lorg/apache/http/impl/conn/Wire;
aload 5
aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.charset:Ljava/lang/String;
invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
invokevirtual org.apache.http.impl.conn.Wire.input:([B)V
end local 5 end local 4 end local 3 6: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/http/impl/conn/LoggingSessionInputBuffer;
0 7 1 buffer Lorg/apache/http/util/CharArrayBuffer;
1 7 2 readLen I
3 6 3 pos I
4 6 4 s Ljava/lang/String;
5 6 5 tmp Ljava/lang/String;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
buffer final
public org.apache.http.io.HttpTransportMetrics getMetrics();
descriptor: ()Lorg/apache/http/io/HttpTransportMetrics;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.in:Lorg/apache/http/io/SessionInputBuffer;
invokeinterface org.apache.http.io.SessionInputBuffer.getMetrics:()Lorg/apache/http/io/HttpTransportMetrics;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/http/impl/conn/LoggingSessionInputBuffer;
public boolean isEof();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.eofSensor:Lorg/apache/http/io/EofSensor;
ifnull 2
1: aload 0
getfield org.apache.http.impl.conn.LoggingSessionInputBuffer.eofSensor:Lorg/apache/http/io/EofSensor;
invokeinterface org.apache.http.io.EofSensor.isEof:()Z
ireturn
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/http/impl/conn/LoggingSessionInputBuffer;
}
SourceFile: "LoggingSessionInputBuffer.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()
RuntimeInvisibleAnnotations:
org.apache.http.annotation.Contract(threading = org.apache.http.annotation.ThreadingBehavior.IMMUTABLE:Lorg/apache/http/annotation/ThreadingBehavior;)