class io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler extends io.netty.channel.ChannelInboundHandlerAdapter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler
super_class: io.netty.channel.ChannelInboundHandlerAdapter
{
final io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this$1;
descriptor: Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.ChannelPipeline val$pipeline;
descriptor: Lio/netty/channel/ChannelPipeline;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream, io.netty.channel.ChannelPipeline);
descriptor: (Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;Lio/netty/channel/ChannelPipeline;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
aload 0
aload 2
putfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler.val$pipeline:Lio/netty/channel/ChannelPipeline;
aload 0
invokespecial io.netty.channel.ChannelInboundHandlerAdapter.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler;
MethodParameters:
Name Flags
this$0 final
val$pipeline final
public void userEventTriggered(io.netty.channel.ChannelHandlerContext, java.lang.Object);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial io.netty.channel.ChannelInboundHandlerAdapter.userEventTriggered:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
1: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
astore 3
start local 3 2: aload 2
getstatic io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeEvent.UPGRADE_SUCCESSFUL:Lio/netty/handler/codec/http/HttpClientUpgradeHandler$UpgradeEvent;
if_acmpne 4
3: aload 3
aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
invokevirtual io.vertx.core.http.impl.Http1xClientConnection.handler:()Lio/vertx/core/net/impl/VertxHandler;
invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
4: StackMap locals: io.netty.channel.ChannelPipeline
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler;
0 5 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 5 2 evt Ljava/lang/Object;
2 5 3 pipeline Lio/netty/channel/ChannelPipeline;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
evt
public void channelRead(io.netty.channel.ChannelHandlerContext, java.lang.Object);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 2
instanceof io.netty.handler.codec.http.HttpResponse
ifeq 5
1: aload 0
getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler.val$pipeline:Lio/netty/channel/ChannelPipeline;
aload 0
invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
2: aload 2
checkcast io.netty.handler.codec.http.HttpResponse
astore 3
start local 3 3: aload 3
invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
getstatic io.netty.handler.codec.http.HttpResponseStatus.SWITCHING_PROTOCOLS:Lio/netty/handler/codec/http/HttpResponseStatus;
if_acmpeq 5
4: aload 3
invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
getstatic io.netty.handler.codec.http.HttpHeaderNames.CONNECTION:Lio/netty/util/AsciiString;
getstatic io.netty.handler.codec.http.HttpHeaderValues.CLOSE:Lio/netty/util/AsciiString;
invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
pop
end local 3 5: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
invokespecial io.netty.channel.ChannelInboundHandlerAdapter.channelRead:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler;
0 7 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 7 2 msg Ljava/lang/Object;
3 5 3 resp Lio/netty/handler/codec/http/HttpResponse;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
msg
}
SourceFile: "Http2UpgradedClientConnection.java"
EnclosingMethod: io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.writeHead:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/String;ZLio/netty/buffer/ByteBuf;ZLio/vertx/core/http/StreamPriority;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
NestHost: io.vertx.core.http.impl.Http2UpgradedClientConnection
InnerClasses:
public final UpgradeEvent = io.netty.handler.codec.http.HttpClientUpgradeHandler$UpgradeEvent of io.netty.handler.codec.http.HttpClientUpgradeHandler
private UpgradingStream = io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream of io.vertx.core.http.impl.Http2UpgradedClientConnection
UpgradeRequestHandler = io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1UpgradeRequestHandler