public interface io.vertx.core.TimeoutStream extends io.vertx.core.streams.ReadStream<java.lang.Long>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.core.TimeoutStream
super_class: java.lang.Object
{
public abstract io.vertx.core.TimeoutStream exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/TimeoutStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/TimeoutStream;
MethodParameters:
Name Flags
handler
public abstract io.vertx.core.TimeoutStream handler(io.vertx.core.Handler<java.lang.Long>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/TimeoutStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Ljava/lang/Long;>;)Lio/vertx/core/TimeoutStream;
MethodParameters:
Name Flags
handler
public abstract io.vertx.core.TimeoutStream pause();
descriptor: ()Lio/vertx/core/TimeoutStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.vertx.core.TimeoutStream resume();
descriptor: ()Lio/vertx/core/TimeoutStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.vertx.core.TimeoutStream fetch(long);
descriptor: (J)Lio/vertx/core/TimeoutStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
amount
public abstract io.vertx.core.TimeoutStream endHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/TimeoutStream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/TimeoutStream;
MethodParameters:
Name Flags
endHandler
public abstract void cancel();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public io.vertx.core.streams.ReadStream pause();
descriptor: ()Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.vertx.core.TimeoutStream.pause:()Lio/vertx/core/TimeoutStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
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.Handler
invokeinterface io.vertx.core.TimeoutStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/TimeoutStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.vertx.core.TimeoutStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/TimeoutStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream resume();
descriptor: ()Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface io.vertx.core.TimeoutStream.resume:()Lio/vertx/core/TimeoutStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream fetch(long);
descriptor: (J)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
0: aload 0
lload 1
invokeinterface io.vertx.core.TimeoutStream.fetch:(J)Lio/vertx/core/TimeoutStream;
areturn
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
invokeinterface io.vertx.core.TimeoutStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/TimeoutStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface io.vertx.core.TimeoutStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/TimeoutStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/streams/ReadStream<Ljava/lang/Long;>;
SourceFile: "TimeoutStream.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()