public class io.vertx.core.http.impl.HttpClientResponseImpl implements io.vertx.core.http.HttpClientResponse
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.http.impl.HttpClientResponseImpl
super_class: java.lang.Object
{
private static final io.vertx.core.logging.Logger log;
descriptor: Lio/vertx/core/logging/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final io.vertx.core.http.HttpVersion version;
descriptor: Lio/vertx/core/http/HttpVersion;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int statusCode;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String statusMessage;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.http.impl.HttpClientRequestBase request;
descriptor: Lio/vertx/core/http/impl/HttpClientRequestBase;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.http.HttpConnection conn;
descriptor: Lio/vertx/core/http/HttpConnection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.http.impl.HttpClientStream stream;
descriptor: Lio/vertx/core/http/impl/HttpClientStream;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private io.vertx.core.Handler<io.vertx.core.buffer.Buffer> dataHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
private io.vertx.core.Handler<io.vertx.core.http.HttpFrame> customFrameHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/HttpFrame;>;
private io.vertx.core.Handler<java.lang.Void> endHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
private io.vertx.core.Handler<io.vertx.core.http.StreamPriority> priorityHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;
private io.vertx.core.net.NetSocket netSocket;
descriptor: Lio/vertx/core/net/NetSocket;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.MultiMap ;
descriptor: Lio/vertx/core/MultiMap;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.MultiMap trailers;
descriptor: Lio/vertx/core/MultiMap;
flags: (0x0002) ACC_PRIVATE
private java.util.List<java.lang.String> cookies;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Ljava/lang/String;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/vertx/core/http/impl/HttpClientResponseImpl;
invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
putstatic io.vertx.core.http.impl.HttpClientResponseImpl.log:Lio/vertx/core/logging/Logger;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(io.vertx.core.http.impl.HttpClientRequestBase, io.vertx.core.http.HttpVersion, io.vertx.core.http.impl.HttpClientStream, int, java.lang.String, io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/http/impl/HttpClientRequestBase;Lio/vertx/core/http/HttpVersion;Lio/vertx/core/http/impl/HttpClientStream;ILjava/lang/String;Lio/vertx/core/MultiMap;)V
flags: (0x0000)
Code:
stack=2, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield io.vertx.core.http.impl.HttpClientResponseImpl.version:Lio/vertx/core/http/HttpVersion;
2: aload 0
iload 4
putfield io.vertx.core.http.impl.HttpClientResponseImpl.statusCode:I
3: aload 0
aload 5
putfield io.vertx.core.http.impl.HttpClientResponseImpl.statusMessage:Ljava/lang/String;
4: aload 0
aload 1
putfield io.vertx.core.http.impl.HttpClientResponseImpl.request:Lio/vertx/core/http/impl/HttpClientRequestBase;
5: aload 0
aload 3
putfield io.vertx.core.http.impl.HttpClientResponseImpl.stream:Lio/vertx/core/http/impl/HttpClientStream;
6: aload 0
aload 3
invokeinterface io.vertx.core.http.impl.HttpClientStream.connection:()Lio/vertx/core/http/HttpConnection;
putfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
7: aload 0
aload 6
putfield io.vertx.core.http.impl.HttpClientResponseImpl.headers:Lio/vertx/core/MultiMap;
8: return
end local 6 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 9 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 9 1 request Lio/vertx/core/http/impl/HttpClientRequestBase;
0 9 2 version Lio/vertx/core/http/HttpVersion;
0 9 3 stream Lio/vertx/core/http/impl/HttpClientStream;
0 9 4 statusCode I
0 9 5 statusMessage Ljava/lang/String;
0 9 6 headers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
request
version
stream
statusCode
statusMessage
headers
public io.vertx.core.http.impl.HttpClientRequestBase request();
descriptor: ()Lio/vertx/core/http/impl/HttpClientRequestBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.request:Lio/vertx/core/http/impl/HttpClientRequestBase;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
public io.vertx.core.http.HttpVersion version();
descriptor: ()Lio/vertx/core/http/HttpVersion;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.version:Lio/vertx/core/http/HttpVersion;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
public int statusCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.statusCode:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
public java.lang.String statusMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.statusMessage:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
public io.vertx.core.MultiMap ();
descriptor: ()Lio/vertx/core/MultiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.headers:Lio/vertx/core/MultiMap;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
public java.lang.String (java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.headers:Lio/vertx/core/MultiMap;
aload 1
invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 1 1 headerName Ljava/lang/String;
MethodParameters:
Name Flags
headerName
public java.lang.String (java.lang.CharSequence);
descriptor: (Ljava/lang/CharSequence;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.headers:Lio/vertx/core/MultiMap;
aload 1
invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/CharSequence;)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 1 1 headerName Ljava/lang/CharSequence;
MethodParameters:
Name Flags
headerName
public io.vertx.core.MultiMap trailers();
descriptor: ()Lio/vertx/core/MultiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
ifnonnull 3
2: aload 0
new io.vertx.core.http.impl.HeadersAdaptor
dup
new io.netty.handler.codec.http.DefaultHttpHeaders
dup
invokespecial io.netty.handler.codec.http.DefaultHttpHeaders.<init>:()V
invokespecial io.vertx.core.http.impl.HeadersAdaptor.<init>:(Lio/netty/handler/codec/http/HttpHeaders;)V
putfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
3: StackMap locals: io.vertx.core.http.HttpConnection
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
aload 1
monitorexit
4: areturn
5: StackMap locals:
StackMap stack: java.lang.Throwable
aload 1
monitorexit
6: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
Exception table:
from to target type
1 4 5 any
5 6 5 any
public java.lang.String getTrailer(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
ifnull 1
aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
aload 1
invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: java.lang.String
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 3 1 trailerName Ljava/lang/String;
MethodParameters:
Name Flags
trailerName
public java.util.List<java.lang.String> cookies();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.cookies:Ljava/util/List;
ifnonnull 6
2: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield io.vertx.core.http.impl.HttpClientResponseImpl.cookies:Ljava/util/List;
3: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.cookies:Ljava/util/List;
aload 0
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.headers:()Lio/vertx/core/MultiMap;
getstatic io.vertx.core.http.HttpHeaders.SET_COOKIE:Ljava/lang/CharSequence;
invokeinterface io.vertx.core.MultiMap.getAll:(Ljava/lang/CharSequence;)Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
4: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
ifnull 6
5: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.cookies:Ljava/util/List;
aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
getstatic io.vertx.core.http.HttpHeaders.SET_COOKIE:Ljava/lang/CharSequence;
invokeinterface io.vertx.core.MultiMap.getAll:(Ljava/lang/CharSequence;)Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
6: StackMap locals: io.vertx.core.http.HttpConnection
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.cookies:Ljava/util/List;
aload 1
monitorexit
7: areturn
8: StackMap locals:
StackMap stack: java.lang.Throwable
aload 1
monitorexit
9: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
Exception table:
from to target type
1 7 8 any
8 9 8 any
Signature: ()Ljava/util/List<Ljava/lang/String;>;
private void checkEnded();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
ifnull 2
1: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
public io.vertx.core.http.HttpClientResponse handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 2
monitorenter
1: aload 1
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.checkEnded:()V
3: StackMap locals: io.vertx.core.http.HttpConnection
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.HttpClientResponseImpl.dataHandler:Lio/vertx/core/Handler;
4: aload 0
aload 2
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
7: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 8 1 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/HttpClientResponse;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpClientResponse endHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 2
monitorenter
1: aload 1
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.checkEnded:()V
3: StackMap locals: io.vertx.core.http.HttpConnection
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:Lio/vertx/core/Handler;
4: aload 0
aload 2
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
7: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 8 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpClientResponse;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpClientResponse exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 2
monitorenter
1: aload 1
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.checkEnded:()V
3: StackMap locals: io.vertx.core.http.HttpConnection
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.HttpClientResponseImpl.exceptionHandler:Lio/vertx/core/Handler;
4: aload 0
aload 2
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
7: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 8 1 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClientResponse;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpClientResponse pause();
descriptor: ()Lio/vertx/core/http/HttpClientResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.stream:Lio/vertx/core/http/impl/HttpClientStream;
invokeinterface io.vertx.core.http.impl.HttpClientStream.doPause:()V
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
public io.vertx.core.http.HttpClientResponse resume();
descriptor: ()Lio/vertx/core/http/HttpClientResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ldc 9223372036854775807
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.fetch:(J)Lio/vertx/core/http/HttpClientResponse;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
public io.vertx.core.http.HttpClientResponse fetch(long);
descriptor: (J)Lio/vertx/core/http/HttpClientResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.stream:Lio/vertx/core/http/impl/HttpClientStream;
lload 1
invokeinterface io.vertx.core.http.impl.HttpClientStream.doFetch:(J)V
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 2 1 amount J
MethodParameters:
Name Flags
amount
public io.vertx.core.http.HttpClientResponse bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnull 5
1: new io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler
dup
invokespecial io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.<init>:()V
astore 2
start local 2 2: aload 0
aload 2
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
pop
3: aload 0
aload 2
aload 1
invokedynamic handle(Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/core/http/impl/HttpClientResponseImpl.lambda$0(Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
pop
end local 2 4: goto 7
5: StackMap locals:
StackMap stack:
aload 0
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
pop
6: aload 0
aconst_null
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
pop
7: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 8 1 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
2 4 2 bodyHandler Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/HttpClientResponse;
MethodParameters:
Name Flags
handler final
public io.vertx.core.http.HttpClientResponse customFrameHandler(io.vertx.core.Handler<io.vertx.core.http.HttpFrame>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 2
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:Lio/vertx/core/Handler;
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.checkEnded:()V
3: StackMap locals: io.vertx.core.http.HttpConnection
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.HttpClientResponseImpl.customFrameHandler:Lio/vertx/core/Handler;
4: aload 0
aload 2
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
7: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 8 1 handler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpFrame;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpFrame;>;)Lio/vertx/core/http/HttpClientResponse;
MethodParameters:
Name Flags
handler
void handleUnknownFrame(io.vertx.core.http.HttpFrame);
descriptor: (Lio/vertx/core/http/HttpFrame;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 2
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.customFrameHandler:Lio/vertx/core/Handler;
ifnull 6
2: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.customFrameHandler:Lio/vertx/core/Handler;
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
3: goto 6
StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.http.HttpFrame io.vertx.core.http.HttpConnection
StackMap stack: java.lang.Throwable
4: astore 3
start local 3 5: aload 0
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.handleException:(Ljava/lang/Throwable;)V
end local 3 6: StackMap locals:
StackMap stack:
aload 2
monitorexit
7: goto 10
StackMap locals:
StackMap stack: java.lang.Throwable
8: aload 2
monitorexit
9: athrow
10: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 11 1 frame Lio/vertx/core/http/HttpFrame;
5 6 3 t Ljava/lang/Throwable;
Exception table:
from to target type
2 3 4 Class java.lang.Throwable
1 7 8 any
8 9 8 any
MethodParameters:
Name Flags
frame
void handleChunk(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.request:Lio/vertx/core/http/impl/HttpClientRequestBase;
invokevirtual io.vertx.core.http.impl.HttpClientRequestBase.dataReceived:()V
1: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 3
monitorenter
2: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.dataHandler:Lio/vertx/core/Handler;
astore 2
start local 2 3: aload 3
monitorexit
4: goto 7
end local 2 StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.buffer.Buffer top io.vertx.core.http.HttpConnection
StackMap stack: java.lang.Throwable
5: aload 3
monitorexit
6: athrow
start local 2 7: StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.buffer.Buffer io.vertx.core.Handler
StackMap stack:
aload 2
ifnull 12
8: aload 2
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
9: goto 12
StackMap locals:
StackMap stack: java.lang.Throwable
10: astore 3
start local 3 11: aload 0
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.handleException:(Ljava/lang/Throwable;)V
end local 3 12: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 13 1 data Lio/vertx/core/buffer/Buffer;
3 5 2 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
7 13 2 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
11 12 3 t Ljava/lang/Throwable;
Exception table:
from to target type
2 4 5 any
5 6 5 any
8 9 10 Class java.lang.Throwable
MethodParameters:
Name Flags
data
void handleEnd(io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/MultiMap;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 3
monitorenter
1: aload 0
aload 1
putfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
2: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:Lio/vertx/core/Handler;
astore 2
start local 2 3: aload 0
aconst_null
putfield io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:Lio/vertx/core/Handler;
4: aload 3
monitorexit
5: goto 8
end local 2 StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.MultiMap top io.vertx.core.http.HttpConnection
StackMap stack: java.lang.Throwable
6: aload 3
monitorexit
7: athrow
start local 2 8: StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.MultiMap io.vertx.core.Handler
StackMap stack:
aload 2
ifnull 13
9: aload 2
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
10: goto 13
StackMap locals:
StackMap stack: java.lang.Throwable
11: astore 3
start local 3 12: aload 0
aload 3
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.handleException:(Ljava/lang/Throwable;)V
end local 3 13: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 14 1 trailers Lio/vertx/core/MultiMap;
3 6 2 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
8 14 2 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
12 13 3 t Ljava/lang/Throwable;
Exception table:
from to target type
1 5 6 any
6 7 6 any
9 10 11 Class java.lang.Throwable
MethodParameters:
Name Flags
trailers
void handleException(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 3
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.exceptionHandler:Lio/vertx/core/Handler;
astore 2
start local 2 2: aload 2
ifnonnull 4
3: getstatic io.vertx.core.http.impl.HttpClientResponseImpl.log:Lio/vertx/core/logging/Logger;
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic handle(Lio/vertx/core/logging/Logger;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/core/logging/Logger.error(Ljava/lang/Object;)V (5)
(Ljava/lang/Throwable;)V
astore 2
4: StackMap locals: io.vertx.core.Handler io.vertx.core.http.HttpConnection
StackMap stack:
aload 3
monitorexit
5: goto 8
end local 2 StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl java.lang.Throwable top io.vertx.core.http.HttpConnection
StackMap stack: java.lang.Throwable
6: aload 3
monitorexit
7: athrow
start local 2 8: StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl java.lang.Throwable io.vertx.core.Handler
StackMap stack:
aload 2
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
9: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 10 1 e Ljava/lang/Throwable;
2 6 2 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
8 10 2 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
MethodParameters:
Name Flags
e
public io.vertx.core.net.NetSocket netSocket();
descriptor: ()Lio/vertx/core/net/NetSocket;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.netSocket:Lio/vertx/core/net/NetSocket;
ifnonnull 3
2: aload 0
aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.stream:Lio/vertx/core/http/impl/HttpClientStream;
invokeinterface io.vertx.core.http.impl.HttpClientStream.createNetSocket:()Lio/vertx/core/net/NetSocket;
putfield io.vertx.core.http.impl.HttpClientResponseImpl.netSocket:Lio/vertx/core/net/NetSocket;
3: StackMap locals: io.vertx.core.http.HttpConnection
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.netSocket:Lio/vertx/core/net/NetSocket;
aload 1
monitorexit
4: areturn
5: StackMap locals:
StackMap stack: java.lang.Throwable
aload 1
monitorexit
6: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
Exception table:
from to target type
1 4 5 any
5 6 5 any
public io.vertx.core.http.HttpClientResponse streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 2
monitorenter
1: aload 1
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.checkEnded:()V
3: StackMap locals: io.vertx.core.http.HttpConnection
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.HttpClientResponseImpl.priorityHandler:Lio/vertx/core/Handler;
4: aload 2
monitorexit
5: goto 8
StackMap locals:
StackMap stack: java.lang.Throwable
6: aload 2
monitorexit
7: athrow
8: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 9 1 handler Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;)Lio/vertx/core/http/HttpClientResponse;
MethodParameters:
Name Flags
handler
void handlePriorityChange(io.vertx.core.http.StreamPriority);
descriptor: (Lio/vertx/core/http/StreamPriority;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
dup
astore 3
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl.priorityHandler:Lio/vertx/core/Handler;
dup
astore 2
start local 2 2: ifnonnull 5
3: aload 3
monitorexit
4: return
5: StackMap locals: io.vertx.core.Handler io.vertx.core.http.HttpConnection
StackMap stack:
aload 3
monitorexit
6: goto 9
end local 2 StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.http.StreamPriority top io.vertx.core.http.HttpConnection
StackMap stack: java.lang.Throwable
7: aload 3
monitorexit
8: athrow
start local 2 9: StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.http.StreamPriority io.vertx.core.Handler
StackMap stack:
aload 2
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
10: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/core/http/impl/HttpClientResponseImpl;
0 11 1 streamPriority Lio/vertx/core/http/StreamPriority;
2 7 2 handler Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;
9 11 2 handler Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;
Exception table:
from to target type
1 4 7 any
5 6 7 any
7 8 7 any
MethodParameters:
Name Flags
streamPriority
public io.vertx.core.streams.ReadStream pause();
descriptor: ()Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.pause:()Lio/vertx/core/http/HttpClientResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.core.Handler
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.http.HttpClientRequest request();
descriptor: ()Lio/vertx/core/http/HttpClientRequest;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.request:()Lio/vertx/core/http/impl/HttpClientRequestBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream resume();
descriptor: ()Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.resume:()Lio/vertx/core/http/HttpClientResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream fetch(long);
descriptor: (J)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
0: aload 0
lload 1
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.fetch:(J)Lio/vertx/core/http/HttpClientResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static void lambda$0(io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler, io.vertx.core.Handler, java.lang.Void);
descriptor: (Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;Lio/vertx/core/Handler;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 2 0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.notifyHandler:(Lio/vertx/core/Handler;)V
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 1 2 v Ljava/lang/Void;
}
SourceFile: "HttpClientResponseImpl.java"
NestMembers:
io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler
InnerClasses:
private final BodyHandler = io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler of io.vertx.core.http.impl.HttpClientResponseImpl
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles