public class io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl implements io.vertx.ext.auth.oauth2.OAuth2Response
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl
super_class: java.lang.Object
{
private static final io.vertx.core.logging.Logger LOG;
descriptor: Lio/vertx/core/logging/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final int statusCode;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.MultiMap ;
descriptor: Lio/vertx/core/MultiMap;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.buffer.Buffer body;
descriptor: Lio/vertx/core/buffer/Buffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/vertx/ext/auth/oauth2/impl/OAuth2ResponseImpl;
invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
putstatic io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.LOG:Lio/vertx/core/logging/Logger;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(int, io.vertx.core.MultiMap, io.vertx.core.buffer.Buffer);
descriptor: (ILio/vertx/core/MultiMap;Lio/vertx/core/buffer/Buffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: getstatic io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.LOG:Lio/vertx/core/logging/Logger;
new java.lang.StringBuilder
dup
ldc "New response: statusCode: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual io.vertx.core.logging.Logger.debug:(Ljava/lang/Object;)V
2: aload 0
aload 2
putfield io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.headers:Lio/vertx/core/MultiMap;
3: aload 0
aload 3
putfield io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.body:Lio/vertx/core/buffer/Buffer;
4: aload 0
iload 1
putfield io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.statusCode:I
5: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/ext/auth/oauth2/impl/OAuth2ResponseImpl;
0 6 1 statusCode I
0 6 2 headers Lio/vertx/core/MultiMap;
0 6 3 body Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
statusCode
headers
body
public int statusCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.statusCode:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/auth/oauth2/impl/OAuth2ResponseImpl;
public io.vertx.core.MultiMap ();
descriptor: ()Lio/vertx/core/MultiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.headers:Lio/vertx/core/MultiMap;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/auth/oauth2/impl/OAuth2ResponseImpl;
public java.lang.String (java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.headers:Lio/vertx/core/MultiMap;
ifnull 2
1: aload 0
getfield io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.headers:Lio/vertx/core/MultiMap;
aload 1
invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/ext/auth/oauth2/impl/OAuth2ResponseImpl;
0 3 1 header Ljava/lang/String;
MethodParameters:
Name Flags
header
public io.vertx.core.buffer.Buffer body();
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.ext.auth.oauth2.impl.OAuth2ResponseImpl.body:Lio/vertx/core/buffer/Buffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/auth/oauth2/impl/OAuth2ResponseImpl;
public io.vertx.core.json.JsonObject jsonObject();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.vertx.core.json.JsonObject
dup
aload 0
getfield io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.body:Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
invokespecial io.vertx.core.json.JsonObject.<init>:(Ljava/lang/String;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/auth/oauth2/impl/OAuth2ResponseImpl;
public io.vertx.core.json.JsonArray jsonArray();
descriptor: ()Lio/vertx/core/json/JsonArray;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.vertx.core.json.JsonArray
dup
aload 0
getfield io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.body:Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
invokespecial io.vertx.core.json.JsonArray.<init>:(Ljava/lang/String;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/auth/oauth2/impl/OAuth2ResponseImpl;
public boolean is(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.headers:Lio/vertx/core/MultiMap;
ifnull 7
1: aload 0
getfield io.vertx.ext.auth.oauth2.impl.OAuth2ResponseImpl.headers:Lio/vertx/core/MultiMap;
ldc "Content-Type"
invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
astore 2
start local 2 2: aload 2
ifnull 7
3: aload 2
bipush 59
invokevirtual java.lang.String.indexOf:(I)I
istore 3
start local 3 4: iload 3
iconst_m1
if_icmpeq 6
5: aload 2
iconst_0
iload 3
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
invokevirtual java.lang.String.trim:()Ljava/lang/String;
astore 2
6: StackMap locals: java.lang.String int
StackMap stack:
aload 1
aload 2
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ireturn
end local 3 end local 2 7: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/ext/auth/oauth2/impl/OAuth2ResponseImpl;
0 8 1 contentType Ljava/lang/String;
2 7 2 header Ljava/lang/String;
4 7 3 sep I
MethodParameters:
Name Flags
contentType
}
SourceFile: "OAuth2ResponseImpl.java"