public abstract static class ForwardingCall.SimpleForwardingCall<ReqT,RespT> extends ForwardingCall<ReqT,RespT>
ForwardingCall
where subclasses can pass in a Call
as
the delegate.ForwardingCall.SimpleForwardingCall<ReqT,RespT>
Call.Listener<T>
Modifier | Constructor and Description |
---|---|
protected |
SimpleForwardingCall(Call<ReqT,RespT> delegate) |
Modifier and Type | Method and Description |
---|---|
protected Call<ReqT,RespT> |
delegate()
Returns the delegated
Call . |
cancel, halfClose, isReady, request, sendPayload, start