Class ForwardingHttpJsonClientCall.SimpleForwardingHttpJsonClientCall<RequestT,ResponseT>

java.lang.Object
com.google.api.gax.httpjson.HttpJsonClientCall<RequestT,ResponseT>
com.google.api.gax.httpjson.ForwardingHttpJsonClientCall<RequestT,ResponseT>
com.google.api.gax.httpjson.ForwardingHttpJsonClientCall.SimpleForwardingHttpJsonClientCall<RequestT,ResponseT>
Enclosing class:
ForwardingHttpJsonClientCall<RequestT,ResponseT>

public abstract static class ForwardingHttpJsonClientCall.SimpleForwardingHttpJsonClientCall<RequestT,ResponseT> extends ForwardingHttpJsonClientCall<RequestT,ResponseT>
A simplified version of ForwardingHttpJsonClientCall where subclasses can pass in a HttpJsonClientCall as the delegate.