public class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler extends io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
super_class: io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
{
private final io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker;
descriptor: Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean handleCloseFrames;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker();
descriptor: ()Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.handshaker:Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler;
public void <init>(java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int, boolean, boolean, boolean);
descriptor: (Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;ZLio/netty/handler/codec/http/HttpHeaders;IZZZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=10, args_size=10
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 0: aload 0
aload 1
aload 2
aload 3
1: iload 4
aload 5
iload 6
2: iload 8
iload 9
3: invokestatic io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory.newHandshaker:(Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;ZLio/netty/handler/codec/http/HttpHeaders;IZZ)Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
4: iload 7
invokespecial io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.<init>:(Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;Z)V
5: return
end local 9 end local 8 end local 7 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 6 0 this Lio/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler;
0 6 1 webSocketURL Ljava/net/URI;
0 6 2 version Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
0 6 3 subprotocol Ljava/lang/String;
0 6 4 allowExtensions Z
0 6 5 customHeaders Lio/netty/handler/codec/http/HttpHeaders;
0 6 6 maxFramePayloadLength I
0 6 7 handleCloseFrames Z
0 6 8 performMasking Z
0 6 9 allowMaskMismatch Z
MethodParameters:
Name Flags
webSocketURL
version
subprotocol
allowExtensions
customHeaders
maxFramePayloadLength
handleCloseFrames
performMasking
allowMaskMismatch
public void <init>(java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int, boolean);
descriptor: (Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;ZLio/netty/handler/codec/http/HttpHeaders;IZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=10, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
aload 2
aload 3
iload 4
aload 5
iload 6
1: iload 7
iconst_1
iconst_0
invokespecial io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.<init>:(Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;ZLio/netty/handler/codec/http/HttpHeaders;IZZZ)V
2: return
end local 7 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 3 0 this Lio/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler;
0 3 1 webSocketURL Ljava/net/URI;
0 3 2 version Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
0 3 3 subprotocol Ljava/lang/String;
0 3 4 allowExtensions Z
0 3 5 customHeaders Lio/netty/handler/codec/http/HttpHeaders;
0 3 6 maxFramePayloadLength I
0 3 7 handleCloseFrames Z
MethodParameters:
Name Flags
webSocketURL
version
subprotocol
allowExtensions
customHeaders
maxFramePayloadLength
handleCloseFrames
public void <init>(java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int);
descriptor: (Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;ZLio/netty/handler/codec/http/HttpHeaders;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, 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
aload 1
aload 2
aload 3
1: iload 4
aload 5
iload 6
iconst_1
invokespecial io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.<init>:(Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;ZLio/netty/handler/codec/http/HttpHeaders;IZ)V
2: 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 3 0 this Lio/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler;
0 3 1 webSocketURL Ljava/net/URI;
0 3 2 version Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
0 3 3 subprotocol Ljava/lang/String;
0 3 4 allowExtensions Z
0 3 5 customHeaders Lio/netty/handler/codec/http/HttpHeaders;
0 3 6 maxFramePayloadLength I
MethodParameters:
Name Flags
webSocketURL
version
subprotocol
allowExtensions
customHeaders
maxFramePayloadLength
public void <init>(io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker, boolean);
descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler.<init>:()V
1: aload 0
aload 1
putfield io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.handshaker:Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
2: aload 0
iload 2
putfield io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.handleCloseFrames:Z
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/WebSocketClientProtocolHandler;
0 4 1 handshaker Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
0 4 2 handleCloseFrames Z
MethodParameters:
Name Flags
handshaker
handleCloseFrames
public void <init>(io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker);
descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_1
invokespecial io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.<init>:(Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;Z)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler;
0 2 1 handshaker Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
MethodParameters:
Name Flags
handshaker
protected void decode(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.websocketx.WebSocketFrame, java.util.List<java.lang.Object>);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/websocketx/WebSocketFrame;Ljava/util/List;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.handleCloseFrames:Z
ifeq 3
aload 2
instanceof io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
ifeq 3
1: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.close:()Lio/netty/channel/ChannelFuture;
pop
2: return
3: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
invokespecial io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler.decode:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/websocketx/WebSocketFrame;Ljava/util/List;)V
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler;
0 5 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 5 2 frame Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
0 5 3 out Ljava/util/List<Ljava/lang/Object;>;
Exceptions:
throws java.lang.Exception
Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/websocketx/WebSocketFrame;Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
ctx
frame
out
public void handlerAdded(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
astore 2
start local 2 1: aload 2
ldc Lio/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandshakeHandler;
invokeinterface io.netty.channel.ChannelPipeline.get:(Ljava/lang/Class;)Lio/netty/channel/ChannelHandler;
ifnonnull 5
2: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.name:()Ljava/lang/String;
ldc Lio/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandshakeHandler;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: new io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
dup
aload 0
getfield io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.handshaker:Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
invokespecial io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler.<init>:(Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;)V
4: invokeinterface io.netty.channel.ChannelPipeline.addBefore:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
5: StackMap locals: io.netty.channel.ChannelPipeline
StackMap stack:
aload 2
ldc Lio/netty/handler/codec/http/websocketx/Utf8FrameValidator;
invokeinterface io.netty.channel.ChannelPipeline.get:(Ljava/lang/Class;)Lio/netty/channel/ChannelHandler;
ifnonnull 9
6: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.name:()Ljava/lang/String;
ldc Lio/netty/handler/codec/http/websocketx/Utf8FrameValidator;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
7: new io.netty.handler.codec.http.websocketx.Utf8FrameValidator
dup
invokespecial io.netty.handler.codec.http.websocketx.Utf8FrameValidator.<init>:()V
8: invokeinterface io.netty.channel.ChannelPipeline.addBefore:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
9: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/netty/handler/codec/http/websocketx/WebSocketClientProtocolHandler;
0 10 1 ctx Lio/netty/channel/ChannelHandlerContext;
1 10 2 cp Lio/netty/channel/ChannelPipeline;
MethodParameters:
Name Flags
ctx
public void exceptionCaught(io.netty.channel.ChannelHandlerContext, java.lang.Throwable);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokespecial io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler.exceptionCaught:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
SourceFile: "WebSocketClientProtocolHandler.java"
NestMembers:
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler$ClientHandshakeStateEvent
InnerClasses:
public final ClientHandshakeStateEvent = io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler$ClientHandshakeStateEvent of io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler