@Override
 protected void requesting(ExtendedDataOutputStream out) throws Exception {
   out.writeByte(type);
   out.writeString(name);
 }