final class io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator extends java.lang.Object implements io.netty.channel.MessageSizeEstimator
{
static final io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator INSTANCE;
private static final io.netty.channel.MessageSizeEstimator$Handle HANDLE_INSTANCE;
private void <init>()
{
io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator v;
v := @this: io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public io.netty.channel.MessageSizeEstimator$Handle newHandle()
{
io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator v;
io.netty.channel.MessageSizeEstimator$Handle v;
v := @this: io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator;
v = <io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator: io.netty.channel.MessageSizeEstimator$Handle HANDLE_INSTANCE>;
return v;
}
static void <clinit>()
{
io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator v;
io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator$1 v;
v = new io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator;
specialinvoke v.<io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator: void <init>()>();
<io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator: io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator INSTANCE> = v;
v = new io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator$1;
specialinvoke v.<io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator$1: void <init>()>();
<io.netty.handler.codec.http.AbstractHttp2StreamChannel$FlowControlledFrameSizeEstimator: io.netty.channel.MessageSizeEstimator$Handle HANDLE_INSTANCE> = v;
return;
}
}