class io.vertx.reactivex.ext.stomp.StompServer$4 implements io.vertx.core.Handler<io.vertx.reactivex.core.http.ServerWebSocket>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.reactivex.ext.stomp.StompServer$4
super_class: java.lang.Object
{
final io.vertx.reactivex.ext.stomp.StompServer this$0;
descriptor: Lio/vertx/reactivex/ext/stomp/StompServer;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.reactivex.ext.stomp.StompServer);
descriptor: (Lio/vertx/reactivex/ext/stomp/StompServer;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield io.vertx.reactivex.ext.stomp.StompServer$4.this$0:Lio/vertx/reactivex/ext/stomp/StompServer;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/stomp/StompServer$4;
MethodParameters:
Name Flags
this$0 final
public void handle(io.vertx.reactivex.core.http.ServerWebSocket);
descriptor: (Lio/vertx/reactivex/core/http/ServerWebSocket;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.ext.stomp.StompServer$4.this$0:Lio/vertx/reactivex/ext/stomp/StompServer;
getfield io.vertx.reactivex.ext.stomp.StompServer.delegate:Lio/vertx/ext/stomp/StompServer;
invokeinterface io.vertx.ext.stomp.StompServer.webSocketHandler:()Lio/vertx/core/Handler;
aload 1
invokevirtual io.vertx.reactivex.core.http.ServerWebSocket.getDelegate:()Lio/vertx/core/http/ServerWebSocket;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/stomp/StompServer$4;
0 2 1 event Lio/vertx/reactivex/core/http/ServerWebSocket;
MethodParameters:
Name Flags
event
public void handle(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.reactivex.core.http.ServerWebSocket
invokevirtual io.vertx.reactivex.ext.stomp.StompServer$4.handle:(Lio/vertx/reactivex/core/http/ServerWebSocket;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/ServerWebSocket;>;
SourceFile: "StompServer.java"
EnclosingMethod: io.vertx.reactivex.ext.stomp.StompServer.webSocketHandler:()Lio/vertx/core/Handler;
NestHost: io.vertx.reactivex.ext.stomp.StompServer
InnerClasses:
io.vertx.reactivex.ext.stomp.StompServer$4