public final class RpcClientSideInvocation extends Object
| Constructor and Description |
|---|
RpcClientSideInvocation(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.Message responsePrototype,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
| Modifier and Type | Method and Description |
|---|---|
RpcClientController |
getController() |
com.google.protobuf.RpcCallback<com.google.protobuf.Message> |
getDone() |
com.google.protobuf.Descriptors.MethodDescriptor |
getMethod() |
com.google.protobuf.Message |
getRequest() |
com.google.protobuf.Message |
getResponsePrototype() |
public RpcClientSideInvocation(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.Message responsePrototype,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
public com.google.protobuf.Descriptors.MethodDescriptor getMethod()
public RpcClientController getController()
public com.google.protobuf.Message getRequest()
public com.google.protobuf.Message getResponsePrototype()
public com.google.protobuf.RpcCallback<com.google.protobuf.Message> getDone()
Copyright © 2013. All Rights Reserved.