class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$1 extends io.netty.channel.ChannelInboundHandlerAdapter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$1
super_class: io.netty.channel.ChannelInboundHandlerAdapter
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$1 this
0: .line 195
aload 0 /* this */
invokespecial io.netty.channel.ChannelInboundHandlerAdapter.<init>:()V
return
end local 0 // io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandler$1;
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=4, locals=4, args_size=3
start local 0 // io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$1 this
start local 1 // io.netty.channel.ChannelHandlerContext ctx
start local 2 // java.lang.Object msg
0: .line 198
aload 2 /* msg */
instanceof io.netty.handler.codec.http.FullHttpRequest
ifeq 6
1: .line 199
aload 2 /* msg */
checkcast io.netty.handler.codec.http.FullHttpRequest
invokeinterface io.netty.handler.codec.http.FullHttpRequest.release:()Z
pop
2: .line 201
new io.netty.handler.codec.http.DefaultFullHttpResponse
dup
getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_1:Lio/netty/handler/codec/http/HttpVersion;
getstatic io.netty.handler.codec.http.HttpResponseStatus.FORBIDDEN:Lio/netty/handler/codec/http/HttpResponseStatus;
invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;)V
3: .line 200
astore 3 /* response */
start local 3 // io.netty.handler.codec.http.FullHttpResponse response
4: .line 202
aload 1 /* ctx */
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
aload 3 /* response */
invokeinterface io.netty.channel.Channel.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
pop
end local 3 // io.netty.handler.codec.http.FullHttpResponse response
5: .line 203
goto 7
6: .line 204
StackMap locals:
StackMap stack:
aload 1 /* ctx */
aload 2 /* msg */
invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
pop
7: .line 206
StackMap locals:
StackMap stack:
return
end local 2 // java.lang.Object msg
end local 1 // io.netty.channel.ChannelHandlerContext ctx
end local 0 // io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$1 this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/netty/handler/codec/http/websocketx/WebSocketServerProtocolHandler$1;
0 8 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 8 2 msg Ljava/lang/Object;
4 5 3 response Lio/netty/handler/codec/http/FullHttpResponse;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
msg
}
SourceFile: "WebSocketServerProtocolHandler.java"
EnclosingMethod: io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.forbiddenHttpRequestResponder:()Lio/netty/channel/ChannelHandler;
NestHost: io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
InnerClasses:
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler$1