public class io.vertx.ext.web.codec.impl.StreamingBodyCodec implements io.vertx.ext.web.codec.BodyCodec<java.lang.Void>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.ext.web.codec.impl.StreamingBodyCodec
super_class: java.lang.Object
{
private final io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> stream;
descriptor: Lio/vertx/core/streams/WriteStream;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
private final boolean close;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>);
descriptor: (Lio/vertx/core/streams/WriteStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_1
invokespecial io.vertx.ext.web.codec.impl.StreamingBodyCodec.<init>:(Lio/vertx/core/streams/WriteStream;Z)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
0 2 1 stream Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
Signature: (Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;)V
MethodParameters:
Name Flags
stream
public void <init>(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>, );
descriptor: (Lio/vertx/core/streams/WriteStream;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.ext.web.codec.impl.StreamingBodyCodec.stream:Lio/vertx/core/streams/WriteStream;
2: aload 0
iload 2
putfield io.vertx.ext.web.codec.impl.StreamingBodyCodec.close:Z
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
0 4 1 stream Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
0 4 2 close Z
Signature: (Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;Z)V
MethodParameters:
Name Flags
stream
close
public void create(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.codec.spi.BodyStream<java.lang.Void>>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 1
new io.vertx.ext.web.codec.impl.StreamingBodyCodec$1
dup
aload 0
invokespecial io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.<init>:(Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;)V
invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
0 2 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/codec/spi/BodyStream<Ljava/lang/Void;>;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/codec/spi/BodyStream<Ljava/lang/Void;>;>;>;)V
MethodParameters:
Name Flags
handler
}
Signature: Ljava/lang/Object;Lio/vertx/ext/web/codec/BodyCodec<Ljava/lang/Void;>;
SourceFile: "StreamingBodyCodec.java"
NestMembers:
io.vertx.ext.web.codec.impl.StreamingBodyCodec$1
InnerClasses:
io.vertx.ext.web.codec.impl.StreamingBodyCodec$1