public class io.netty.handler.codec.http.cors.CorsConfig$Builder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.codec.http.cors.CorsConfig$Builder
super_class: java.lang.Object
{
private final io.netty.handler.codec.http.cors.CorsConfigBuilder builder;
descriptor: Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.lang.String[]);
descriptor: ([Ljava/lang/String;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new io.netty.handler.codec.http.cors.CorsConfigBuilder
dup
aload 1
invokespecial io.netty.handler.codec.http.cors.CorsConfigBuilder.<init>:([Ljava/lang/String;)V
putfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
0 3 1 origins [Ljava/lang/String;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
origins final
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new io.netty.handler.codec.http.cors.CorsConfigBuilder
dup
invokespecial io.netty.handler.codec.http.cors.CorsConfigBuilder.<init>:()V
putfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.netty.handler.codec.http.cors.CorsConfig$Builder allowNullOrigin();
descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.allowNullOrigin:()Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.netty.handler.codec.http.cors.CorsConfig$Builder disable();
descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.disable:()Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.netty.handler.codec.http.cors.CorsConfig$Builder exposeHeaders(java.lang.String[]);
descriptor: ([Ljava/lang/String;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
aload 1
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.exposeHeaders:([Ljava/lang/String;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
0 2 1 headers [Ljava/lang/String;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
headers final
public io.netty.handler.codec.http.cors.CorsConfig$Builder allowCredentials();
descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.allowCredentials:()Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.netty.handler.codec.http.cors.CorsConfig$Builder maxAge(long);
descriptor: (J)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
lload 1
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.maxAge:(J)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
0 2 1 max J
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
max final
public io.netty.handler.codec.http.cors.CorsConfig$Builder allowedRequestMethods(io.netty.handler.codec.http.HttpMethod[]);
descriptor: ([Lio/netty/handler/codec/http/HttpMethod;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
aload 1
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.allowedRequestMethods:([Lio/netty/handler/codec/http/HttpMethod;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
0 2 1 methods [Lio/netty/handler/codec/http/HttpMethod;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
methods final
public io.netty.handler.codec.http.cors.CorsConfig$Builder allowedRequestHeaders(java.lang.String[]);
descriptor: ([Ljava/lang/String;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
aload 1
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.allowedRequestHeaders:([Ljava/lang/String;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
0 2 1 headers [Ljava/lang/String;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
headers final
public io.netty.handler.codec.http.cors.CorsConfig$Builder preflightResponseHeader(java.lang.CharSequence, java.lang.Object[]);
descriptor: (Ljava/lang/CharSequence;[Ljava/lang/Object;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
aload 1
aload 2
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.preflightResponseHeader:(Ljava/lang/CharSequence;[Ljava/lang/Object;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
0 2 1 name Ljava/lang/CharSequence;
0 2 2 values [Ljava/lang/Object;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
name final
values final
public <T> io.netty.handler.codec.http.cors.CorsConfig$Builder preflightResponseHeader(java.lang.CharSequence, java.lang.Iterable<T>);
descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
aload 1
aload 2
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.preflightResponseHeader:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
0 2 1 name Ljava/lang/CharSequence;
0 2 2 value Ljava/lang/Iterable<TT;>;
Signature: <T:Ljava/lang/Object;>(Ljava/lang/CharSequence;Ljava/lang/Iterable<TT;>;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
name final
value final
public <T> io.netty.handler.codec.http.cors.CorsConfig$Builder preflightResponseHeader(java.lang.String, java.util.concurrent.Callable<T>);
descriptor: (Ljava/lang/String;Ljava/util/concurrent/Callable;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
aload 1
aload 2
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.preflightResponseHeader:(Ljava/lang/CharSequence;Ljava/util/concurrent/Callable;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
0 2 1 name Ljava/lang/String;
0 2 2 valueGenerator Ljava/util/concurrent/Callable<TT;>;
Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/util/concurrent/Callable<TT;>;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
name final
valueGenerator final
public io.netty.handler.codec.http.cors.CorsConfig$Builder noPreflightResponseHeaders();
descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.noPreflightResponseHeaders:()Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.netty.handler.codec.http.cors.CorsConfig build();
descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.build:()Lio/netty/handler/codec/http/cors/CorsConfig;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.netty.handler.codec.http.cors.CorsConfig$Builder shortCurcuit();
descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.shortCircuit:()Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
}
SourceFile: "CorsConfig.java"
NestHost: io.netty.handler.codec.http.cors.CorsConfig
InnerClasses:
public Builder = io.netty.handler.codec.http.cors.CorsConfig$Builder of io.netty.handler.codec.http.cors.CorsConfig
RuntimeVisibleAnnotations:
java.lang.Deprecated()