public class EchoServiceImpl extends Object
| 构造器和说明 |
|---|
EchoServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
EchoInfoClass.EchoInfo |
dealWithAttachement(EchoInfoClass.EchoInfo info) |
EchoInfoClass.EchoInfo |
doEcho(EchoInfoClass.EchoInfo info) |
@ProtobufRPCService(serviceName="echoService",
methodName="echo")
public EchoInfoClass.EchoInfo doEcho(EchoInfoClass.EchoInfo info)
@ProtobufRPCService(serviceName="echoService",
methodName="echoWithAttachement",
attachmentHandler=EchoServerAttachmentHandler.class)
public EchoInfoClass.EchoInfo dealWithAttachement(EchoInfoClass.EchoInfo info)
Copyright © 2022 Baidu, Inc.. All rights reserved.