public abstract class io.vertx.core.http.impl.WebSocketImplBase<S extends io.vertx.core.http.WebSocketBase> implements io.vertx.core.http.WebSocketBase
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: io.vertx.core.http.impl.WebSocketImplBase
super_class: java.lang.Object
{
private final boolean supportsContinuation;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String textHandlerID;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String binaryHandlerID;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int maxWebSocketFrameSize;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int maxWebSocketMessageSize;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.streams.impl.InboundBuffer<io.vertx.core.buffer.Buffer> pending;
descriptor: Lio/vertx/core/streams/impl/InboundBuffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/core/streams/impl/InboundBuffer<Lio/vertx/core/buffer/Buffer;>;
private io.vertx.core.eventbus.MessageConsumer binaryHandlerRegistration;
descriptor: Lio/vertx/core/eventbus/MessageConsumer;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.eventbus.MessageConsumer textHandlerRegistration;
descriptor: Lio/vertx/core/eventbus/MessageConsumer;
flags: (0x0002) ACC_PRIVATE
private java.lang.String subProtocol;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.Object metric;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.Handler<io.vertx.core.http.impl.ws.WebSocketFrameInternal> frameHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/impl/ws/WebSocketFrameInternal;>;
private io.vertx.core.Handler<io.vertx.core.buffer.Buffer> pongHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
private io.vertx.core.Handler<java.lang.Void> drainHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
private io.vertx.core.Handler<java.lang.Void> closeHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Void> endHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
protected final io.vertx.core.http.impl.Http1xConnectionBase conn;
descriptor: Lio/vertx/core/http/impl/Http1xConnectionBase;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected boolean closed;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
private static volatile int[] $SWITCH_TABLE$io$vertx$core$http$impl$FrameType;
descriptor: [I
flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC
void <init>(io.vertx.core.http.impl.Http1xConnectionBase, boolean, int, int);
descriptor: (Lio/vertx/core/http/impl/Http1xConnectionBase;ZII)V
flags: (0x0000)
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 2
putfield io.vertx.core.http.impl.WebSocketImplBase.supportsContinuation:Z
2: aload 0
new java.lang.StringBuilder
dup
ldc "__vertx.ws."
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
invokevirtual java.util.UUID.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
putfield io.vertx.core.http.impl.WebSocketImplBase.textHandlerID:Ljava/lang/String;
3: aload 0
new java.lang.StringBuilder
dup
ldc "__vertx.ws."
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
invokevirtual java.util.UUID.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
putfield io.vertx.core.http.impl.WebSocketImplBase.binaryHandlerID:Ljava/lang/String;
4: aload 0
aload 1
putfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
5: aload 0
iload 3
putfield io.vertx.core.http.impl.WebSocketImplBase.maxWebSocketFrameSize:I
6: aload 0
iload 4
putfield io.vertx.core.http.impl.WebSocketImplBase.maxWebSocketMessageSize:I
7: aload 0
new io.vertx.core.streams.impl.InboundBuffer
dup
aload 1
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
invokespecial io.vertx.core.streams.impl.InboundBuffer.<init>:(Lio/vertx/core/Context;)V
putfield io.vertx.core.http.impl.WebSocketImplBase.pending:Lio/vertx/core/streams/impl/InboundBuffer;
8: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.pending:Lio/vertx/core/streams/impl/InboundBuffer;
aload 1
invokedynamic handle(Lio/vertx/core/http/impl/Http1xConnectionBase;)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/core/http/impl/WebSocketImplBase.lambda$0(Lio/vertx/core/http/impl/Http1xConnectionBase;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokevirtual io.vertx.core.streams.impl.InboundBuffer.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
pop
9: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 10 1 conn Lio/vertx/core/http/impl/Http1xConnectionBase;
0 10 2 supportsContinuation Z
0 10 3 maxWebSocketFrameSize I
0 10 4 maxWebSocketMessageSize I
MethodParameters:
Name Flags
conn
supportsContinuation
maxWebSocketFrameSize
maxWebSocketMessageSize
void registerHandler(io.vertx.core.eventbus.EventBus);
descriptor: (Lio/vertx/core/eventbus/EventBus;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokedynamic handle(Lio/vertx/core/http/impl/WebSocketImplBase;)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/core/http/impl/WebSocketImplBase.lambda$1(Lio/vertx/core/eventbus/Message;)V (7)
(Lio/vertx/core/eventbus/Message;)V
astore 2
start local 2 1: aload 0
invokedynamic handle(Lio/vertx/core/http/impl/WebSocketImplBase;)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/core/http/impl/WebSocketImplBase.lambda$2(Lio/vertx/core/eventbus/Message;)V (7)
(Lio/vertx/core/eventbus/Message;)V
astore 3
start local 3 2: aload 0
aload 1
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.binaryHandlerID:Ljava/lang/String;
invokeinterface io.vertx.core.eventbus.EventBus.localConsumer:(Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
aload 2
invokeinterface io.vertx.core.eventbus.MessageConsumer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageConsumer;
putfield io.vertx.core.http.impl.WebSocketImplBase.binaryHandlerRegistration:Lio/vertx/core/eventbus/MessageConsumer;
3: aload 0
aload 1
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.textHandlerID:Ljava/lang/String;
invokeinterface io.vertx.core.eventbus.EventBus.localConsumer:(Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
aload 3
invokeinterface io.vertx.core.eventbus.MessageConsumer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageConsumer;
putfield io.vertx.core.http.impl.WebSocketImplBase.textHandlerRegistration:Lio/vertx/core/eventbus/MessageConsumer;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 5 1 eventBus Lio/vertx/core/eventbus/EventBus;
1 5 2 binaryHandler Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Lio/vertx/core/buffer/Buffer;>;>;
2 5 3 textHandler Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Ljava/lang/String;>;>;
MethodParameters:
Name Flags
eventBus
public java.lang.String binaryHandlerID();
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.WebSocketImplBase.binaryHandlerID:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
public java.lang.String textHandlerID();
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.WebSocketImplBase.textHandlerID:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
public boolean writeQueueFull();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 1
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.isNotWritable:()Z
aload 1
monitorexit
3: ireturn
4: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
aload 1
monitorexit
5: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.close:(Lio/vertx/core/Handler;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<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 0
sipush 1000
aconst_null
aload 1
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.close:(SLjava/lang/String;Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 2 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 void close(short);
descriptor: (S)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
aconst_null
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.close:(SLio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 2 1 statusCode S
MethodParameters:
Name Flags
statusCode
public void close(short, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (SLio/vertx/core/Handler;)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
iload 1
aconst_null
aload 2
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.close:(SLjava/lang/String;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/core/http/impl/WebSocketImplBase<TS;>;
0 2 1 statusCode S
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (SLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
statusCode
handler
public void close(short, java.lang.String);
descriptor: (SLjava/lang/String;)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
iload 1
aload 2
aconst_null
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.close:(SLjava/lang/String;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/core/http/impl/WebSocketImplBase<TS;>;
0 2 1 statusCode S
0 2 2 reason Ljava/lang/String;
MethodParameters:
Name Flags
statusCode
reason
public void close(short, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (SLjava/lang/String;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 4
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.closed:Z
ifeq 4
2: aload 4
monitorexit
3: return
4: StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack:
aload 0
iconst_1
putfield io.vertx.core.http.impl.WebSocketImplBase.closed:Z
5: aload 4
monitorexit
6: goto 9
StackMap locals:
StackMap stack: java.lang.Throwable
7: aload 4
monitorexit
8: athrow
9: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.unregisterHandlers:()V
10: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
iload 1
aload 2
aload 3
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.closeWithPayload:(SLjava/lang/String;Lio/vertx/core/Handler;)V
11: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 12 1 statusCode S
0 12 2 reason Ljava/lang/String;
0 12 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Exception table:
from to target type
1 3 7 any
4 6 7 any
7 8 7 any
Signature: (SLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
statusCode
reason
handler
public boolean isSsl();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.isSsl:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
public javax.net.ssl.SSLSession sslSession();
descriptor: ()Ljavax/net/ssl/SSLSession;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.sslSession:()Ljavax/net/ssl/SSLSession;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
public javax.security.cert.X509Certificate[] peerCertificateChain();
descriptor: ()[Ljavax/security/cert/X509Certificate;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.peerCertificateChain:()[Ljavax/security/cert/X509Certificate;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
Exceptions:
throws javax.net.ssl.SSLPeerUnverifiedException
public io.vertx.core.net.SocketAddress localAddress();
descriptor: ()Lio/vertx/core/net/SocketAddress;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.localAddress:()Lio/vertx/core/net/SocketAddress;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
public io.vertx.core.net.SocketAddress remoteAddress();
descriptor: ()Lio/vertx/core/net/SocketAddress;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.remoteAddress:()Lio/vertx/core/net/SocketAddress;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
public S writeFinalTextFrame(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFinalTextFrame:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 1 1 text Ljava/lang/String;
Signature: (Ljava/lang/String;)TS;
MethodParameters:
Name Flags
text
public S writeFinalTextFrame(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/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iconst_1
invokestatic io.vertx.core.http.WebSocketFrame.textFrame:(Ljava/lang/String;Z)Lio/vertx/core/http/WebSocketFrame;
aload 2
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFrame:(Lio/vertx/core/http/WebSocketFrame;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 1 1 text 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;>;>;)TS;
MethodParameters:
Name Flags
text
handler
public S writeFinalBinaryFrame(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFinalBinaryFrame:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 1 1 data Lio/vertx/core/buffer/Buffer;
Signature: (Lio/vertx/core/buffer/Buffer;)TS;
MethodParameters:
Name Flags
data
public S writeFinalBinaryFrame(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/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iconst_1
invokestatic io.vertx.core.http.WebSocketFrame.binaryFrame:(Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
aload 2
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFrame:(Lio/vertx/core/http/WebSocketFrame;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
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;>;>;)TS;
MethodParameters:
Name Flags
data
handler
public java.lang.String subProtocol();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.subProtocol:Ljava/lang/String;
aload 1
monitorexit
2: areturn
3: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
void subProtocol(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 0
aload 1
putfield io.vertx.core.http.impl.WebSocketImplBase.subProtocol:Ljava/lang/String;
2: aload 2
monitorexit
3: goto 6
StackMap locals: io.vertx.core.http.impl.WebSocketImplBase java.lang.String io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 7 1 subProtocol Ljava/lang/String;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
subProtocol
public S writeBinaryMessage(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeBinaryMessage:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 1 1 data Lio/vertx/core/buffer/Buffer;
Signature: (Lio/vertx/core/buffer/Buffer;)TS;
MethodParameters:
Name Flags
data
public S writeBinaryMessage(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/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 0
getstatic io.vertx.core.http.impl.FrameType.BINARY:Lio/vertx/core/http/impl/FrameType;
aload 1
iconst_0
aload 2
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writePartialMessage:(Lio/vertx/core/http/impl/FrameType;Lio/vertx/core/buffer/Buffer;ILio/vertx/core/Handler;)V
3: aload 0
aload 3
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.buffer.Buffer io.vertx.core.Handler io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
aload 3
monitorexit
6: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 7 1 data Lio/vertx/core/buffer/Buffer;
0 7 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)TS;
MethodParameters:
Name Flags
data
handler
public S writeTextMessage(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeTextMessage:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 1 1 text Ljava/lang/String;
Signature: (Ljava/lang/String;)TS;
MethodParameters:
Name Flags
text
public S writeTextMessage(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/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 1
invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
astore 4
start local 4 3: aload 0
getstatic io.vertx.core.http.impl.FrameType.TEXT:Lio/vertx/core/http/impl/FrameType;
aload 4
iconst_0
aload 2
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writePartialMessage:(Lio/vertx/core/http/impl/FrameType;Lio/vertx/core/buffer/Buffer;ILio/vertx/core/Handler;)V
4: aload 0
aload 3
monitorexit
5: areturn
end local 4 6: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase java.lang.String io.vertx.core.Handler io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
aload 3
monitorexit
7: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 8 1 text Ljava/lang/String;
0 8 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
3 6 4 data Lio/vertx/core/buffer/Buffer;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)TS;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
text
handler
public S write(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 1 1 data Lio/vertx/core/buffer/Buffer;
Signature: (Lio/vertx/core/buffer/Buffer;)TS;
MethodParameters:
Name Flags
data
public S 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/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 0
aload 1
iconst_1
invokestatic io.vertx.core.http.WebSocketFrame.binaryFrame:(Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
aload 2
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFrame:(Lio/vertx/core/http/WebSocketFrame;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
pop
3: aload 0
aload 3
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.buffer.Buffer io.vertx.core.Handler io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
aload 3
monitorexit
6: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 7 1 data Lio/vertx/core/buffer/Buffer;
0 7 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)TS;
MethodParameters:
Name Flags
data
handler
public S writePing(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.buffer.Buffer.length:()I
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.maxWebSocketFrameSize:I
if_icmpgt 1
aload 1
invokeinterface io.vertx.core.buffer.Buffer.length:()I
bipush 125
if_icmple 2
StackMap locals:
StackMap stack:
1: new java.lang.IllegalStateException
dup
ldc "Ping cannot exceed maxWebSocketFrameSize or 125 bytes"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokestatic io.vertx.core.http.WebSocketFrame.pingFrame:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFrame:(Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/core/http/WebSocketBase;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 3 1 data Lio/vertx/core/buffer/Buffer;
Signature: (Lio/vertx/core/buffer/Buffer;)TS;
MethodParameters:
Name Flags
data
public S writePong(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.buffer.Buffer.length:()I
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.maxWebSocketFrameSize:I
if_icmpgt 1
aload 1
invokeinterface io.vertx.core.buffer.Buffer.length:()I
bipush 125
if_icmple 2
StackMap locals:
StackMap stack:
1: new java.lang.IllegalStateException
dup
ldc "Pong cannot exceed maxWebSocketFrameSize or 125 bytes"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokestatic io.vertx.core.http.WebSocketFrame.pongFrame:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFrame:(Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/core/http/WebSocketBase;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 3 1 data Lio/vertx/core/buffer/Buffer;
Signature: (Lio/vertx/core/buffer/Buffer;)TS;
MethodParameters:
Name Flags
data
private void writePartialMessage(io.vertx.core.http.impl.FrameType, io.vertx.core.buffer.Buffer, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/http/impl/FrameType;Lio/vertx/core/buffer/Buffer;ILio/vertx/core/Handler;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=10, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iload 3
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.maxWebSocketFrameSize:I
iadd
istore 5
start local 5 1: iload 5
aload 2
invokeinterface io.vertx.core.buffer.Buffer.length:()I
if_icmplt 5
2: aload 2
invokeinterface io.vertx.core.buffer.Buffer.length:()I
istore 5
3: iconst_1
istore 6
start local 6 4: goto 6
end local 6 5: StackMap locals: int
StackMap stack:
iconst_0
istore 6
start local 6 6: StackMap locals: int
StackMap stack:
aload 2
iload 3
iload 5
invokeinterface io.vertx.core.buffer.Buffer.slice:(II)Lio/vertx/core/buffer/Buffer;
astore 7
start local 7 7: iload 3
ifeq 8
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.supportsContinuation:Z
ifne 10
8: StackMap locals: io.vertx.core.buffer.Buffer
StackMap stack:
new io.vertx.core.http.impl.ws.WebSocketFrameImpl
dup
aload 1
aload 7
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
iload 6
invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Lio/vertx/core/http/impl/FrameType;Lio/netty/buffer/ByteBuf;Z)V
astore 8
start local 8 9: goto 11
end local 8 10: StackMap locals:
StackMap stack:
aload 7
iload 6
invokestatic io.vertx.core.http.WebSocketFrame.continuationFrame:(Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
astore 8
start local 8 11: StackMap locals: io.vertx.core.http.WebSocketFrame
StackMap stack:
iload 3
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.maxWebSocketFrameSize:I
iadd
istore 9
start local 9 12: iload 6
ifeq 15
13: aload 0
aload 8
aload 4
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFrame:(Lio/vertx/core/http/WebSocketFrame;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
pop
14: goto 17
15: StackMap locals: int
StackMap stack:
aload 0
aload 8
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFrame:(Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/core/http/WebSocketBase;
pop
16: aload 0
aload 1
aload 2
iload 9
aload 4
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writePartialMessage:(Lio/vertx/core/http/impl/FrameType;Lio/vertx/core/buffer/Buffer;ILio/vertx/core/Handler;)V
17: StackMap locals:
StackMap stack:
return
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 18 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 18 1 frameType Lio/vertx/core/http/impl/FrameType;
0 18 2 data Lio/vertx/core/buffer/Buffer;
0 18 3 offset I
0 18 4 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
1 18 5 end I
4 5 6 isFinal Z
6 18 6 isFinal Z
7 18 7 slice Lio/vertx/core/buffer/Buffer;
9 10 8 frame Lio/vertx/core/http/WebSocketFrame;
11 18 8 frame Lio/vertx/core/http/WebSocketFrame;
12 18 9 newOffset I
Signature: (Lio/vertx/core/http/impl/FrameType;Lio/vertx/core/buffer/Buffer;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
frameType
data
offset
handler
private void writeBinaryFrameInternal(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
astore 2
start local 2 1: new io.vertx.core.http.impl.ws.WebSocketFrameImpl
dup
getstatic io.vertx.core.http.impl.FrameType.BINARY:Lio/vertx/core/http/impl/FrameType;
aload 2
invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Lio/vertx/core/http/impl/FrameType;Lio/netty/buffer/ByteBuf;)V
astore 3
start local 3 2: aload 0
aload 3
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFrame:(Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/core/http/WebSocketBase;
pop
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 4 1 data Lio/vertx/core/buffer/Buffer;
1 4 2 buf Lio/netty/buffer/ByteBuf;
2 4 3 frame Lio/vertx/core/http/WebSocketFrame;
MethodParameters:
Name Flags
data
private void writeTextFrameInternal(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new io.vertx.core.http.impl.ws.WebSocketFrameImpl
dup
aload 1
invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Ljava/lang/String;)V
astore 2
start local 2 1: aload 0
aload 2
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFrame:(Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/core/http/WebSocketBase;
pop
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 3 1 str Ljava/lang/String;
1 3 2 frame Lio/vertx/core/http/WebSocketFrame;
MethodParameters:
Name Flags
str
public S writeFrame(io.vertx.core.http.WebSocketFrame);
descriptor: (Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeFrame:(Lio/vertx/core/http/WebSocketFrame;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 1 1 frame Lio/vertx/core/http/WebSocketFrame;
Signature: (Lio/vertx/core/http/WebSocketFrame;)TS;
MethodParameters:
Name Flags
frame
public S writeFrame(io.vertx.core.http.WebSocketFrame, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/http/WebSocketFrame;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 3
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
aload 1
checkcast io.vertx.core.http.impl.ws.WebSocketFrameInternal
invokeinterface io.vertx.core.http.impl.ws.WebSocketFrameInternal.length:()I
i2l
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.reportBytesWritten:(J)V
3: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
aload 1
checkcast io.vertx.core.http.impl.ws.WebSocketFrameImpl
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.encodeFrame:(Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;)Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
aload 2
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.toPromise:(Lio/vertx/core/Handler;)Lio/netty/channel/ChannelPromise;
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.writeToChannel:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
4: aload 3
monitorexit
5: goto 8
StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.http.WebSocketFrame io.vertx.core.Handler io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
6: aload 3
monitorexit
7: athrow
8: StackMap locals:
StackMap stack:
aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 9 1 frame Lio/vertx/core/http/WebSocketFrame;
0 9 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/http/WebSocketFrame;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)TS;
MethodParameters:
Name Flags
frame
handler
void checkClosed();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.closed:Z
ifeq 3
2: new java.lang.IllegalStateException
dup
ldc "WebSocket is closed"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack:
aload 1
monitorexit
4: goto 7
StackMap locals:
StackMap stack: java.lang.Throwable
5: aload 1
monitorexit
6: athrow
7: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
public boolean isClosed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.closed:Z
aload 1
monitorexit
2: ireturn
3: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
void handleFrame(io.vertx.core.http.impl.ws.WebSocketFrameInternal);
descriptor: (Lio/vertx/core/http/impl/ws/WebSocketFrameInternal;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 1
invokeinterface io.vertx.core.http.impl.ws.WebSocketFrameInternal.type:()Lio/vertx/core/http/impl/FrameType;
getstatic io.vertx.core.http.impl.FrameType.CLOSE:Lio/vertx/core/http/impl/FrameType;
if_acmpeq 5
2: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
aload 1
invokeinterface io.vertx.core.http.impl.ws.WebSocketFrameInternal.length:()I
i2l
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.reportBytesRead:(J)V
3: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.pending:Lio/vertx/core/streams/impl/InboundBuffer;
aload 1
invokeinterface io.vertx.core.http.impl.ws.WebSocketFrameInternal.binaryData:()Lio/vertx/core/buffer/Buffer;
invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
ifne 5
4: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.doPause:()V
5: StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack:
invokestatic io.vertx.core.http.impl.WebSocketImplBase.$SWITCH_TABLE$io$vertx$core$http$impl$FrameType:()[I
aload 1
invokeinterface io.vertx.core.http.impl.ws.WebSocketFrameInternal.type:()Lio/vertx/core/http/impl/FrameType;
invokevirtual io.vertx.core.http.impl.FrameType.ordinal:()I
iaload
tableswitch { // 1 - 6
1: 9
2: 9
3: 9
4: 9
5: 11
6: 6
default: 11
}
6: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.pongHandler:Lio/vertx/core/Handler;
ifnull 11
7: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.pongHandler:Lio/vertx/core/Handler;
aload 1
invokeinterface io.vertx.core.http.impl.ws.WebSocketFrameInternal.binaryData:()Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
8: goto 11
9: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.frameHandler:Lio/vertx/core/Handler;
ifnull 11
10: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.frameHandler:Lio/vertx/core/Handler;
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
11: StackMap locals:
StackMap stack:
aload 2
monitorexit
12: goto 15
StackMap locals:
StackMap stack: java.lang.Throwable
13: aload 2
monitorexit
14: athrow
15: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 16 1 frame Lio/vertx/core/http/impl/ws/WebSocketFrameInternal;
Exception table:
from to target type
1 12 13 any
13 14 13 any
MethodParameters:
Name Flags
frame
public S frameHandler(io.vertx.core.Handler<io.vertx.core.http.WebSocketFrame>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 0
aload 1
putfield io.vertx.core.http.impl.WebSocketImplBase.frameHandler:Lio/vertx/core/Handler;
3: aload 0
aload 2
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.Handler io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
aload 2
monitorexit
6: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 7 1 handler Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocketFrame;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocketFrame;>;)TS;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.WebSocketBase textMessageHandler(io.vertx.core.Handler<java.lang.String>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.frameHandler:Lio/vertx/core/Handler;
ifnull 3
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.frameHandler:Lio/vertx/core/Handler;
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
ldc Lio/vertx/core/http/impl/WebSocketImplBase$FrameAggregator;
if_acmpeq 4
3: StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack:
aload 0
new io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator
dup
aload 0
invokespecial io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator.<init>:(Lio/vertx/core/http/impl/WebSocketImplBase;)V
putfield io.vertx.core.http.impl.WebSocketImplBase.frameHandler:Lio/vertx/core/Handler;
4: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.frameHandler:Lio/vertx/core/Handler;
checkcast io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator
aload 1
putfield io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator.textMessageHandler:Lio/vertx/core/Handler;
5: aload 0
aload 2
monitorexit
6: areturn
7: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
8: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 9 1 handler Lio/vertx/core/Handler<Ljava/lang/String;>;
Exception table:
from to target type
1 6 7 any
7 8 7 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/String;>;)Lio/vertx/core/http/WebSocketBase;
MethodParameters:
Name Flags
handler
public S binaryMessageHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.frameHandler:Lio/vertx/core/Handler;
ifnull 3
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.frameHandler:Lio/vertx/core/Handler;
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
ldc Lio/vertx/core/http/impl/WebSocketImplBase$FrameAggregator;
if_acmpeq 4
3: StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack:
aload 0
new io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator
dup
aload 0
invokespecial io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator.<init>:(Lio/vertx/core/http/impl/WebSocketImplBase;)V
putfield io.vertx.core.http.impl.WebSocketImplBase.frameHandler:Lio/vertx/core/Handler;
4: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.frameHandler:Lio/vertx/core/Handler;
checkcast io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator
aload 1
putfield io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator.binaryMessageHandler:Lio/vertx/core/Handler;
5: aload 0
aload 2
monitorexit
6: areturn
7: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
8: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 9 1 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
Exception table:
from to target type
1 6 7 any
7 8 7 any
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)TS;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.WebSocketBase pongHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 0
aload 1
putfield io.vertx.core.http.impl.WebSocketImplBase.pongHandler:Lio/vertx/core/Handler;
3: aload 0
aload 2
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.Handler io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
aload 2
monitorexit
6: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 7 1 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/WebSocketBase;
MethodParameters:
Name Flags
handler
void handleDrained();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.drainHandler:Lio/vertx/core/Handler;
ifnull 4
1: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.drainHandler:Lio/vertx/core/Handler;
astore 1
start local 1 2: aload 0
aconst_null
putfield io.vertx.core.http.impl.WebSocketImplBase.drainHandler:Lio/vertx/core/Handler;
3: aload 1
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
end local 1 4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
2 4 1 dh Lio/vertx/core/Handler<Ljava/lang/Void;>;
void handleException(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.exceptionHandler:Lio/vertx/core/Handler;
ifnull 3
2: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.exceptionHandler:Lio/vertx/core/Handler;
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
3: StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack:
aload 2
monitorexit
4: goto 7
StackMap locals:
StackMap stack: java.lang.Throwable
5: aload 2
monitorexit
6: athrow
7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 8 1 t Ljava/lang/Throwable;
Exception table:
from to target type
1 4 5 any
5 6 5 any
MethodParameters:
Name Flags
t
void handleClosed();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.unregisterHandlers:()V
1: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 3
monitorenter
2: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.pending:Lio/vertx/core/streams/impl/InboundBuffer;
invokevirtual io.vertx.core.streams.impl.InboundBuffer.isPaused:()Z
ifeq 3
aconst_null
goto 4
StackMap locals: io.vertx.core.http.impl.WebSocketImplBase top top io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack:
3: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.endHandler:Lio/vertx/core/Handler;
StackMap locals:
StackMap stack: io.vertx.core.Handler
4: astore 1
start local 1 5: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.closeHandler:Lio/vertx/core/Handler;
astore 2
start local 2 6: aload 0
iconst_1
putfield io.vertx.core.http.impl.WebSocketImplBase.closed:Z
7: aload 0
aconst_null
putfield io.vertx.core.http.impl.WebSocketImplBase.binaryHandlerRegistration:Lio/vertx/core/eventbus/MessageConsumer;
8: aload 0
aconst_null
putfield io.vertx.core.http.impl.WebSocketImplBase.textHandlerRegistration:Lio/vertx/core/eventbus/MessageConsumer;
9: aload 3
monitorexit
10: goto 13
end local 2 end local 1 StackMap locals:
StackMap stack: java.lang.Throwable
11: aload 3
monitorexit
12: athrow
start local 1 start local 2 13: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.Handler io.vertx.core.Handler
StackMap stack:
aload 2
ifnull 15
14: aload 2
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
15: StackMap locals:
StackMap stack:
aload 1
ifnull 17
16: aload 1
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
17: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
5 11 1 endHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
13 18 1 endHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
6 11 2 closeHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
13 18 2 closeHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
2 10 11 any
11 12 11 any
private void unregisterHandlers();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 3
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.binaryHandlerRegistration:Lio/vertx/core/eventbus/MessageConsumer;
astore 1
start local 1 2: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.textHandlerRegistration:Lio/vertx/core/eventbus/MessageConsumer;
astore 2
start local 2 3: aload 0
aconst_null
putfield io.vertx.core.http.impl.WebSocketImplBase.binaryHandlerRegistration:Lio/vertx/core/eventbus/MessageConsumer;
4: aload 0
aconst_null
putfield io.vertx.core.http.impl.WebSocketImplBase.textHandlerRegistration:Lio/vertx/core/eventbus/MessageConsumer;
5: aload 3
monitorexit
6: goto 9
end local 2 end local 1 StackMap locals: io.vertx.core.http.impl.WebSocketImplBase top top io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
7: aload 3
monitorexit
8: athrow
start local 1 start local 2 9: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.eventbus.MessageConsumer io.vertx.core.eventbus.MessageConsumer
StackMap stack:
aload 1
ifnull 11
10: aload 1
invokeinterface io.vertx.core.eventbus.MessageConsumer.unregister:()V
11: StackMap locals:
StackMap stack:
aload 2
ifnull 13
12: aload 2
invokeinterface io.vertx.core.eventbus.MessageConsumer.unregister:()V
13: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
2 7 1 binaryConsumer Lio/vertx/core/eventbus/MessageConsumer;
9 14 1 binaryConsumer Lio/vertx/core/eventbus/MessageConsumer;
3 7 2 textConsumer Lio/vertx/core/eventbus/MessageConsumer;
9 14 2 textConsumer Lio/vertx/core/eventbus/MessageConsumer;
Exception table:
from to target type
1 6 7 any
7 8 7 any
synchronized void setMetric(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0020) 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.WebSocketImplBase.metric:Ljava/lang/Object;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 2 1 metric Ljava/lang/Object;
MethodParameters:
Name Flags
metric
synchronized java.lang.Object getMetric();
descriptor: ()Ljava/lang/Object;
flags: (0x0020) ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.metric:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
public S handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 1
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
3: StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.pending:Lio/vertx/core/streams/impl/InboundBuffer;
aload 1
invokevirtual io.vertx.core.streams.impl.InboundBuffer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
pop
4: aload 0
aload 2
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
7: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 8 1 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)TS;
MethodParameters:
Name Flags
handler
public S endHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 1
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
3: StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.WebSocketImplBase.endHandler:Lio/vertx/core/Handler;
4: aload 0
aload 2
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
7: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 8 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)TS;
MethodParameters:
Name Flags
handler
public S exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 1
ifnull 3
2: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
3: StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack:
aload 0
aload 1
putfield io.vertx.core.http.impl.WebSocketImplBase.exceptionHandler:Lio/vertx/core/Handler;
4: aload 0
aload 2
monitorexit
5: areturn
6: StackMap locals:
StackMap stack: java.lang.Throwable
aload 2
monitorexit
7: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 8 1 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Exception table:
from to target type
1 5 6 any
6 7 6 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)TS;
MethodParameters:
Name Flags
handler
public S closeHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 0
aload 1
putfield io.vertx.core.http.impl.WebSocketImplBase.closeHandler:Lio/vertx/core/Handler;
3: aload 0
aload 2
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.Handler io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
aload 2
monitorexit
6: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 7 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)TS;
MethodParameters:
Name Flags
handler
public S drainHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 0
aload 1
putfield io.vertx.core.http.impl.WebSocketImplBase.drainHandler:Lio/vertx/core/Handler;
3: aload 0
aload 2
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase io.vertx.core.Handler io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
aload 2
monitorexit
6: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 7 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)TS;
MethodParameters:
Name Flags
handler
public S pause();
descriptor: ()Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.isClosed:()Z
ifne 2
1: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.pending:Lio/vertx/core/streams/impl/InboundBuffer;
invokevirtual io.vertx.core.streams.impl.InboundBuffer.pause:()Lio/vertx/core/streams/impl/InboundBuffer;
pop
2: StackMap locals:
StackMap stack:
aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
Signature: ()TS;
public S resume();
descriptor: ()Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
dup
astore 1
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.isClosed:()Z
ifeq 8
2: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.endHandler:Lio/vertx/core/Handler;
astore 2
start local 2 3: aload 0
aconst_null
putfield io.vertx.core.http.impl.WebSocketImplBase.endHandler:Lio/vertx/core/Handler;
4: aload 2
ifnull 9
5: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.getContext:()Lio/vertx/core/impl/ContextInternal;
astore 3
start local 3 6: aload 3
aload 2
invokedynamic handle(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/core/http/impl/WebSocketImplBase.lambda$3(Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.impl.ContextInternal.runOnContext:(Lio/vertx/core/Handler;)V
end local 3 end local 2 7: goto 9
8: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.pending:Lio/vertx/core/streams/impl/InboundBuffer;
invokevirtual io.vertx.core.streams.impl.InboundBuffer.resume:()Z
pop
9: StackMap locals:
StackMap stack:
aload 1
monitorexit
10: goto 13
StackMap locals:
StackMap stack: java.lang.Throwable
11: aload 1
monitorexit
12: athrow
13: StackMap locals:
StackMap stack:
aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
3 7 2 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
6 7 3 ctx Lio/vertx/core/impl/ContextInternal;
Exception table:
from to target type
1 10 11 any
11 12 11 any
Signature: ()TS;
public S fetch();
descriptor: (J)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.isClosed:()Z
ifne 2
1: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.pending:Lio/vertx/core/streams/impl/InboundBuffer;
lload 1
invokevirtual io.vertx.core.streams.impl.InboundBuffer.fetch:(J)Z
pop
2: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 3 1 amount J
Signature: (J)TS;
MethodParameters:
Name Flags
amount
public S setWriteQueueMaxSize();
descriptor: (I)Lio/vertx/core/http/WebSocketBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
dup
astore 2
monitorenter
1: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.checkClosed:()V
2: aload 0
getfield io.vertx.core.http.impl.WebSocketImplBase.conn:Lio/vertx/core/http/impl/Http1xConnectionBase;
iload 1
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.doSetWriteQueueMaxSize:(I)V
3: aload 0
aload 2
monitorexit
4: areturn
5: StackMap locals: io.vertx.core.http.impl.WebSocketImplBase int io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
aload 2
monitorexit
6: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 7 1 maxSize I
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (I)TS;
MethodParameters:
Name Flags
maxSize
public void end();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.close:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
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: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.close:(Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 2 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.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
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.pause:()Lio/vertx/core/http/WebSocketBase;
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.WebSocketImplBase.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
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
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
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.WebSocketImplBase.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
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.WebSocketImplBase.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketBase;
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.WebSocketImplBase.setWriteQueueMaxSize:(I)Lio/vertx/core/http/WebSocketBase;
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
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.resume:()Lio/vertx/core/http/WebSocketBase;
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
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.fetch:(J)Lio/vertx/core/http/WebSocketBase;
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
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
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
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.streams.WriteStream exceptionHandler(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.WebSocketImplBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
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.WebSocketImplBase.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
static int[] $SWITCH_TABLE$io$vertx$core$http$impl$FrameType();
descriptor: ()[I
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=0
0: getstatic io.vertx.core.http.impl.WebSocketImplBase.$SWITCH_TABLE$io$vertx$core$http$impl$FrameType:[I
dup
ifnull 1
areturn
StackMap locals:
StackMap stack: int[]
1: pop
invokestatic io.vertx.core.http.impl.FrameType.values:()[Lio/vertx/core/http/impl/FrameType;
arraylength
newarray 10
astore 0
2: aload 0
getstatic io.vertx.core.http.impl.FrameType.BINARY:Lio/vertx/core/http/impl/FrameType;
invokevirtual io.vertx.core.http.impl.FrameType.ordinal:()I
iconst_3
iastore
3: goto 5
StackMap locals: int[]
StackMap stack: java.lang.NoSuchFieldError
4: pop
StackMap locals:
StackMap stack:
5: aload 0
getstatic io.vertx.core.http.impl.FrameType.CLOSE:Lio/vertx/core/http/impl/FrameType;
invokevirtual io.vertx.core.http.impl.FrameType.ordinal:()I
iconst_4
iastore
6: goto 8
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
7: pop
StackMap locals:
StackMap stack:
8: aload 0
getstatic io.vertx.core.http.impl.FrameType.CONTINUATION:Lio/vertx/core/http/impl/FrameType;
invokevirtual io.vertx.core.http.impl.FrameType.ordinal:()I
iconst_1
iastore
9: goto 11
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
10: pop
StackMap locals:
StackMap stack:
11: aload 0
getstatic io.vertx.core.http.impl.FrameType.PING:Lio/vertx/core/http/impl/FrameType;
invokevirtual io.vertx.core.http.impl.FrameType.ordinal:()I
iconst_5
iastore
12: goto 14
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
13: pop
StackMap locals:
StackMap stack:
14: aload 0
getstatic io.vertx.core.http.impl.FrameType.PONG:Lio/vertx/core/http/impl/FrameType;
invokevirtual io.vertx.core.http.impl.FrameType.ordinal:()I
bipush 6
iastore
15: goto 17
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
16: pop
StackMap locals:
StackMap stack:
17: aload 0
getstatic io.vertx.core.http.impl.FrameType.TEXT:Lio/vertx/core/http/impl/FrameType;
invokevirtual io.vertx.core.http.impl.FrameType.ordinal:()I
iconst_2
iastore
18: goto 20
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
19: pop
StackMap locals:
StackMap stack:
20: aload 0
dup
putstatic io.vertx.core.http.impl.WebSocketImplBase.$SWITCH_TABLE$io$vertx$core$http$impl$FrameType:[I
areturn
LocalVariableTable:
Start End Slot Name Signature
Exception table:
from to target type
2 3 4 Class java.lang.NoSuchFieldError
5 6 7 Class java.lang.NoSuchFieldError
8 9 10 Class java.lang.NoSuchFieldError
11 12 13 Class java.lang.NoSuchFieldError
14 15 16 Class java.lang.NoSuchFieldError
17 18 19 Class java.lang.NoSuchFieldError
private static void lambda$0(io.vertx.core.http.impl.Http1xConnectionBase, java.lang.Void);
descriptor: (Lio/vertx/core/http/impl/Http1xConnectionBase;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=2, args_size=2
start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.doResume:()V
1: return
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 2 1 v Ljava/lang/Void;
private void lambda$1(io.vertx.core.eventbus.Message);
descriptor: (Lio/vertx/core/eventbus/Message;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface io.vertx.core.eventbus.Message.body:()Ljava/lang/Object;
checkcast io.vertx.core.buffer.Buffer
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeBinaryFrameInternal:(Lio/vertx/core/buffer/Buffer;)V
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 1 1 msg Lio/vertx/core/eventbus/Message<Lio/vertx/core/buffer/Buffer;>;
private void lambda$2(io.vertx.core.eventbus.Message);
descriptor: (Lio/vertx/core/eventbus/Message;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface io.vertx.core.eventbus.Message.body:()Ljava/lang/Object;
checkcast java.lang.String
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.writeTextFrameInternal:(Ljava/lang/String;)V
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;
0 1 1 msg Lio/vertx/core/eventbus/Message<Ljava/lang/String;>;
private static void lambda$3(io.vertx.core.Handler, java.lang.Void);
descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
start local 1 0: aload 0
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
return
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 1 1 v Ljava/lang/Void;
}
Signature: <S::Lio/vertx/core/http/WebSocketBase;>Ljava/lang/Object;Lio/vertx/core/http/WebSocketBase;
SourceFile: "WebSocketImplBase.java"
NestMembers:
io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator
InnerClasses:
private FrameAggregator = io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator of io.vertx.core.http.impl.WebSocketImplBase
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles