class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1 implements io.netty.channel.ChannelFutureListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1
super_class: java.lang.Object
{
final io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler this$0;
descriptor: Lio/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandshakeHandler;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.ChannelHandlerContext val$ctx;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.handler.codec.http.FullHttpRequest val$req;
descriptor: Lio/netty/handler/codec/http/FullHttpRequest;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker val$handshaker;
descriptor: Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler, io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.FullHttpRequest, io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker);
descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandshakeHandler;Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/FullHttpRequest;Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker;)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 0: aload 0
aload 1
putfield io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1.this$0:Lio/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandshakeHandler;
aload 0
aload 2
putfield io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
aload 0
aload 3
putfield io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1.val$req:Lio/netty/handler/codec/http/FullHttpRequest;
aload 0
aload 4
putfield io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1.val$handshaker:Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandshakeHandler$1;
MethodParameters:
Name Flags
this$0 final
val$ctx final
val$req final
val$handshaker final
public void operationComplete(io.netty.channel.ChannelFuture);
descriptor: (Lio/netty/channel/ChannelFuture;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.netty.channel.ChannelFuture.isSuccess:()Z
ifne 3
1: aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
invokeinterface io.netty.channel.ChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
pop
2: goto 11
3: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
4: getstatic io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$ServerHandshakeStateEvent.HANDSHAKE_COMPLETE:Lio/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandler$ServerHandshakeStateEvent;
5: invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
pop
6: aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1.val$ctx:Lio/netty/channel/ChannelHandlerContext;
7: new io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$HandshakeComplete
dup
8: aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1.val$req:Lio/netty/handler/codec/http/FullHttpRequest;
invokeinterface io.netty.handler.codec.http.FullHttpRequest.uri:()Ljava/lang/String;
aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1.val$req:Lio/netty/handler/codec/http/FullHttpRequest;
invokeinterface io.netty.handler.codec.http.FullHttpRequest.headers:()Lio/netty/handler/codec/http/HttpHeaders;
aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1.val$handshaker:Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker;
invokevirtual io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker.selectedSubprotocol:()Ljava/lang/String;
9: invokespecial io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$HandshakeComplete.<init>:(Ljava/lang/String;Lio/netty/handler/codec/http/HttpHeaders;Ljava/lang/String;)V
10: invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
pop
11: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandshakeHandler$1;
0 12 1 future Lio/netty/channel/ChannelFuture;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
future
public void operationComplete(io.netty.util.concurrent.Future);
descriptor: (Lio/netty/util/concurrent/Future;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.netty.channel.ChannelFuture
invokevirtual io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1.operationComplete:(Lio/netty/channel/ChannelFuture;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
SourceFile: "WebSocketServerProtocolHandshakeHandler.java"
EnclosingMethod: io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler.channelRead:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
NestHost: io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
InnerClasses:
public final HandshakeComplete = io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$HandshakeComplete of io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
public final ServerHandshakeStateEvent = io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$ServerHandshakeStateEvent of io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler$1