class io.vertx.core.http.impl.HttpClientRequestPushPromise extends io.vertx.core.http.impl.HttpClientRequestBase
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.HttpClientRequestPushPromise
super_class: io.vertx.core.http.impl.HttpClientRequestBase
{
private final io.vertx.core.http.impl.Http2ClientConnection conn;
descriptor: Lio/vertx/core/http/impl/Http2ClientConnection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream stream;
descriptor: Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String rawMethod;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.MultiMap ;
descriptor: Lio/vertx/core/MultiMap;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse> respHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
public void <init>(io.vertx.core.http.impl.Http2ClientConnection, io.netty.handler.codec.http2.Http2Stream, io.vertx.core.http.impl.HttpClientImpl, boolean, io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, java.lang.String, int, io.vertx.core.MultiMap);
descriptor: (Lio/vertx/core/http/impl/Http2ClientConnection;Lio/netty/handler/codec/http2/Http2Stream;Lio/vertx/core/http/impl/HttpClientImpl;ZLio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILio/vertx/core/MultiMap;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=11, args_size=11
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 start local 10 0: aload 0
aload 3
iload 4
aload 5
iload 9
aload 8
invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
aload 8
iload 9
aload 7
invokespecial io.vertx.core.http.impl.HttpClientRequestBase.<init>:(Lio/vertx/core/http/impl/HttpClientImpl;ZLio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ILjava/lang/String;)V
1: aload 0
aload 1
putfield io.vertx.core.http.impl.HttpClientRequestPushPromise.conn:Lio/vertx/core/http/impl/Http2ClientConnection;
2: aload 0
new io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream
dup
aload 1
aload 0
aload 2
iconst_0
invokespecial io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream.<init>:(Lio/vertx/core/http/impl/Http2ClientConnection;Lio/vertx/core/http/impl/HttpClientRequestPushPromise;Lio/netty/handler/codec/http2/Http2Stream;Z)V
putfield io.vertx.core.http.impl.HttpClientRequestPushPromise.stream:Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
3: aload 0
aload 6
putfield io.vertx.core.http.impl.HttpClientRequestPushPromise.rawMethod:Ljava/lang/String;
4: aload 0
aload 10
putfield io.vertx.core.http.impl.HttpClientRequestPushPromise.headers:Lio/vertx/core/MultiMap;
5: return
end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 6 1 conn Lio/vertx/core/http/impl/Http2ClientConnection;
0 6 2 stream Lio/netty/handler/codec/http2/Http2Stream;
0 6 3 client Lio/vertx/core/http/impl/HttpClientImpl;
0 6 4 ssl Z
0 6 5 method Lio/vertx/core/http/HttpMethod;
0 6 6 rawMethod Ljava/lang/String;
0 6 7 uri Ljava/lang/String;
0 6 8 host Ljava/lang/String;
0 6 9 port I
0 6 10 headers Lio/vertx/core/MultiMap;
MethodParameters:
Name Flags
conn
stream
client
ssl
method
rawMethod
uri
host
port
headers
io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream getStream();
descriptor: ()Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.stream:Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
void handleResponse(io.vertx.core.http.HttpClientResponse, long);
descriptor: (Lio/vertx/core/http/HttpClientResponse;J)V
flags: (0x0000)
Code:
stack=2, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
dup
astore 5
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.respHandler:Lio/vertx/core/Handler;
dup
astore 4
start local 4 2: ifnonnull 5
3: aload 5
monitorexit
4: return
5: StackMap locals: io.vertx.core.Handler io.vertx.core.http.impl.HttpClientRequestPushPromise
StackMap stack:
aload 5
monitorexit
6: goto 9
end local 4 StackMap locals: io.vertx.core.http.impl.HttpClientRequestPushPromise io.vertx.core.http.HttpClientResponse long top io.vertx.core.http.impl.HttpClientRequestPushPromise
StackMap stack: java.lang.Throwable
7: aload 5
monitorexit
8: athrow
start local 4 9: StackMap locals: io.vertx.core.http.impl.HttpClientRequestPushPromise io.vertx.core.http.HttpClientResponse long io.vertx.core.Handler
StackMap stack:
aload 4
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
10: return
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 11 1 resp Lio/vertx/core/http/HttpClientResponse;
0 11 2 timeoutMs J
2 7 4 handler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
9 11 4 handler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Exception table:
from to target type
1 4 7 any
5 6 7 any
7 8 7 any
MethodParameters:
Name Flags
resp
timeoutMs
public synchronized io.vertx.core.http.HttpClientRequest handler(io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.core.http.impl.HttpClientRequestPushPromise.respHandler:Lio/vertx/core/Handler;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 2 1 handler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpConnection connection();
descriptor: ()Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.conn:Lio/vertx/core/http/impl/Http2ClientConnection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
public io.vertx.core.http.HttpClientRequest connectionHandler(io.vertx.core.Handler<io.vertx.core.http.HttpConnection>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 handler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpConnection;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpConnection;>;)Lio/vertx/core/http/HttpClientRequest;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
handler
boolean reset(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)Z
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.stream:Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
aload 1
invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream.reset:(Ljava/lang/Throwable;)V
1: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 2 1 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
cause
public boolean isChunked();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
public io.vertx.core.http.HttpMethod method();
descriptor: ()Lio/vertx/core/http/HttpMethod;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.method:Lio/vertx/core/http/HttpMethod;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
public java.lang.String getRawMethod();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.rawMethod:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
public io.vertx.core.http.HttpClientRequest setRawMethod(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 method Ljava/lang/String;
MethodParameters:
Name Flags
method
public java.lang.String uri();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.uri:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
public java.lang.String getHost();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.server:Lio/vertx/core/net/SocketAddress;
invokeinterface io.vertx.core.net.SocketAddress.host:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
public io.vertx.core.MultiMap ();
descriptor: ()Lio/vertx/core/MultiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.headers:Lio/vertx/core/MultiMap;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
public io.vertx.core.http.HttpClientRequest write(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 data Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
data
public io.vertx.core.http.HttpClientRequest setWriteQueueMaxSize(int);
descriptor: (I)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 maxSize I
MethodParameters:
Name Flags
maxSize
public io.vertx.core.http.HttpClientRequest drainHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpClientRequest endHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 endHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
endHandler
public io.vertx.core.http.HttpClientRequest setFollowRedirects(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 followRedirect Z
MethodParameters:
Name Flags
followRedirect
public io.vertx.core.http.HttpClientRequest setMaxRedirects(int);
descriptor: (I)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 maxRedirects I
MethodParameters:
Name Flags
maxRedirects
public io.vertx.core.http.HttpClientRequest setChunked(boolean);
descriptor: (Z)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 chunked Z
MethodParameters:
Name Flags
chunked
public io.vertx.core.http.HttpClientRequest setHost(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 host Ljava/lang/String;
MethodParameters:
Name Flags
host
public io.vertx.core.http.HttpClientRequest (java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 name Ljava/lang/String;
0 1 2 value Ljava/lang/String;
MethodParameters:
Name Flags
name
value
public io.vertx.core.http.HttpClientRequest (java.lang.CharSequence, java.lang.CharSequence);
descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 name Ljava/lang/CharSequence;
0 1 2 value Ljava/lang/CharSequence;
MethodParameters:
Name Flags
name
value
public io.vertx.core.http.HttpClientRequest putHeader(java.lang.String, java.lang.Iterable<java.lang.String>);
descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 name Ljava/lang/String;
0 1 2 values Ljava/lang/Iterable<Ljava/lang/String;>;
Signature: (Ljava/lang/String;Ljava/lang/Iterable<Ljava/lang/String;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
name
values
public io.vertx.core.http.HttpClientRequest putHeader(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 name Ljava/lang/CharSequence;
0 1 2 values Ljava/lang/Iterable<Ljava/lang/CharSequence;>;
Signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<Ljava/lang/CharSequence;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
name
values
public io.vertx.core.http.HttpClientRequest write(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 chunk Ljava/lang/String;
MethodParameters:
Name Flags
chunk
public io.vertx.core.http.HttpClientRequest write(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 chunk Ljava/lang/String;
0 1 2 enc Ljava/lang/String;
MethodParameters:
Name Flags
chunk
enc
public io.vertx.core.http.HttpClientRequest 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;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 data Lio/vertx/core/buffer/Buffer;
0 1 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;>;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
data
handler
public io.vertx.core.http.HttpClientRequest write(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 chunk Ljava/lang/String;
0 1 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
chunk
handler
public io.vertx.core.http.HttpClientRequest write(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 chunk Ljava/lang/String;
0 1 2 enc Ljava/lang/String;
0 1 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
chunk
enc
handler
public io.vertx.core.http.HttpClientRequest continueHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpClientRequest;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpClientRequest sendHead();
descriptor: ()Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
public io.vertx.core.http.HttpClientRequest sendHead(io.vertx.core.Handler<io.vertx.core.http.HttpVersion>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 completionHandler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpVersion;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpVersion;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
completionHandler
public void end(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 chunk Ljava/lang/String;
MethodParameters:
Name Flags
chunk
public void end(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 chunk Ljava/lang/String;
0 1 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
chunk
handler
public void end(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 chunk Ljava/lang/String;
0 1 2 enc Ljava/lang/String;
MethodParameters:
Name Flags
chunk
enc
public void end(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 chunk Ljava/lang/String;
0 1 2 enc Ljava/lang/String;
0 1 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
chunk
enc
handler
public void end(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 chunk Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
chunk
public void end(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=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 chunk Lio/vertx/core/buffer/Buffer;
0 1 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
chunk
handler
public io.vertx.core.http.HttpClientRequest pushHandler(io.vertx.core.Handler<io.vertx.core.http.HttpClientRequest>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 handler Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientRequest;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientRequest;>;)Lio/vertx/core/http/HttpClientRequest;
MethodParameters:
Name Flags
handler
public void end();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
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=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 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 boolean writeQueueFull();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
public io.vertx.core.http.StreamPriority getStreamPriority();
descriptor: ()Lio/vertx/core/http/StreamPriority;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpClientRequestPushPromise.stream:Lio/vertx/core/http/impl/Http2ClientConnection$Http2ClientStream;
invokevirtual io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream.priority:()Lio/vertx/core/http/StreamPriority;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
public io.vertx.core.http.HttpClientRequest writeCustomFrame(int, int, io.vertx.core.buffer.Buffer);
descriptor: (IILio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new java.lang.UnsupportedOperationException
dup
ldc "Cannot write frame with HTTP/1.x "
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpClientRequestPushPromise;
0 1 1 type I
0 1 2 flags I
0 1 3 payload Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
type
flags
payload
public io.vertx.core.streams.WriteStream write(java.lang.Object, io.vertx.core.Handler);
descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
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.core.http.impl.HttpClientRequestPushPromise.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.WriteStream write(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/vertx/core/streams/WriteStream;
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.core.http.impl.HttpClientRequestPushPromise.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientRequest;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.WriteStream setWriteQueueMaxSize(int);
descriptor: (I)Lio/vertx/core/streams/WriteStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.setWriteQueueMaxSize:(I)Lio/vertx/core/http/HttpClientRequest;
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
invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
LocalVariableTable:
Start End Slot Name Signature
public void end(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.core.http.impl.HttpClientRequestPushPromise.end:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
return
LocalVariableTable:
Start End Slot Name Signature
public void end(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 io.vertx.core.buffer.Buffer
invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.end:(Lio/vertx/core/buffer/Buffer;)V
return
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
invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.WriteStream drainHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.HttpClientRequestPushPromise.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "HttpClientRequestPushPromise.java"
InnerClasses:
Http2ClientStream = io.vertx.core.http.impl.Http2ClientConnection$Http2ClientStream of io.vertx.core.http.impl.Http2ClientConnection