WEB开发网
开发学院服务器云计算 Thrift之TProcess类体系原理及源码详细解析 阅读

Thrift之TProcess类体系原理及源码详细解析

 2012-06-03 15:50:17 来源:WEB开发网   
核心提示:return;}if (eventHandler_.get() != NULL) {eventHandler_->preWrite(ctx, "FacebookService.getName");//写入之前事件处理}//写入调用返回值(T_REPLY)消息到调用客户端oprot->wr
  return;

 }

 if (eventHandler_.get() != NULL) {

  eventHandler_->preWrite(ctx, "FacebookService.getName");//写入之前事件处理

 }

//写入调用返回值(T_REPLY)消息到调用客户端

 oprot->writeMessageBegin("getName", ::apache::thrift::protocol::T_REPLY, seqid);

 result.write(oprot);

 oprot->writeMessageEnd();

 bytes = oprot->getTransport()->writeEnd();

 oprot->getTransport()->flush();

 

上一页  15 16 17 18 19 20 21 22 23  下一页

Tags:Thrift TProcess 体系

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接