abstract class io.vertx.core.http.impl.Http1xConnectionBase<S extends io.vertx.core.http.impl.WebSocketImplBase<S>> extends io.vertx.core.net.impl.ConnectionBase implements io.vertx.core.http.HttpConnection
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: io.vertx.core.http.impl.Http1xConnectionBase
super_class: io.vertx.core.net.impl.ConnectionBase
{
protected S webSocket;
descriptor: Lio/vertx/core/http/impl/WebSocketImplBase;
flags: (0x0004) ACC_PROTECTED
Signature: TS;
void <init>(io.vertx.core.impl.ContextInternal, io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial io.vertx.core.net.impl.ConnectionBase.<init>:(Lio/vertx/core/impl/ContextInternal;Lio/netty/channel/ChannelHandlerContext;)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/Http1xConnectionBase<TS;>;
0 2 1 context Lio/vertx/core/impl/ContextInternal;
0 2 2 chctx Lio/netty/channel/ChannelHandlerContext;
MethodParameters:
Name Flags
context
chctx
void handleWsFrame(io.netty.handler.codec.http.websocketx.WebSocketFrame);
descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
dup
astore 3
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http1xConnectionBase.webSocket:Lio/vertx/core/http/impl/WebSocketImplBase;
astore 2
start local 2 2: aload 3
monitorexit
3: goto 6
end local 2 StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase io.netty.handler.codec.http.websocketx.WebSocketFrame top io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
4: aload 3
monitorexit
5: athrow
start local 2 6: StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase io.netty.handler.codec.http.websocketx.WebSocketFrame io.vertx.core.http.impl.WebSocketImplBase
StackMap stack:
aload 2
ifnull 8
7: aload 2
getfield io.vertx.core.http.impl.WebSocketImplBase.context:Lio/vertx/core/impl/ContextInternal;
aload 1
aload 2
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
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.handleFrame(Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)V (5)
(Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)V
invokeinterface io.vertx.core.impl.ContextInternal.execute:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 9 1 msg Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
2 4 2 w Lio/vertx/core/http/impl/WebSocketImplBase<*>;
6 9 2 w Lio/vertx/core/http/impl/WebSocketImplBase<*>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
msg
public io.vertx.core.Future<java.lang.Void> close();
descriptor: ()Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
dup
astore 2
monitorenter
1: aload 0
getfield io.vertx.core.http.impl.Http1xConnectionBase.webSocket:Lio/vertx/core/http/impl/WebSocketImplBase;
astore 1
start local 1 2: aload 2
monitorexit
3: goto 6
end local 1 StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase top io.vertx.core.http.impl.Http1xConnectionBase
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
start local 1 6: StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase io.vertx.core.http.impl.WebSocketImplBase
StackMap stack:
aload 1
ifnonnull 8
7: aload 0
invokespecial io.vertx.core.net.impl.ConnectionBase.close:()Lio/vertx/core/Future;
areturn
8: StackMap locals:
StackMap stack:
aload 1
invokevirtual io.vertx.core.http.impl.WebSocketImplBase.close:()Lio/vertx/core/Future;
pop
9: aload 0
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.closeFuture:()Lio/vertx/core/Future;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
2 4 1 sock TS;
6 10 1 sock TS;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;
public io.vertx.core.http.impl.Http1xConnectionBase closeHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.impl.ConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
checkcast io.vertx.core.http.impl.Http1xConnectionBase
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 1 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/impl/Http1xConnectionBase;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.impl.Http1xConnectionBase exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.net.impl.ConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
checkcast io.vertx.core.http.impl.Http1xConnectionBase
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 1 1 handler Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/impl/Http1xConnectionBase;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpConnection goAway(long, int, io.vertx.core.buffer.Buffer);
descriptor: (JILio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 3 start local 4 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support GOAWAY"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 1 1 errorCode J
0 1 3 lastStreamId I
0 1 4 debugData Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
errorCode
lastStreamId
debugData
public io.vertx.core.http.HttpConnection goAwayHandler(io.vertx.core.Handler<io.vertx.core.http.GoAway>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support GOAWAY"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 1 1 handler Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;)Lio/vertx/core/http/HttpConnection;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpConnection shutdownHandler(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support GOAWAY"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 1 1 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpConnection;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
handler
public void shutdown(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (JLio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 3 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support GOAWAY"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 1 1 timeout J
0 1 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
timeout
handler
public io.vertx.core.Future<java.lang.Void> shutdown(long);
descriptor: (J)Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support GOAWAY"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 1 1 timeoutMs J
Signature: (J)Lio/vertx/core/Future<Ljava/lang/Void;>;
MethodParameters:
Name Flags
timeoutMs
public io.vertx.core.http.Http2Settings settings();
descriptor: ()Lio/vertx/core/http/Http2Settings;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support SETTINGS"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
public io.vertx.core.Future<java.lang.Void> updateSettings(io.vertx.core.http.Http2Settings);
descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support SETTINGS"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 1 1 settings Lio/vertx/core/http/Http2Settings;
Signature: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/Future<Ljava/lang/Void;>;
MethodParameters:
Name Flags
settings
public io.vertx.core.http.HttpConnection updateSettings(io.vertx.core.http.Http2Settings, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support SETTINGS"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)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/Http1xConnectionBase<TS;>;
0 1 1 settings Lio/vertx/core/http/Http2Settings;
0 1 2 completionHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpConnection;
MethodParameters:
Name Flags
settings
completionHandler
public io.vertx.core.http.Http2Settings remoteSettings();
descriptor: ()Lio/vertx/core/http/Http2Settings;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support SETTINGS"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
public io.vertx.core.http.HttpConnection remoteSettingsHandler(io.vertx.core.Handler<io.vertx.core.http.Http2Settings>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support SETTINGS"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 1 1 handler Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;)Lio/vertx/core/http/HttpConnection;
MethodParameters:
Name Flags
handler
public io.vertx.core.http.HttpConnection ping(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>);
descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support PING"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)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/Http1xConnectionBase<TS;>;
0 1 1 data Lio/vertx/core/buffer/Buffer;
0 1 2 pongHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;)Lio/vertx/core/http/HttpConnection;
MethodParameters:
Name Flags
data
pongHandler
public io.vertx.core.http.HttpConnection pingHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support PING"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 1 1 handler Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/HttpConnection;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
io.vertx.codegen.annotations.Nullable()
MethodParameters:
Name Flags
handler
public io.vertx.core.Future<io.vertx.core.buffer.Buffer> ping(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
ldc "HTTP/1.x connections don't support PING"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
0 1 1 data Lio/vertx/core/buffer/Buffer;
Signature: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future<Lio/vertx/core/buffer/Buffer;>;
MethodParameters:
Name Flags
data
protected void reportsBytesWritten(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokestatic io.vertx.core.http.impl.Http1xConnectionBase.sizeOf:(Ljava/lang/Object;)J
lstore 2
start local 2 1: aload 0
lload 2
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.reportBytesWritten:(J)V
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/Http1xConnectionBase<TS;>;
0 3 1 msg Ljava/lang/Object;
1 3 2 size J
MethodParameters:
Name Flags
msg
protected void reportBytesRead(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokestatic io.vertx.core.http.impl.Http1xConnectionBase.sizeOf:(Ljava/lang/Object;)J
lstore 2
start local 2 1: aload 0
lload 2
invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.reportBytesRead:(J)V
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/Http1xConnectionBase<TS;>;
0 3 1 msg Ljava/lang/Object;
1 3 2 size J
MethodParameters:
Name Flags
msg
static long sizeOf(io.netty.handler.codec.http.websocketx.WebSocketFrame);
descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)J
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.handler.codec.http.websocketx.WebSocketFrame.content:()Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
i2l
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 obj Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
MethodParameters:
Name Flags
obj
static long sizeOf(java.lang.Object);
descriptor: (Ljava/lang/Object;)J
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
instanceof io.vertx.core.buffer.Buffer
ifeq 2
1: aload 0
checkcast io.vertx.core.buffer.Buffer
invokeinterface io.vertx.core.buffer.Buffer.length:()I
i2l
lreturn
2: StackMap locals:
StackMap stack:
aload 0
instanceof io.netty.buffer.ByteBuf
ifeq 4
3: aload 0
checkcast io.netty.buffer.ByteBuf
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
i2l
lreturn
4: StackMap locals:
StackMap stack:
aload 0
instanceof io.netty.handler.codec.http.HttpContent
ifeq 6
5: aload 0
checkcast io.netty.handler.codec.http.HttpContent
invokeinterface io.netty.handler.codec.http.HttpContent.content:()Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
i2l
lreturn
6: StackMap locals:
StackMap stack:
aload 0
instanceof io.netty.handler.codec.http.websocketx.WebSocketFrame
ifeq 8
7: aload 0
checkcast io.netty.handler.codec.http.websocketx.WebSocketFrame
invokestatic io.vertx.core.http.impl.Http1xConnectionBase.sizeOf:(Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)J
lreturn
8: StackMap locals:
StackMap stack:
aload 0
instanceof io.netty.channel.FileRegion
ifeq 10
9: aload 0
checkcast io.netty.channel.FileRegion
invokeinterface io.netty.channel.FileRegion.count:()J
lreturn
10: StackMap locals:
StackMap stack:
aload 0
instanceof io.netty.handler.stream.ChunkedFile
ifeq 13
11: aload 0
checkcast io.netty.handler.stream.ChunkedFile
astore 1
start local 1 12: aload 1
invokevirtual io.netty.handler.stream.ChunkedFile.endOffset:()J
aload 1
invokevirtual io.netty.handler.stream.ChunkedFile.startOffset:()J
lsub
lreturn
end local 1 13: StackMap locals:
StackMap stack:
lconst_0
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 obj Ljava/lang/Object;
12 13 1 file Lio/netty/handler/stream/ChunkedFile;
MethodParameters:
Name Flags
obj
public io.vertx.core.http.HttpConnection exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
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.Http1xConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.net.impl.ConnectionBase exceptionHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
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.Http1xConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.http.HttpConnection closeHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
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.Http1xConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.core.net.impl.ConnectionBase closeHandler(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
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.Http1xConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <S:Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;>Lio/vertx/core/net/impl/ConnectionBase;Lio/vertx/core/http/HttpConnection;
SourceFile: "Http1xConnectionBase.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles