public class io.vertx.groovy.ext.stomp.Destination_GroovyExtension
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.groovy.ext.stomp.Destination_GroovyExtension
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/groovy/ext/stomp/Destination_GroovyExtension;
public static io.vertx.ext.stomp.Destination dispatch(io.vertx.ext.stomp.Destination, io.vertx.ext.stomp.StompServerConnection, java.util.Map<java.lang.String, java.lang.Object>);
descriptor: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map;)Lio/vertx/ext/stomp/Destination;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
1: aload 2
ifnull 2
new io.vertx.ext.stomp.Frame
dup
aload 2
invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/core/json/JsonObject;)V
goto 3
StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection
2: aconst_null
3: StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection io.vertx.ext.stomp.Frame
invokeinterface io.vertx.ext.stomp.Destination.dispatch:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Lio/vertx/ext/stomp/Destination;
invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
pop
4: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 j_receiver Lio/vertx/ext/stomp/Destination;
0 5 1 connection Lio/vertx/ext/stomp/StompServerConnection;
0 5 2 frame Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
Signature: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/ext/stomp/Destination;
MethodParameters:
Name Flags
j_receiver
connection
frame
public static io.vertx.ext.stomp.Destination subscribe(io.vertx.ext.stomp.Destination, io.vertx.ext.stomp.StompServerConnection, java.util.Map<java.lang.String, java.lang.Object>);
descriptor: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map;)Lio/vertx/ext/stomp/Destination;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
1: aload 2
ifnull 2
new io.vertx.ext.stomp.Frame
dup
aload 2
invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/core/json/JsonObject;)V
goto 3
StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection
2: aconst_null
3: StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection io.vertx.ext.stomp.Frame
invokeinterface io.vertx.ext.stomp.Destination.subscribe:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Lio/vertx/ext/stomp/Destination;
invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
pop
4: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 j_receiver Lio/vertx/ext/stomp/Destination;
0 5 1 connection Lio/vertx/ext/stomp/StompServerConnection;
0 5 2 frame Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
Signature: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/ext/stomp/Destination;
MethodParameters:
Name Flags
j_receiver
connection
frame
public static boolean unsubscribe(io.vertx.ext.stomp.Destination, io.vertx.ext.stomp.StompServerConnection, java.util.Map<java.lang.String, java.lang.Object>);
descriptor: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
1: aload 2
ifnull 2
new io.vertx.ext.stomp.Frame
dup
aload 2
invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/core/json/JsonObject;)V
goto 3
StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection
2: aconst_null
3: StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection io.vertx.ext.stomp.Frame
invokeinterface io.vertx.ext.stomp.Destination.unsubscribe:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 j_receiver Lio/vertx/ext/stomp/Destination;
0 4 1 connection Lio/vertx/ext/stomp/StompServerConnection;
0 4 2 frame Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
Signature: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Z
MethodParameters:
Name Flags
j_receiver
connection
frame
public static boolean ack(io.vertx.ext.stomp.Destination, io.vertx.ext.stomp.StompServerConnection, java.util.Map<java.lang.String, java.lang.Object>);
descriptor: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
1: aload 2
ifnull 2
new io.vertx.ext.stomp.Frame
dup
aload 2
invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/core/json/JsonObject;)V
goto 3
StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection
2: aconst_null
3: StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection io.vertx.ext.stomp.Frame
invokeinterface io.vertx.ext.stomp.Destination.ack:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 j_receiver Lio/vertx/ext/stomp/Destination;
0 4 1 connection Lio/vertx/ext/stomp/StompServerConnection;
0 4 2 frame Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
Signature: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Z
MethodParameters:
Name Flags
j_receiver
connection
frame
public static boolean nack(io.vertx.ext.stomp.Destination, io.vertx.ext.stomp.StompServerConnection, java.util.Map<java.lang.String, java.lang.Object>);
descriptor: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
1: aload 2
ifnull 2
new io.vertx.ext.stomp.Frame
dup
aload 2
invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/core/json/JsonObject;)V
goto 3
StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection
2: aconst_null
3: StackMap locals: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection java.util.Map
StackMap stack: io.vertx.ext.stomp.Destination io.vertx.ext.stomp.StompServerConnection io.vertx.ext.stomp.Frame
invokeinterface io.vertx.ext.stomp.Destination.nack:(Lio/vertx/ext/stomp/StompServerConnection;Lio/vertx/ext/stomp/Frame;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 j_receiver Lio/vertx/ext/stomp/Destination;
0 4 1 connection Lio/vertx/ext/stomp/StompServerConnection;
0 4 2 frame Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
Signature: (Lio/vertx/ext/stomp/Destination;Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Z
MethodParameters:
Name Flags
j_receiver
connection
frame
}
SourceFile: "Destination_GroovyExtension.java"