public abstract class io.netty.handler.codec.http.HttpContentDecoder extends io.netty.handler.codec.MessageToMessageDecoder
{
static final java.lang.String IDENTITY;
protected io.netty.channel.ChannelHandlerContext ctx;
private io.netty.channel.embedded.EmbeddedChannel decoder;
private boolean continueResponse;
private boolean needRead;
public void <init>()
{
io.netty.handler.codec.http.HttpContentDecoder v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
specialinvoke v.<io.netty.handler.codec.MessageToMessageDecoder: void <init>()>();
v.<io.netty.handler.codec.http.HttpContentDecoder: boolean needRead> = 1;
return;
}
protected void decode(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpObject, java.util.List) throws java.lang.Exception
{
io.netty.handler.codec.http.HttpHeaders v, v, v;
io.netty.handler.codec.http.HttpMessage v;
io.netty.util.AsciiString v, v, v, v, v, v, v, v, v;
io.netty.handler.codec.http.HttpObject v;
io.netty.handler.codec.http.DefaultHttpRequest v;
io.netty.handler.codec.CodecException v;
boolean v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
io.netty.handler.codec.http.HttpResponseStatus v, v;
io.netty.handler.codec.DecoderResult v;
java.util.List v;
io.netty.handler.codec.http.DefaultHttpResponse v;
io.netty.handler.codec.http.DefaultHttpMessage v;
java.lang.Throwable v;
io.netty.handler.codec.http.HttpVersion v, v;
io.netty.channel.ChannelHandlerContext v;
io.netty.handler.codec.http.HttpContentDecoder v;
int v, v, v;
java.lang.String v, v, v, v, v, v, v, v;
io.netty.handler.codec.http.HttpContent v;
io.netty.channel.embedded.EmbeddedChannel v, v, v;
io.netty.handler.codec.http.HttpMethod v;
java.lang.Class v;
java.lang.Object v, v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v := @parameter: io.netty.channel.ChannelHandlerContext;
v := @parameter: io.netty.handler.codec.http.HttpObject;
v := @parameter: java.util.List;
label:
v = v instanceof io.netty.handler.codec.http.HttpResponse;
if v == 0 goto label;
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpResponse: io.netty.handler.codec.http.HttpResponseStatus status()>();
v = virtualinvoke v.<io.netty.handler.codec.http.HttpResponseStatus: int code()>();
if v != 100 goto label;
v = v instanceof io.netty.handler.codec.http.LastHttpContent;
if v != 0 goto label;
v.<io.netty.handler.codec.http.HttpContentDecoder: boolean continueResponse> = 1;
label:
v = staticinvoke <io.netty.util.ReferenceCountUtil: java.lang.Object retain(java.lang.Object)>(v);
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
label:
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
v.<io.netty.handler.codec.http.HttpContentDecoder: boolean needRead> = v;
return;
label:
v = v.<io.netty.handler.codec.http.HttpContentDecoder: boolean continueResponse>;
if v == 0 goto label;
v = v instanceof io.netty.handler.codec.http.LastHttpContent;
if v == 0 goto label;
v.<io.netty.handler.codec.http.HttpContentDecoder: boolean continueResponse> = 0;
label:
v = staticinvoke <io.netty.util.ReferenceCountUtil: java.lang.Object retain(java.lang.Object)>(v);
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
label:
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
v.<io.netty.handler.codec.http.HttpContentDecoder: boolean needRead> = v;
return;
label:
v = v instanceof io.netty.handler.codec.http.HttpMessage;
if v == 0 goto label;
specialinvoke v.<io.netty.handler.codec.http.HttpContentDecoder: void cleanup()>();
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpMessage: io.netty.handler.codec.http.HttpHeaders headers()>();
v = <io.netty.handler.codec.http.HttpHeaderNames: io.netty.util.AsciiString CONTENT_ENCODING>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpHeaders: java.lang.String get(java.lang.CharSequence)>(v);
if v == null goto label;
v = virtualinvoke v.<java.lang.String: java.lang.String trim()>();
goto label;
label:
v = <io.netty.handler.codec.http.HttpHeaderNames: io.netty.util.AsciiString TRANSFER_ENCODING>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpHeaders: java.lang.String get(java.lang.CharSequence)>(v);
if v == null goto label;
v = virtualinvoke v.<java.lang.String: int indexOf(java.lang.String)>(",");
v = (int) -1;
if v == v goto label;
v = virtualinvoke v.<java.lang.String: java.lang.String substring(int,int)>(0, v);
v = virtualinvoke v.<java.lang.String: java.lang.String trim()>();
goto label;
label:
v = virtualinvoke v.<java.lang.String: java.lang.String trim()>();
goto label;
label:
v = <io.netty.handler.codec.http.HttpContentDecoder: java.lang.String IDENTITY>;
label:
v = virtualinvoke v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.embedded.EmbeddedChannel newContentDecoder(java.lang.String)>(v);
v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.embedded.EmbeddedChannel decoder> = v;
v = v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.embedded.EmbeddedChannel decoder>;
if v != null goto label;
v = v instanceof io.netty.handler.codec.http.HttpContent;
if v == 0 goto label;
interfaceinvoke v.<io.netty.handler.codec.http.HttpContent: io.netty.handler.codec.http.HttpContent retain()>();
label:
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
label:
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
v.<io.netty.handler.codec.http.HttpContentDecoder: boolean needRead> = v;
return;
label:
v = <io.netty.handler.codec.http.HttpHeaderNames: io.netty.util.AsciiString CONTENT_LENGTH>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpHeaders: boolean contains(java.lang.CharSequence)>(v);
if v == 0 goto label;
v = <io.netty.handler.codec.http.HttpHeaderNames: io.netty.util.AsciiString CONTENT_LENGTH>;
virtualinvoke v.<io.netty.handler.codec.http.HttpHeaders: io.netty.handler.codec.http.HttpHeaders remove(java.lang.CharSequence)>(v);
v = <io.netty.handler.codec.http.HttpHeaderNames: io.netty.util.AsciiString TRANSFER_ENCODING>;
v = <io.netty.handler.codec.http.HttpHeaderValues: io.netty.util.AsciiString CHUNKED>;
virtualinvoke v.<io.netty.handler.codec.http.HttpHeaders: io.netty.handler.codec.http.HttpHeaders set(java.lang.CharSequence,java.lang.Object)>(v, v);
label:
v = virtualinvoke v.<io.netty.handler.codec.http.HttpContentDecoder: java.lang.String getTargetContentEncoding(java.lang.String)>(v);
v = <io.netty.handler.codec.http.HttpHeaderValues: io.netty.util.AsciiString IDENTITY>;
v = virtualinvoke v.<io.netty.util.AsciiString: boolean contentEquals(java.lang.CharSequence)>(v);
if v == 0 goto label;
v = <io.netty.handler.codec.http.HttpHeaderNames: io.netty.util.AsciiString CONTENT_ENCODING>;
virtualinvoke v.<io.netty.handler.codec.http.HttpHeaders: io.netty.handler.codec.http.HttpHeaders remove(java.lang.CharSequence)>(v);
goto label;
label:
v = <io.netty.handler.codec.http.HttpHeaderNames: io.netty.util.AsciiString CONTENT_ENCODING>;
virtualinvoke v.<io.netty.handler.codec.http.HttpHeaders: io.netty.handler.codec.http.HttpHeaders set(java.lang.CharSequence,java.lang.Object)>(v, v);
label:
v = v instanceof io.netty.handler.codec.http.HttpContent;
if v == 0 goto label;
v = v instanceof io.netty.handler.codec.http.HttpRequest;
if v == 0 goto label;
v = new io.netty.handler.codec.http.DefaultHttpRequest;
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpRequest: io.netty.handler.codec.http.HttpVersion protocolVersion()>();
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpRequest: io.netty.handler.codec.http.HttpMethod method()>();
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpRequest: java.lang.String uri()>();
specialinvoke v.<io.netty.handler.codec.http.DefaultHttpRequest: void <init>(io.netty.handler.codec.http.HttpVersion,io.netty.handler.codec.http.HttpMethod,java.lang.String)>(v, v, v);
v = v;
goto label;
label:
v = v instanceof io.netty.handler.codec.http.HttpResponse;
if v == 0 goto label;
v = new io.netty.handler.codec.http.DefaultHttpResponse;
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpResponse: io.netty.handler.codec.http.HttpVersion protocolVersion()>();
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpResponse: io.netty.handler.codec.http.HttpResponseStatus status()>();
specialinvoke v.<io.netty.handler.codec.http.DefaultHttpResponse: void <init>(io.netty.handler.codec.http.HttpVersion,io.netty.handler.codec.http.HttpResponseStatus)>(v, v);
v = v;
goto label;
label:
v = new io.netty.handler.codec.CodecException;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
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[])>("Object of class \u is not an HttpRequest or HttpResponse");
specialinvoke v.<io.netty.handler.codec.CodecException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpMessage: io.netty.handler.codec.http.HttpHeaders headers()>();
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpMessage: io.netty.handler.codec.http.HttpHeaders headers()>();
virtualinvoke v.<io.netty.handler.codec.http.HttpHeaders: io.netty.handler.codec.http.HttpHeaders set(io.netty.handler.codec.http.HttpHeaders)>(v);
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpMessage: io.netty.handler.codec.DecoderResult decoderResult()>();
interfaceinvoke v.<io.netty.handler.codec.http.HttpMessage: void setDecoderResult(io.netty.handler.codec.DecoderResult)>(v);
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
label:
v = v instanceof io.netty.handler.codec.http.HttpContent;
if v == 0 goto label;
v = v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.embedded.EmbeddedChannel decoder>;
if v != null goto label;
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpContent: io.netty.handler.codec.http.HttpContent retain()>();
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
specialinvoke v.<io.netty.handler.codec.http.HttpContentDecoder: void decodeContent(io.netty.handler.codec.http.HttpContent,java.util.List)>(v, v);
label:
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
v.<io.netty.handler.codec.http.HttpContentDecoder: boolean needRead> = v;
goto label;
label:
v := @caughtexception;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
v.<io.netty.handler.codec.http.HttpContentDecoder: boolean needRead> = v;
throw v;
label:
return;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
private void decodeContent(io.netty.handler.codec.http.HttpContent, java.util.List)
{
io.netty.handler.codec.http.HttpContent v;
io.netty.handler.codec.http.HttpHeaders v;
io.netty.handler.codec.http.LastHttpContent v;
io.netty.handler.codec.http.HttpContentDecoder v;
io.netty.handler.codec.DecoderResult v;
java.util.List v;
io.netty.buffer.ByteBuf v;
io.netty.handler.codec.http.ComposedLastHttpContent v;
boolean v, v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v := @parameter: io.netty.handler.codec.http.HttpContent;
v := @parameter: java.util.List;
v = interfaceinvoke v.<io.netty.handler.codec.http.HttpContent: io.netty.buffer.ByteBuf content()>();
specialinvoke v.<io.netty.handler.codec.http.HttpContentDecoder: void decode(io.netty.buffer.ByteBuf,java.util.List)>(v, v);
v = v instanceof io.netty.handler.codec.http.LastHttpContent;
if v == 0 goto label;
specialinvoke v.<io.netty.handler.codec.http.HttpContentDecoder: void finishDecode(java.util.List)>(v);
v = interfaceinvoke v.<io.netty.handler.codec.http.LastHttpContent: io.netty.handler.codec.http.HttpHeaders trailingHeaders()>();
v = virtualinvoke v.<io.netty.handler.codec.http.HttpHeaders: boolean isEmpty()>();
if v == 0 goto label;
v = <io.netty.handler.codec.http.LastHttpContent: io.netty.handler.codec.http.LastHttpContent EMPTY_LAST_CONTENT>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
v = new io.netty.handler.codec.http.ComposedLastHttpContent;
v = <io.netty.handler.codec.DecoderResult: io.netty.handler.codec.DecoderResult SUCCESS>;
specialinvoke v.<io.netty.handler.codec.http.ComposedLastHttpContent: void <init>(io.netty.handler.codec.http.HttpHeaders,io.netty.handler.codec.DecoderResult)>(v, v);
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
label:
return;
}
public void channelReadComplete(io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
{
java.lang.Throwable v;
io.netty.channel.Channel v, v;
io.netty.channel.ChannelHandlerContext v;
io.netty.handler.codec.http.HttpContentDecoder v;
io.netty.channel.ChannelConfig v, v;
boolean v, v, v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v := @parameter: io.netty.channel.ChannelHandlerContext;
v = v.<io.netty.handler.codec.http.HttpContentDecoder: boolean needRead>;
v.<io.netty.handler.codec.http.HttpContentDecoder: boolean needRead> = 1;
label:
interfaceinvoke v.<io.netty.channel.ChannelHandlerContext: io.netty.channel.ChannelHandlerContext fireChannelReadComplete()>();
label:
if v == 0 goto label;
v = interfaceinvoke v.<io.netty.channel.ChannelHandlerContext: io.netty.channel.Channel channel()>();
v = interfaceinvoke v.<io.netty.channel.Channel: io.netty.channel.ChannelConfig config()>();
v = interfaceinvoke v.<io.netty.channel.ChannelConfig: boolean isAutoRead()>();
if v != 0 goto label;
interfaceinvoke v.<io.netty.channel.ChannelHandlerContext: io.netty.channel.ChannelHandlerContext read()>();
goto label;
label:
v := @caughtexception;
if v == 0 goto label;
v = interfaceinvoke v.<io.netty.channel.ChannelHandlerContext: io.netty.channel.Channel channel()>();
v = interfaceinvoke v.<io.netty.channel.Channel: io.netty.channel.ChannelConfig config()>();
v = interfaceinvoke v.<io.netty.channel.ChannelConfig: boolean isAutoRead()>();
if v != 0 goto label;
interfaceinvoke v.<io.netty.channel.ChannelHandlerContext: io.netty.channel.ChannelHandlerContext read()>();
label:
throw v;
label:
return;
catch java.lang.Throwable from label to label with label;
}
protected abstract io.netty.channel.embedded.EmbeddedChannel newContentDecoder(java.lang.String) throws java.lang.Exception;
protected java.lang.String getTargetContentEncoding(java.lang.String) throws java.lang.Exception
{
io.netty.handler.codec.http.HttpContentDecoder v;
java.lang.String v, v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v := @parameter: java.lang.String;
v = <io.netty.handler.codec.http.HttpContentDecoder: java.lang.String IDENTITY>;
return v;
}
public void handlerRemoved(io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
{
io.netty.channel.ChannelHandlerContext v;
io.netty.handler.codec.http.HttpContentDecoder v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v := @parameter: io.netty.channel.ChannelHandlerContext;
specialinvoke v.<io.netty.handler.codec.http.HttpContentDecoder: void cleanupSafely(io.netty.channel.ChannelHandlerContext)>(v);
specialinvoke v.<io.netty.handler.codec.MessageToMessageDecoder: void handlerRemoved(io.netty.channel.ChannelHandlerContext)>(v);
return;
}
public void channelInactive(io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
{
io.netty.channel.ChannelHandlerContext v;
io.netty.handler.codec.http.HttpContentDecoder v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v := @parameter: io.netty.channel.ChannelHandlerContext;
specialinvoke v.<io.netty.handler.codec.http.HttpContentDecoder: void cleanupSafely(io.netty.channel.ChannelHandlerContext)>(v);
specialinvoke v.<io.netty.handler.codec.MessageToMessageDecoder: void channelInactive(io.netty.channel.ChannelHandlerContext)>(v);
return;
}
public void handlerAdded(io.netty.channel.ChannelHandlerContext) throws java.lang.Exception
{
io.netty.channel.ChannelHandlerContext v;
io.netty.handler.codec.http.HttpContentDecoder v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v := @parameter: io.netty.channel.ChannelHandlerContext;
v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.ChannelHandlerContext ctx> = v;
specialinvoke v.<io.netty.handler.codec.MessageToMessageDecoder: void handlerAdded(io.netty.channel.ChannelHandlerContext)>(v);
return;
}
private void cleanup()
{
io.netty.handler.codec.http.HttpContentDecoder v;
io.netty.channel.embedded.EmbeddedChannel v, v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v = v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.embedded.EmbeddedChannel decoder>;
if v == null goto label;
v = v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.embedded.EmbeddedChannel decoder>;
virtualinvoke v.<io.netty.channel.embedded.EmbeddedChannel: boolean finishAndReleaseAll()>();
v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.embedded.EmbeddedChannel decoder> = null;
label:
return;
}
private void cleanupSafely(io.netty.channel.ChannelHandlerContext)
{
java.lang.Throwable v;
io.netty.channel.ChannelHandlerContext v;
io.netty.handler.codec.http.HttpContentDecoder v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v := @parameter: io.netty.channel.ChannelHandlerContext;
label:
specialinvoke v.<io.netty.handler.codec.http.HttpContentDecoder: void cleanup()>();
label:
goto label;
label:
v := @caughtexception;
interfaceinvoke v.<io.netty.channel.ChannelHandlerContext: io.netty.channel.ChannelHandlerContext fireExceptionCaught(java.lang.Throwable)>(v);
label:
return;
catch java.lang.Throwable from label to label with label;
}
private void decode(io.netty.buffer.ByteBuf, java.util.List)
{
io.netty.handler.codec.http.HttpContentDecoder v;
java.util.List v;
java.lang.Object[] v;
io.netty.buffer.ByteBuf v, v;
io.netty.channel.embedded.EmbeddedChannel v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v := @parameter: io.netty.buffer.ByteBuf;
v := @parameter: java.util.List;
v = v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.embedded.EmbeddedChannel decoder>;
v = newarray (java.lang.Object)[1];
v = virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf retain()>();
v[0] = v;
virtualinvoke v.<io.netty.channel.embedded.EmbeddedChannel: boolean writeInbound(java.lang.Object[])>(v);
specialinvoke v.<io.netty.handler.codec.http.HttpContentDecoder: void fetchDecoderOutput(java.util.List)>(v);
return;
}
private void finishDecode(java.util.List)
{
io.netty.handler.codec.http.HttpContentDecoder v;
java.util.List v;
io.netty.channel.embedded.EmbeddedChannel v;
boolean v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v := @parameter: java.util.List;
v = v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.embedded.EmbeddedChannel decoder>;
v = virtualinvoke v.<io.netty.channel.embedded.EmbeddedChannel: boolean finish()>();
if v == 0 goto label;
specialinvoke v.<io.netty.handler.codec.http.HttpContentDecoder: void fetchDecoderOutput(java.util.List)>(v);
label:
v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.embedded.EmbeddedChannel decoder> = null;
return;
}
private void fetchDecoderOutput(java.util.List)
{
io.netty.handler.codec.http.DefaultHttpContent v;
io.netty.handler.codec.http.HttpContentDecoder v;
java.util.List v;
io.netty.channel.embedded.EmbeddedChannel v;
java.lang.Object v;
boolean v;
v := @this: io.netty.handler.codec.http.HttpContentDecoder;
v := @parameter: java.util.List;
label:
v = v.<io.netty.handler.codec.http.HttpContentDecoder: io.netty.channel.embedded.EmbeddedChannel decoder>;
v = virtualinvoke v.<io.netty.channel.embedded.EmbeddedChannel: java.lang.Object readInbound()>();
if v == null goto label;
v = virtualinvoke v.<io.netty.buffer.ByteBuf: boolean isReadable()>();
if v != 0 goto label;
virtualinvoke v.<io.netty.buffer.ByteBuf: boolean release()>();
goto label;
label:
v = new io.netty.handler.codec.http.DefaultHttpContent;
specialinvoke v.<io.netty.handler.codec.http.DefaultHttpContent: void <init>(io.netty.buffer.ByteBuf)>(v);
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
return;
}
static void <clinit>()
{
io.netty.util.AsciiString v;
java.lang.String v;
v = <io.netty.handler.codec.http.HttpHeaderValues: io.netty.util.AsciiString IDENTITY>;
v = virtualinvoke v.<io.netty.util.AsciiString: java.lang.String toString()>();
<io.netty.handler.codec.http.HttpContentDecoder: java.lang.String IDENTITY> = v;
return;
}
}