Exemple #1
0
 /** Receives an RPC response and converts to an object */
 protected Object readResp() throws Exception {
   InputStream is = huc.getInputStream();
   MessagePackObject mpo = MessagePack.unpack(is);
   return unMsg(mpo);
 }