public class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder extends java.lang.Object implements io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
{
private final io.netty.handler.codec.http.multipart.HttpDataFactory factory;
private final io.netty.handler.codec.http.HttpRequest request;
private final java.nio.charset.Charset charset;
private boolean isLastChunk;
private final java.util.List bodyListHttpData;
private final java.util.Map bodyMapHttpData;
private io.netty.buffer.ByteBuf undecodedChunk;
private int bodyListHttpDataRank;
private io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus;
private io.netty.handler.codec.http.multipart.Attribute currentAttribute;
private boolean destroyed;
private int discardThreshold;
public void <init>(io.netty.handler.codec.http.HttpRequest)
{
io.netty.handler.codec.http.HttpRequest v;
java.nio.charset.Charset v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
io.netty.handler.codec.http.multipart.DefaultHttpDataFactory v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v := @parameter: io.netty.handler.codec.http.HttpRequest;
v = new io.netty.handler.codec.http.multipart.DefaultHttpDataFactory;
specialinvoke v.<io.netty.handler.codec.http.multipart.DefaultHttpDataFactory: void <init>(long)>(16384L);
v = <io.netty.handler.codec.http.HttpConstants: java.nio.charset.Charset DEFAULT_CHARSET>;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void <init>(io.netty.handler.codec.http.multipart.HttpDataFactory,io.netty.handler.codec.http.HttpRequest,java.nio.charset.Charset)>(v, v, v);
return;
}
public void <init>(io.netty.handler.codec.http.multipart.HttpDataFactory, io.netty.handler.codec.http.HttpRequest)
{
io.netty.handler.codec.http.HttpRequest v;
java.nio.charset.Charset v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
io.netty.handler.codec.http.multipart.HttpDataFactory v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v := @parameter: io.netty.handler.codec.http.multipart.HttpDataFactory;
v := @parameter: io.netty.handler.codec.http.HttpRequest;
v = <io.netty.handler.codec.http.HttpConstants: java.nio.charset.Charset DEFAULT_CHARSET>;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void <init>(io.netty.handler.codec.http.multipart.HttpDataFactory,io.netty.handler.codec.http.HttpRequest,java.nio.charset.Charset)>(v, v, v);
return;
}
public void <init>(io.netty.handler.codec.http.multipart.HttpDataFactory, io.netty.handler.codec.http.HttpRequest, java.nio.charset.Charset)
{
java.lang.Throwable v;
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus v;
io.netty.handler.codec.http.HttpRequest v;
io.netty.handler.codec.http.multipart.CaseIgnoringComparator v;
java.util.ArrayList v;
java.nio.charset.Charset v;
java.util.TreeMap v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
java.lang.Object v, v, v;
io.netty.handler.codec.http.multipart.HttpDataFactory v;
boolean v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v := @parameter: io.netty.handler.codec.http.multipart.HttpDataFactory;
v := @parameter: io.netty.handler.codec.http.HttpRequest;
v := @parameter: java.nio.charset.Charset;
specialinvoke v.<java.lang.Object: void <init>()>();
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.List bodyListHttpData> = v;
v = new java.util.TreeMap;
v = <io.netty.handler.codec.http.multipart.CaseIgnoringComparator: io.netty.handler.codec.http.multipart.CaseIgnoringComparator INSTANCE>;
specialinvoke v.<java.util.TreeMap: void <init>(java.util.Comparator)>(v);
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.Map bodyMapHttpData> = v;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus NOTSTARTED>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: int discardThreshold> = 10485760;
v = staticinvoke <io.netty.util.internal.ObjectUtil: java.lang.Object checkNotNull(java.lang.Object,java.lang.String)>(v, "request");
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.HttpRequest request> = v;
v = staticinvoke <io.netty.util.internal.ObjectUtil: java.lang.Object checkNotNull(java.lang.Object,java.lang.String)>(v, "charset");
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.nio.charset.Charset charset> = v;
v = staticinvoke <io.netty.util.internal.ObjectUtil: java.lang.Object checkNotNull(java.lang.Object,java.lang.String)>(v, "factory");
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpDataFactory factory> = v;
label:
v = v instanceof io.netty.handler.codec.http.HttpContent;
if v == 0 goto label;
virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder offer(io.netty.handler.codec.http.HttpContent)>(v);
goto label;
label:
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void parseBody()>();
label:
goto label;
label:
v := @caughtexception;
virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void destroy()>();
staticinvoke <io.netty.util.internal.PlatformDependent: void throwException(java.lang.Throwable)>(v);
label:
return;
catch java.lang.Throwable from label to label with label;
}
private void checkDestroyed()
{
java.lang.IllegalStateException v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
java.lang.Class v;
java.lang.String v, v;
boolean v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: boolean destroyed>;
if v == 0 goto label;
v = new java.lang.IllegalStateException;
v = class "Lio/netty/handler/codec/http/multipart/HttpPostStandardRequestDecoder;";
v = virtualinvoke v.<java.lang.Class: java.lang.String getSimpleName()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u was destroyed already");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
return;
}
public boolean isMultipart()
{
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void checkDestroyed()>();
return 0;
}
public void setDiscardThreshold(int)
{
int v, v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v := @parameter: int;
v = staticinvoke <io.netty.util.internal.ObjectUtil: int checkPositiveOrZero(int,java.lang.String)>(v, "discardThreshold");
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: int discardThreshold> = v;
return;
}
public int getDiscardThreshold()
{
int v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: int discardThreshold>;
return v;
}
public java.util.List getBodyHttpDatas()
{
java.util.List v;
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
boolean v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void checkDestroyed()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: boolean isLastChunk>;
if v != 0 goto label;
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException: void <init>()>();
throw v;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.List bodyListHttpData>;
return v;
}
public java.util.List getBodyHttpDatas(java.lang.String)
{
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
java.util.Map v;
java.lang.Object v;
java.lang.String v;
boolean v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v := @parameter: java.lang.String;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void checkDestroyed()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: boolean isLastChunk>;
if v != 0 goto label;
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException: void <init>()>();
throw v;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.Map bodyMapHttpData>;
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
return v;
}
public io.netty.handler.codec.http.multipart.InterfaceHttpData getBodyHttpData(java.lang.String)
{
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
java.util.Map v;
java.lang.Object v, v;
java.lang.String v;
boolean v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v := @parameter: java.lang.String;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void checkDestroyed()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: boolean isLastChunk>;
if v != 0 goto label;
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$NotEnoughDataDecoderException: void <init>()>();
throw v;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.Map bodyMapHttpData>;
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
if v == null goto label;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(0);
return v;
label:
return null;
}
public io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder offer(io.netty.handler.codec.http.HttpContent)
{
io.netty.buffer.ByteBufAllocator v, v;
io.netty.buffer.ByteBuf v, v, v, v, v, v, v, v, v, v, v, v, v, v;
int v, v, v, v, v;
boolean v;
io.netty.handler.codec.http.HttpContent v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v := @parameter: io.netty.handler.codec.http.HttpContent;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void checkDestroyed()>();
v = v instanceof io.netty.handler.codec.http.LastHttpContent;
if v == 0 goto label;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: boolean isLastChunk> = 1;
label:
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpContent: io.netty.buffer.ByteBuf content()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
if v != null goto label;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBufAllocator alloc()>();
v = virtualinvoke v.<io.netty.buffer.ByteBuf: int readableBytes()>();
v = interfaceinvoke v.<io.netty.buffer.ByteBufAllocator: io.netty.buffer.ByteBuf buffer(int)>(v);
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf)>(v);
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk> = v;
goto label;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf)>(v);
label:
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void parseBody()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
if v == null goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: int writerIndex()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: int discardThreshold>;
if v <= v goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: int refCnt()>();
if v != 1 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf discardReadBytes()>();
goto label;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBufAllocator alloc()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: int readableBytes()>();
v = interfaceinvoke v.<io.netty.buffer.ByteBufAllocator: io.netty.buffer.ByteBuf buffer(int)>(v);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf)>(v);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: boolean release()>();
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk> = v;
label:
return v;
}
public boolean hasNext()
{
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus v, v;
java.util.List v, v, v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
int v, v, v, v;
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$EndOfDataDecoderException v;
boolean v, v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void checkDestroyed()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus>;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus EPILOGUE>;
if v != v goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: int bodyListHttpDataRank>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.List bodyListHttpData>;
v = interfaceinvoke v.<java.util.List: int size()>();
if v < v goto label;
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$EndOfDataDecoderException;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$EndOfDataDecoderException: void <init>()>();
throw v;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.List bodyListHttpData>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: int bodyListHttpDataRank>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.List bodyListHttpData>;
v = interfaceinvoke v.<java.util.List: int size()>();
if v >= v goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public io.netty.handler.codec.http.multipart.InterfaceHttpData next()
{
java.util.List v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
int v, v;
java.lang.Object v;
boolean v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void checkDestroyed()>();
v = virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: boolean hasNext()>();
if v == 0 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.List bodyListHttpData>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: int bodyListHttpDataRank>;
v = v + 1;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: int bodyListHttpDataRank> = v;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
return v;
label:
return null;
}
public io.netty.handler.codec.http.multipart.InterfaceHttpData currentPartialHttpData()
{
io.netty.handler.codec.http.multipart.Attribute v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
return v;
}
private void parseBody()
{
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus v, v, v, v, v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
boolean v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus>;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus PREEPILOGUE>;
if v == v goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus>;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus EPILOGUE>;
if v != v goto label;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: boolean isLastChunk>;
if v == 0 goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus EPILOGUE>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
label:
return;
label:
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void parseBodyAttributes()>();
return;
}
protected void addHttpData(io.netty.handler.codec.http.multipart.InterfaceHttpData)
{
io.netty.handler.codec.http.multipart.InterfaceHttpData v;
java.util.ArrayList v;
java.util.List v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
java.util.Map v, v;
java.lang.Object v;
java.lang.String v, v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v := @parameter: io.netty.handler.codec.http.multipart.InterfaceHttpData;
if v != null goto label;
return;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.Map bodyMapHttpData>;
v = interfaceinvoke v.<io.netty.handler.codec.http.multipart.InterfaceHttpData: java.lang.String getName()>();
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>(int)>(1);
v = v;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.Map bodyMapHttpData>;
v = interfaceinvoke v.<io.netty.handler.codec.http.multipart.InterfaceHttpData: java.lang.String getName()>();
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
label:
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.List bodyListHttpData>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
return;
}
private void parseBodyAttributesStandard()
{
io.netty.handler.codec.http.HttpRequest v, v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
java.lang.String v, v, v, v;
java.io.IOException v;
int[] v;
io.netty.handler.codec.http.multipart.HttpDataFactory v, v;
boolean v, v, v, v, v, v;
io.netty.handler.codec.http.multipart.Attribute v, v, v, v, v, v, v, v;
io.netty.buffer.ByteBuf v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.nio.charset.Charset v, v, v, v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus v, v, v, v, v, v, v, v, v, v, v, v;
char v, v;
java.lang.IllegalArgumentException v;
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException v, v, v, v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: int readerIndex()>();
v = v;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus>;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus NOTSTARTED>;
if v != v goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus DISPOSITION>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
label:
v = 1;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: boolean isReadable()>();
if v == 0 goto label;
if v == 0 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: short readUnsignedByte()>();
v = v + 1;
v = <io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$1: int[] $SwitchMap$io$netty$handler$codec$http$multipart$HttpPostRequestDecoder$MultiPartStatus>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus>;
v = virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: int ordinal()>();
v = v[v];
lookupswitch(v)
{
case 1: goto label;
case 2: goto label;
default: goto label;
};
label:
if v != 61 goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus FIELD>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
v = v - 1;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.nio.charset.Charset charset>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: java.lang.String toString(int,int,java.nio.charset.Charset)>(v, v, v);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.nio.charset.Charset charset>;
v = staticinvoke <io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.lang.String decodeAttribute(java.lang.String,java.nio.charset.Charset)>(v, v);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpDataFactory factory>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.HttpRequest request>;
v = interfaceinvoke v.<io.netty.handler.codec.http.multipart.HttpDataFactory: io.netty.handler.codec.http.multipart.Attribute createAttribute(io.netty.handler.codec.http.HttpRequest,java.lang.String)>(v, v);
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute> = v;
v = v;
goto label;
label:
if v != 38 goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus DISPOSITION>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
v = v - 1;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.nio.charset.Charset charset>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: java.lang.String toString(int,int,java.nio.charset.Charset)>(v, v, v);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.nio.charset.Charset charset>;
v = staticinvoke <io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.lang.String decodeAttribute(java.lang.String,java.nio.charset.Charset)>(v, v);
v = virtualinvoke v.<java.lang.String: boolean isEmpty()>();
if v != 0 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpDataFactory factory>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.HttpRequest request>;
v = interfaceinvoke v.<io.netty.handler.codec.http.multipart.HttpDataFactory: io.netty.handler.codec.http.multipart.Attribute createAttribute(io.netty.handler.codec.http.HttpRequest,java.lang.String)>(v, v);
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute> = v;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
interfaceinvoke v.<io.netty.handler.codec.http.multipart.Attribute: void setValue(java.lang.String)>("");
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void addHttpData(io.netty.handler.codec.http.multipart.InterfaceHttpData)>(v);
label:
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute> = null;
v = v;
v = 1;
goto label;
label:
if v != 38 goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus DISPOSITION>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
v = v - 1;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf retainedSlice(int,int)>(v, v);
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void setFinalBuffer(io.netty.buffer.ByteBuf)>(v);
v = v;
v = 1;
goto label;
label:
if v != 13 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: boolean isReadable()>();
if v == 0 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: short readUnsignedByte()>();
v = v + 1;
if v != 10 goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus PREEPILOGUE>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
v = v - 2;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf retainedSlice(int,int)>(v, v);
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void setFinalBuffer(io.netty.buffer.ByteBuf)>(v);
v = v;
v = 0;
goto label;
label:
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException: void <init>(java.lang.String)>("Bad end of line");
throw v;
label:
v = v - 1;
goto label;
label:
if v != 10 goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus PREEPILOGUE>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
v = v - 1;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf retainedSlice(int,int)>(v, v);
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void setFinalBuffer(io.netty.buffer.ByteBuf)>(v);
v = v;
v = 0;
goto label;
label:
v = 0;
goto label;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: boolean isLastChunk>;
if v == 0 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
if v == null goto label;
if v <= v goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf retainedSlice(int,int)>(v, v);
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void setFinalBuffer(io.netty.buffer.ByteBuf)>(v);
goto label;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
v = interfaceinvoke v.<io.netty.handler.codec.http.multipart.Attribute: boolean isCompleted()>();
if v != 0 goto label;
v = <io.netty.buffer.Unpooled: io.netty.buffer.ByteBuf EMPTY_BUFFER>;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void setFinalBuffer(io.netty.buffer.ByteBuf)>(v);
label:
v = v;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus EPILOGUE>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
goto label;
label:
if v == 0 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
if v == null goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus>;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus FIELD>;
if v != v goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf retainedSlice(int,int)>(v, v);
interfaceinvoke v.<io.netty.handler.codec.http.multipart.Attribute: void addContent(io.netty.buffer.ByteBuf,boolean)>(v, 0);
v = v;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf readerIndex(int)>(v);
label:
goto label;
label:
v := @caughtexception;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf readerIndex(int)>(v);
throw v;
label:
v := @caughtexception;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf readerIndex(int)>(v);
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException: void <init>(java.lang.Throwable)>(v);
throw v;
label:
v := @caughtexception;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf readerIndex(int)>(v);
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException: void <init>(java.lang.Throwable)>(v);
throw v;
label:
return;
catch io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException from label to label with label;
catch java.io.IOException from label to label with label;
catch java.lang.IllegalArgumentException from label to label with label;
}
private void parseBodyAttributes()
{
byte[] v, v;
byte v, v;
io.netty.handler.codec.http.HttpRequest v, v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
java.lang.String v, v, v, v;
java.io.IOException v;
int[] v;
io.netty.handler.codec.http.multipart.HttpDataFactory v, v;
boolean v, v, v, v, v;
io.netty.handler.codec.http.multipart.Attribute v, v, v, v, v, v, v, v;
io.netty.buffer.ByteBuf v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.nio.charset.Charset v, v, v, v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus v, v, v, v, v, v, v, v, v, v, v, v;
char v, v;
java.lang.IllegalArgumentException v;
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException v, v, v, v;
io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
if v != null goto label;
return;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: boolean hasArray()>();
if v != 0 goto label;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void parseBodyAttributesStandard()>();
return;
label:
v = new io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: void <init>(io.netty.buffer.ByteBuf)>(v);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: int readerIndex()>();
v = v;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus>;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus NOTSTARTED>;
if v != v goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus DISPOSITION>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
label:
v = 1;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: int pos>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: int limit>;
if v >= v goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: byte[] bytes>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: int pos>;
v = v + 1;
v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: int pos> = v;
v = v[v];
v = v + 1;
v = <io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$1: int[] $SwitchMap$io$netty$handler$codec$http$multipart$HttpPostRequestDecoder$MultiPartStatus>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus>;
v = virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: int ordinal()>();
v = v[v];
lookupswitch(v)
{
case 1: goto label;
case 2: goto label;
default: goto label;
};
label:
if v != 61 goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus FIELD>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
v = v - 1;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.nio.charset.Charset charset>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: java.lang.String toString(int,int,java.nio.charset.Charset)>(v, v, v);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.nio.charset.Charset charset>;
v = staticinvoke <io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.lang.String decodeAttribute(java.lang.String,java.nio.charset.Charset)>(v, v);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpDataFactory factory>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.HttpRequest request>;
v = interfaceinvoke v.<io.netty.handler.codec.http.multipart.HttpDataFactory: io.netty.handler.codec.http.multipart.Attribute createAttribute(io.netty.handler.codec.http.HttpRequest,java.lang.String)>(v, v);
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute> = v;
v = v;
goto label;
label:
if v != 38 goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus DISPOSITION>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
v = v - 1;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.nio.charset.Charset charset>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: java.lang.String toString(int,int,java.nio.charset.Charset)>(v, v, v);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.nio.charset.Charset charset>;
v = staticinvoke <io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.lang.String decodeAttribute(java.lang.String,java.nio.charset.Charset)>(v, v);
v = virtualinvoke v.<java.lang.String: boolean isEmpty()>();
if v != 0 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpDataFactory factory>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.HttpRequest request>;
v = interfaceinvoke v.<io.netty.handler.codec.http.multipart.HttpDataFactory: io.netty.handler.codec.http.multipart.Attribute createAttribute(io.netty.handler.codec.http.HttpRequest,java.lang.String)>(v, v);
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute> = v;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
interfaceinvoke v.<io.netty.handler.codec.http.multipart.Attribute: void setValue(java.lang.String)>("");
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void addHttpData(io.netty.handler.codec.http.multipart.InterfaceHttpData)>(v);
label:
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute> = null;
v = v;
v = 1;
goto label;
label:
if v != 38 goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus DISPOSITION>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
v = v - 1;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf retainedSlice(int,int)>(v, v);
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void setFinalBuffer(io.netty.buffer.ByteBuf)>(v);
v = v;
v = 1;
goto label;
label:
if v != 13 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: int pos>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: int limit>;
if v >= v goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: byte[] bytes>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: int pos>;
v = v + 1;
v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: int pos> = v;
v = v[v];
v = v + 1;
if v != 10 goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus PREEPILOGUE>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
v = v - 2;
virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: void setReadPosition(int)>(0);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf retainedSlice(int,int)>(v, v);
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void setFinalBuffer(io.netty.buffer.ByteBuf)>(v);
v = v;
v = 0;
goto label;
label:
virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: void setReadPosition(int)>(0);
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException: void <init>(java.lang.String)>("Bad end of line");
throw v;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: int limit>;
if v <= 0 goto label;
v = v - 1;
goto label;
label:
if v != 10 goto label;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus PREEPILOGUE>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
v = v - 1;
virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: void setReadPosition(int)>(0);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf retainedSlice(int,int)>(v, v);
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void setFinalBuffer(io.netty.buffer.ByteBuf)>(v);
v = v;
v = 0;
goto label;
label:
virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$SeekAheadOptimize: void setReadPosition(int)>(0);
v = 0;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: boolean isLastChunk>;
if v == 0 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
if v == null goto label;
if v <= v goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf retainedSlice(int,int)>(v, v);
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void setFinalBuffer(io.netty.buffer.ByteBuf)>(v);
goto label;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
v = interfaceinvoke v.<io.netty.handler.codec.http.multipart.Attribute: boolean isCompleted()>();
if v != 0 goto label;
v = <io.netty.buffer.Unpooled: io.netty.buffer.ByteBuf EMPTY_BUFFER>;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void setFinalBuffer(io.netty.buffer.ByteBuf)>(v);
label:
v = v;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus EPILOGUE>;
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus> = v;
goto label;
label:
if v == 0 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
if v == null goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus currentStatus>;
v = <io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus: io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$MultiPartStatus FIELD>;
if v != v goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = v - v;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf retainedSlice(int,int)>(v, v);
interfaceinvoke v.<io.netty.handler.codec.http.multipart.Attribute: void addContent(io.netty.buffer.ByteBuf,boolean)>(v, 0);
v = v;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf readerIndex(int)>(v);
label:
goto label;
label:
v := @caughtexception;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf readerIndex(int)>(v);
throw v;
label:
v := @caughtexception;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf readerIndex(int)>(v);
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException: void <init>(java.lang.Throwable)>(v);
throw v;
label:
v := @caughtexception;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf readerIndex(int)>(v);
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException: void <init>(java.lang.Throwable)>(v);
throw v;
label:
return;
catch io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException from label to label with label;
catch java.io.IOException from label to label with label;
catch java.lang.IllegalArgumentException from label to label with label;
}
private void setFinalBuffer(io.netty.buffer.ByteBuf) throws java.io.IOException
{
io.netty.handler.codec.http.multipart.Attribute v, v, v, v;
io.netty.buffer.ByteBuf v, v, v;
java.nio.charset.Charset v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v := @parameter: io.netty.buffer.ByteBuf;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
interfaceinvoke v.<io.netty.handler.codec.http.multipart.Attribute: void addContent(io.netty.buffer.ByteBuf,boolean)>(v, 1);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
v = interfaceinvoke v.<io.netty.handler.codec.http.multipart.Attribute: io.netty.buffer.ByteBuf getByteBuf()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.nio.charset.Charset charset>;
v = staticinvoke <io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf decodeAttribute(io.netty.buffer.ByteBuf,java.nio.charset.Charset)>(v, v);
if v == null goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
interfaceinvoke v.<io.netty.handler.codec.http.multipart.Attribute: void setContent(io.netty.buffer.ByteBuf)>(v);
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute>;
virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void addHttpData(io.netty.handler.codec.http.multipart.InterfaceHttpData)>(v);
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.Attribute currentAttribute> = null;
return;
}
private static java.lang.String decodeAttribute(java.lang.String, java.nio.charset.Charset)
{
java.nio.charset.Charset v;
java.lang.String v, v, v;
java.lang.IllegalArgumentException v;
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException v;
v := @parameter: java.lang.String;
v := @parameter: java.nio.charset.Charset;
label:
v = staticinvoke <io.netty.handler.codec.http.QueryStringDecoder: java.lang.String decodeComponent(java.lang.String,java.nio.charset.Charset)>(v, v);
label:
return v;
label:
v := @caughtexception;
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Bad string: \'\u0001\'");
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
throw v;
catch java.lang.IllegalArgumentException from label to label with label;
}
private static io.netty.buffer.ByteBuf decodeAttribute(io.netty.buffer.ByteBuf, java.nio.charset.Charset)
{
java.lang.Object[] v;
io.netty.buffer.ByteBufAllocator v;
java.lang.Integer v;
io.netty.buffer.ByteBuf v, v;
java.nio.charset.Charset v;
int v, v, v, v, v, v, v, v, v, v;
java.lang.String v, v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$UrlEncodedDetector v;
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$UrlDecoder v;
v := @parameter: io.netty.buffer.ByteBuf;
v := @parameter: java.nio.charset.Charset;
v = new io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$UrlEncodedDetector;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$UrlEncodedDetector: void <init>()>();
v = virtualinvoke v.<io.netty.buffer.ByteBuf: int forEachByte(io.netty.util.ByteProcessor)>(v);
v = (int) -1;
if v != v goto label;
return null;
label:
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBufAllocator alloc()>();
v = virtualinvoke v.<io.netty.buffer.ByteBuf: int readableBytes()>();
v = interfaceinvoke v.<io.netty.buffer.ByteBufAllocator: io.netty.buffer.ByteBuf buffer(int)>(v);
v = new io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$UrlDecoder;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$UrlDecoder: void <init>(io.netty.buffer.ByteBuf)>(v);
v = virtualinvoke v.<io.netty.buffer.ByteBuf: int forEachByte(io.netty.util.ByteProcessor)>(v);
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$UrlDecoder: int nextEscapedIdx>;
if v == 0 goto label;
v = (int) -1;
if v != v goto label;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: int readableBytes()>();
v = v - 1;
label:
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder$UrlDecoder: int nextEscapedIdx>;
v = v - 1;
v = v - v;
virtualinvoke v.<io.netty.buffer.ByteBuf: boolean release()>();
v = new io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException;
v = newarray (java.lang.Object)[2];
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[0] = v;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: java.lang.String toString(java.nio.charset.Charset)>(v);
v[1] = v;
v = staticinvoke <java.lang.String: java.lang.String format(java.lang.String,java.lang.Object[])>("Invalid hex byte at index \'%d\' in string: \'%s\'", v);
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostRequestDecoder$ErrorDataDecoderException: void <init>(java.lang.String)>(v);
throw v;
label:
return v;
}
public void destroy()
{
java.util.Iterator v;
java.util.List v;
io.netty.buffer.ByteBuf v, v, v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
int v, v;
java.lang.Object v;
boolean v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
virtualinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void cleanFiles()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: java.util.List bodyListHttpData>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = interfaceinvoke v.<io.netty.handler.codec.http.multipart.InterfaceHttpData: int refCnt()>();
if v <= 0 goto label;
interfaceinvoke v.<io.netty.handler.codec.http.multipart.InterfaceHttpData: boolean release()>();
goto label;
label:
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: boolean destroyed> = 1;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
if v == null goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: int refCnt()>();
if v <= 0 goto label;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk>;
virtualinvoke v.<io.netty.buffer.ByteBuf: boolean release()>();
v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.buffer.ByteBuf undecodedChunk> = null;
label:
return;
}
public void cleanFiles()
{
io.netty.handler.codec.http.HttpRequest v;
io.netty.handler.codec.http.multipart.HttpDataFactory v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void checkDestroyed()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpDataFactory factory>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.HttpRequest request>;
interfaceinvoke v.<io.netty.handler.codec.http.multipart.HttpDataFactory: void cleanRequestHttpData(io.netty.handler.codec.http.HttpRequest)>(v);
return;
}
public void removeHttpDataFromClean(io.netty.handler.codec.http.multipart.InterfaceHttpData)
{
io.netty.handler.codec.http.HttpRequest v;
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder v;
io.netty.handler.codec.http.multipart.HttpDataFactory v;
io.netty.handler.codec.http.multipart.InterfaceHttpData v;
v := @this: io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder;
v := @parameter: io.netty.handler.codec.http.multipart.InterfaceHttpData;
specialinvoke v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: void checkDestroyed()>();
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.multipart.HttpDataFactory factory>;
v = v.<io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder: io.netty.handler.codec.http.HttpRequest request>;
interfaceinvoke v.<io.netty.handler.codec.http.multipart.HttpDataFactory: void removeHttpDataFromClean(io.netty.handler.codec.http.HttpRequest,io.netty.handler.codec.http.multipart.InterfaceHttpData)>(v, v);
return;
}
}