public final class io.netty.handler.codec.http2.Http2Exception$CompositeStreamException extends io.netty.handler.codec.http2.Http2Exception implements java.lang.Iterable<io.netty.handler.codec.http2.Http2Exception$StreamException>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.http2.Http2Exception$CompositeStreamException
super_class: io.netty.handler.codec.http2.Http2Exception
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 7091134858213711015
private final java.util.List<io.netty.handler.codec.http2.Http2Exception$StreamException> exceptions;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Lio/netty/handler/codec/http2/Http2Exception$StreamException;>;
public void <init>(io.netty.handler.codec.http2.Http2Error, int);
descriptor: (Lio/netty/handler/codec/http2/Http2Error;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
getstatic io.netty.handler.codec.http2.Http2Exception$ShutdownHint.NO_SHUTDOWN:Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;
invokespecial io.netty.handler.codec.http2.Http2Exception.<init>:(Lio/netty/handler/codec/http2/Http2Error;Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;)V
1: aload 0
new java.util.ArrayList
dup
iload 2
invokespecial java.util.ArrayList.<init>:(I)V
putfield io.netty.handler.codec.http2.Http2Exception$CompositeStreamException.exceptions:Ljava/util/List;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/Http2Exception$CompositeStreamException;
0 3 1 error Lio/netty/handler/codec/http2/Http2Error;
0 3 2 initialCapacity I
MethodParameters:
Name Flags
error
initialCapacity
public void add(io.netty.handler.codec.http2.Http2Exception$StreamException);
descriptor: (Lio/netty/handler/codec/http2/Http2Exception$StreamException;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.http2.Http2Exception$CompositeStreamException.exceptions:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/Http2Exception$CompositeStreamException;
0 2 1 e Lio/netty/handler/codec/http2/Http2Exception$StreamException;
MethodParameters:
Name Flags
e
public java.util.Iterator<io.netty.handler.codec.http2.Http2Exception$StreamException> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http2.Http2Exception$CompositeStreamException.exceptions:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/Http2Exception$CompositeStreamException;
Signature: ()Ljava/util/Iterator<Lio/netty/handler/codec/http2/Http2Exception$StreamException;>;
}
Signature: Lio/netty/handler/codec/http2/Http2Exception;Ljava/lang/Iterable<Lio/netty/handler/codec/http2/Http2Exception$StreamException;>;
SourceFile: "Http2Exception.java"
NestHost: io.netty.handler.codec.http2.Http2Exception
InnerClasses:
public final CompositeStreamException = io.netty.handler.codec.http2.Http2Exception$CompositeStreamException of io.netty.handler.codec.http2.Http2Exception
public final ShutdownHint = io.netty.handler.codec.http2.Http2Exception$ShutdownHint of io.netty.handler.codec.http2.Http2Exception
public StreamException = io.netty.handler.codec.http2.Http2Exception$StreamException of io.netty.handler.codec.http2.Http2Exception