class io.vertx.ext.web.codec.impl.StreamingBodyCodec$1 implements io.vertx.ext.web.codec.spi.BodyStream<java.lang.Void>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.ext.web.codec.impl.StreamingBodyCodec$1
super_class: java.lang.Object
{
io.vertx.core.Promise<java.lang.Void> promise;
descriptor: Lio/vertx/core/Promise;
flags: (0x0000)
Signature: Lio/vertx/core/Promise<Ljava/lang/Void;>;
final io.vertx.ext.web.codec.impl.StreamingBodyCodec this$0;
descriptor: Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.ext.web.codec.impl.StreamingBodyCodec);
descriptor: (Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.this$0:Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
putfield io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.promise:Lio/vertx/core/Promise;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec$1;
MethodParameters:
Name Flags
this$0 final
public io.vertx.core.Future<java.lang.Void> result();
descriptor: ()Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.promise:Lio/vertx/core/Promise;
invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec$1;
Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;
public void handle(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
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.web.codec.impl.StreamingBodyCodec$1.promise:Lio/vertx/core/Promise;
aload 1
invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/Throwable;)Z
pop
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$1;
0 2 1 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
cause
public io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
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.web.codec.impl.StreamingBodyCodec$1.this$0:Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec.stream:Lio/vertx/core/streams/WriteStream;
aload 1
invokeinterface io.vertx.core.streams.WriteStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec$1;
0 2 1 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
MethodParameters:
Name Flags
handler
public void write(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
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.vertx.ext.web.codec.impl.StreamingBodyCodec$1.this$0:Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec.stream:Lio/vertx/core/streams/WriteStream;
aload 1
aload 2
invokeinterface io.vertx.core.streams.WriteStream.write:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec$1;
0 2 1 data Lio/vertx/core/buffer/Buffer;
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
data
handler
public io.vertx.core.Future<java.lang.Void> write(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
astore 2
start local 2 1: aload 0
aload 1
aload 2
invokevirtual io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
2: aload 2
invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec$1;
0 3 1 data Lio/vertx/core/buffer/Buffer;
1 3 2 promise Lio/vertx/core/Promise<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future<Ljava/lang/Void;>;
MethodParameters:
Name Flags
data
public void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.this$0:Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec.close:Z
ifeq 3
1: aload 0
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.this$0:Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec.stream:Lio/vertx/core/streams/WriteStream;
aload 0
aload 1
invokedynamic handle(Lio/vertx/ext/web/codec/impl/StreamingBodyCodec$1;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/ext/web/codec/impl/StreamingBodyCodec$1.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
(Lio/vertx/core/AsyncResult;)V
invokeinterface io.vertx.core.streams.WriteStream.end:(Lio/vertx/core/Handler;)V
2: goto 6
3: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.promise:Lio/vertx/core/Promise;
invokeinterface io.vertx.core.Promise.tryComplete:()Z
pop
4: aload 1
ifnull 6
5: aload 1
invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec$1;
0 7 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
handler
public io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> setWriteQueueMaxSize(int);
descriptor: (I)Lio/vertx/core/streams/WriteStream;
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.web.codec.impl.StreamingBodyCodec$1.this$0:Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec.stream:Lio/vertx/core/streams/WriteStream;
iload 1
invokeinterface io.vertx.core.streams.WriteStream.setWriteQueueMaxSize:(I)Lio/vertx/core/streams/WriteStream;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec$1;
0 2 1 maxSize I
Signature: (I)Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
MethodParameters:
Name Flags
maxSize
public boolean writeQueueFull();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.this$0:Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec.stream:Lio/vertx/core/streams/WriteStream;
invokeinterface io.vertx.core.streams.WriteStream.writeQueueFull:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec$1;
public io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> drainHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
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.web.codec.impl.StreamingBodyCodec$1.this$0:Lio/vertx/ext/web/codec/impl/StreamingBodyCodec;
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec.stream:Lio/vertx/core/streams/WriteStream;
aload 1
invokeinterface io.vertx.core.streams.WriteStream.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec$1;
0 2 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/streams/WriteStream<Lio/vertx/core/buffer/Buffer;>;
MethodParameters:
Name Flags
handler
public io.vertx.core.Future write(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/vertx/core/Future;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.core.buffer.Buffer
invokevirtual io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
areturn
LocalVariableTable:
Start End Slot Name Signature
public void write(java.lang.Object, io.vertx.core.Handler);
descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast io.vertx.core.buffer.Buffer
aload 2
invokevirtual io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
return
LocalVariableTable:
Start End Slot Name Signature
public void handle(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Throwable
invokevirtual io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.handle:(Ljava/lang/Throwable;)V
return
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
private void lambda$0(io.vertx.core.Handler, io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 2
invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
ifeq 3
1: aload 0
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.promise:Lio/vertx/core/Promise;
invokeinterface io.vertx.core.Promise.tryComplete:()Z
pop
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.ext.web.codec.impl.StreamingBodyCodec$1.promise:Lio/vertx/core/Promise;
aload 2
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/Throwable;)Z
pop
4: StackMap locals:
StackMap stack:
aload 1
ifnull 6
5: aload 1
aload 2
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
6: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/ext/web/codec/impl/StreamingBodyCodec$1;
0 7 2 ar Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
}
Signature: Ljava/lang/Object;Lio/vertx/ext/web/codec/spi/BodyStream<Ljava/lang/Void;>;
SourceFile: "StreamingBodyCodec.java"
EnclosingMethod: io.vertx.ext.web.codec.impl.StreamingBodyCodec.create:(Lio/vertx/core/Handler;)V
NestHost: io.vertx.ext.web.codec.impl.StreamingBodyCodec
InnerClasses:
io.vertx.ext.web.codec.impl.StreamingBodyCodec$1
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles