public class io.vertx.core.http.GoAway
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.http.GoAway
super_class: java.lang.Object
{
private long errorCode;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private int lastStreamId;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.buffer.Buffer debugData;
descriptor: Lio/vertx/core/buffer/Buffer;
flags: (0x0002) ACC_PRIVATE
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
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/GoAway;
public void <init>(io.vertx.core.json.JsonObject);
descriptor: (Lio/vertx/core/json/JsonObject;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
aload 0
invokestatic io.vertx.core.http.GoAwayConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/http/GoAway;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/GoAway;
0 3 1 json Lio/vertx/core/json/JsonObject;
MethodParameters:
Name Flags
json
public void <init>(io.vertx.core.http.GoAway);
descriptor: (Lio/vertx/core/http/GoAway;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
getfield io.vertx.core.http.GoAway.errorCode:J
putfield io.vertx.core.http.GoAway.errorCode:J
2: aload 0
aload 1
getfield io.vertx.core.http.GoAway.lastStreamId:I
putfield io.vertx.core.http.GoAway.lastStreamId:I
3: aload 0
aload 1
getfield io.vertx.core.http.GoAway.debugData:Lio/vertx/core/buffer/Buffer;
ifnull 4
aload 1
getfield io.vertx.core.http.GoAway.debugData:Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.buffer.Buffer.copy:()Lio/vertx/core/buffer/Buffer;
goto 5
StackMap locals: io.vertx.core.http.GoAway io.vertx.core.http.GoAway
StackMap stack: io.vertx.core.http.GoAway
4: aconst_null
StackMap locals: io.vertx.core.http.GoAway io.vertx.core.http.GoAway
StackMap stack: io.vertx.core.http.GoAway io.vertx.core.buffer.Buffer
5: putfield io.vertx.core.http.GoAway.debugData:Lio/vertx/core/buffer/Buffer;
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/GoAway;
0 7 1 that Lio/vertx/core/http/GoAway;
MethodParameters:
Name Flags
that
public long getErrorCode();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.GoAway.errorCode:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/GoAway;
public io.vertx.core.http.GoAway setErrorCode(long);
descriptor: (J)Lio/vertx/core/http/GoAway;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
lload 1
putfield io.vertx.core.http.GoAway.errorCode:J
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/GoAway;
0 2 1 errorCode J
MethodParameters:
Name Flags
errorCode
public int getLastStreamId();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.GoAway.lastStreamId:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/GoAway;
public io.vertx.core.http.GoAway setLastStreamId(int);
descriptor: (I)Lio/vertx/core/http/GoAway;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.vertx.core.http.GoAway.lastStreamId:I
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/GoAway;
0 2 1 lastStreamId I
MethodParameters:
Name Flags
lastStreamId
public io.vertx.core.buffer.Buffer getDebugData();
descriptor: ()Lio/vertx/core/buffer/Buffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.GoAway.debugData:Lio/vertx/core/buffer/Buffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/GoAway;
public io.vertx.core.http.GoAway setDebugData(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/GoAway;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.core.http.GoAway.debugData:Lio/vertx/core/buffer/Buffer;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/GoAway;
0 2 1 debugData Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
debugData
public io.vertx.core.json.JsonObject toJson();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: new io.vertx.core.json.JsonObject
dup
invokespecial io.vertx.core.json.JsonObject.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
invokestatic io.vertx.core.http.GoAwayConverter.toJson:(Lio/vertx/core/http/GoAway;Lio/vertx/core/json/JsonObject;)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/GoAway;
1 3 1 json Lio/vertx/core/json/JsonObject;
}
SourceFile: "GoAway.java"
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)