7374757677787980818283
if (buffer.writerIndex() != message.getEndOfMessagePosition()) { throw new IllegalStateException("Wrong encode position"); } buffer.writeBoolean(requiresResponse); size = buffer.writerIndex(); // Write standard headers
5960616263646566676869
6970717273747576777879
220221222223224225226227228229230
{ connectorPair.a.encode(buff); if (connectorPair.b != null) { buff.writeBoolean(true); connectorPair.b.encode(buff); } else {
226227228229230231232233234235236
connectorPair.b.encode(buff); } else { buff.writeBoolean(false); } } byte[] data = buff.toByteBuffer().array();
7576777879808182838485
7273747576777879808182
7172737475767778798081