Package com.google.api.gax.httpjson
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.-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.api.gax.httpjson.ForwardingHttpJsonClientCall
ForwardingHttpJsonClientCall.SimpleForwardingHttpJsonClientCall<RequestT,ResponseT> Nested classes/interfaces inherited from class com.google.api.gax.httpjson.HttpJsonClientCall
HttpJsonClientCall.Listener<T> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class com.google.api.gax.httpjson.ForwardingHttpJsonClientCall
cancel, halfClose, request, sendMessage, start
-
Constructor Details
-
SimpleForwardingHttpJsonClientCall
-
-
Method Details
-
delegate
- Specified by:
delegatein classForwardingHttpJsonClientCall<RequestT,ResponseT>
-