public class io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec extends java.lang.Object implements io.vertx.core.eventbus.MessageCodec
{
public void <init>()
{
io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec v;
v := @this: io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void encodeToWire(io.vertx.core.buffer.Buffer, io.vertx.core.eventbus.ReplyException)
{
byte[] v;
io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec v;
io.vertx.core.buffer.Buffer v;
java.nio.charset.Charset v;
int v, v, v;
io.vertx.core.eventbus.ReplyFailure v;
java.lang.String v, v;
io.vertx.core.eventbus.ReplyException v;
v := @this: io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec;
v := @parameter: io.vertx.core.buffer.Buffer;
v := @parameter: io.vertx.core.eventbus.ReplyException;
v = virtualinvoke v.<io.vertx.core.eventbus.ReplyException: io.vertx.core.eventbus.ReplyFailure failureType()>();
v = virtualinvoke v.<io.vertx.core.eventbus.ReplyFailure: int toInt()>();
interfaceinvoke v.<io.vertx.core.buffer.Buffer: io.vertx.core.buffer.Buffer appendByte(byte)>(v);
v = virtualinvoke v.<io.vertx.core.eventbus.ReplyException: int failureCode()>();
interfaceinvoke v.<io.vertx.core.buffer.Buffer: io.vertx.core.buffer.Buffer appendInt(int)>(v);
v = virtualinvoke v.<io.vertx.core.eventbus.ReplyException: java.lang.String getMessage()>();
if v != null goto label;
interfaceinvoke v.<io.vertx.core.buffer.Buffer: io.vertx.core.buffer.Buffer appendByte(byte)>(0);
goto label;
label:
interfaceinvoke v.<io.vertx.core.buffer.Buffer: io.vertx.core.buffer.Buffer appendByte(byte)>(1);
v = virtualinvoke v.<io.vertx.core.eventbus.ReplyException: java.lang.String getMessage()>();
v = <io.netty.util.CharsetUtil: java.nio.charset.Charset UTF_8>;
v = virtualinvoke v.<java.lang.String: byte[] getBytes(java.nio.charset.Charset)>(v);
v = lengthof v;
interfaceinvoke v.<io.vertx.core.buffer.Buffer: io.vertx.core.buffer.Buffer appendInt(int)>(v);
interfaceinvoke v.<io.vertx.core.buffer.Buffer: io.vertx.core.buffer.Buffer appendBytes(byte[])>(v);
label:
return;
}
public io.vertx.core.eventbus.ReplyException decodeFromWire(int, io.vertx.core.buffer.Buffer)
{
byte[] v;
io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec v;
byte v, v;
java.nio.charset.Charset v;
int v, v, v, v, v, v, v, v;
io.vertx.core.eventbus.ReplyFailure v;
java.lang.String v, v;
boolean v;
io.vertx.core.buffer.Buffer v;
io.vertx.core.eventbus.ReplyException v;
v := @this: io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec;
v := @parameter: int;
v := @parameter: io.vertx.core.buffer.Buffer;
v = interfaceinvoke v.<io.vertx.core.buffer.Buffer: byte getByte(int)>(v);
v = staticinvoke <io.vertx.core.eventbus.ReplyFailure: io.vertx.core.eventbus.ReplyFailure fromInt(int)>(v);
v = v + 1;
v = interfaceinvoke v.<io.vertx.core.buffer.Buffer: int getInt(int)>(v);
v = v + 4;
v = interfaceinvoke v.<io.vertx.core.buffer.Buffer: byte getByte(int)>(v);
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
if v != 0 goto label;
v = v + 1;
v = interfaceinvoke v.<io.vertx.core.buffer.Buffer: int getInt(int)>(v);
v = v + 4;
v = v + v;
v = interfaceinvoke v.<io.vertx.core.buffer.Buffer: byte[] getBytes(int,int)>(v, v);
v = new java.lang.String;
v = <io.netty.util.CharsetUtil: java.nio.charset.Charset UTF_8>;
specialinvoke v.<java.lang.String: void <init>(byte[],java.nio.charset.Charset)>(v, v);
v = v;
goto label;
label:
v = null;
label:
v = new io.vertx.core.eventbus.ReplyException;
specialinvoke v.<io.vertx.core.eventbus.ReplyException: void <init>(io.vertx.core.eventbus.ReplyFailure,int,java.lang.String)>(v, v, v);
return v;
}
public io.vertx.core.eventbus.ReplyException transform(io.vertx.core.eventbus.ReplyException)
{
io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec v;
io.vertx.core.eventbus.ReplyException v;
v := @this: io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec;
v := @parameter: io.vertx.core.eventbus.ReplyException;
return v;
}
public java.lang.String name()
{
io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec v;
v := @this: io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec;
return "replyexception";
}
public byte systemCodecID()
{
io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec v;
v := @this: io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec;
return 15;
}
}