class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2 extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.FullHttpRequest>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2
super_class: io.netty.channel.SimpleChannelInboundHandler
{
final io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker this$0;
descriptor: Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.Channel val$channel;
descriptor: Lio/netty/channel/Channel;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.handler.codec.http.HttpHeaders val$responseHeaders;
descriptor: Lio/netty/handler/codec/http/HttpHeaders;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.ChannelPromise val$promise;
descriptor: Lio/netty/channel/ChannelPromise;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker, io.netty.channel.Channel, io.netty.handler.codec.http.HttpHeaders, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker;Lio/netty/channel/Channel;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/channel/ChannelPromise;)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.WebSocketServerHandshaker$2.this$0:Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker;
aload 0
aload 2
putfield io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2.val$channel:Lio/netty/channel/Channel;
aload 0
aload 3
putfield io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2.val$responseHeaders:Lio/netty/handler/codec/http/HttpHeaders;
aload 0
aload 4
putfield io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2.val$promise:Lio/netty/channel/ChannelPromise;
aload 0
invokespecial io.netty.channel.SimpleChannelInboundHandler.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker$2;
MethodParameters:
Name Flags
this$0 final
val$channel final
val$responseHeaders final
val$promise final
protected void channelRead0(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.FullHttpRequest);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/FullHttpRequest;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
aload 0
invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
1: aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2.this$0:Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker;
aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2.val$channel:Lio/netty/channel/Channel;
aload 2
aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2.val$responseHeaders:Lio/netty/handler/codec/http/HttpHeaders;
aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2.val$promise:Lio/netty/channel/ChannelPromise;
invokevirtual io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker.handshake:(Lio/netty/channel/Channel;Lio/netty/handler/codec/http/FullHttpRequest;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
pop
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker$2;
0 3 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 3 2 msg Lio/netty/handler/codec/http/FullHttpRequest;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
msg
public void exceptionCaught(io.netty.channel.ChannelHandlerContext, java.lang.Throwable);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
aload 0
invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
1: aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2.val$promise:Lio/netty/channel/ChannelPromise;
aload 2
invokeinterface io.netty.channel.ChannelPromise.tryFailure:(Ljava/lang/Throwable;)Z
pop
2: aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.fireExceptionCaught:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelHandlerContext;
pop
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker$2;
0 4 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 4 2 cause Ljava/lang/Throwable;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
cause
public void channelInactive(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2.val$promise:Lio/netty/channel/ChannelPromise;
getstatic io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker.CLOSED_CHANNEL_EXCEPTION:Ljava/nio/channels/ClosedChannelException;
invokeinterface io.netty.channel.ChannelPromise.tryFailure:(Ljava/lang/Throwable;)Z
pop
1: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelInactive:()Lio/netty/channel/ChannelHandlerContext;
pop
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshaker$2;
0 3 1 ctx Lio/netty/channel/ChannelHandlerContext;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
protected void channelRead0(io.netty.channel.ChannelHandlerContext, java.lang.Object);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast io.netty.handler.codec.http.FullHttpRequest
invokevirtual io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2.channelRead0:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/FullHttpRequest;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Lio/netty/channel/SimpleChannelInboundHandler<Lio/netty/handler/codec/http/FullHttpRequest;>;
SourceFile: "WebSocketServerHandshaker.java"
EnclosingMethod: io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker.handshake:(Lio/netty/channel/Channel;Lio/netty/handler/codec/http/HttpRequest;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
NestHost: io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
InnerClasses:
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker$2