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 ofForwardingHttpJsonClientCall
where subclasses can pass in aHttpJsonClientCall
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
Constructors Modifier Constructor Description protected
SimpleForwardingHttpJsonClientCall(HttpJsonClientCall<RequestT,ResponseT> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpJsonClientCall<RequestT,ResponseT>
delegate()
-
Methods inherited from class com.google.api.gax.httpjson.ForwardingHttpJsonClientCall
cancel, halfClose, request, sendMessage, start
-
-
-
-
Constructor Detail
-
SimpleForwardingHttpJsonClientCall
protected SimpleForwardingHttpJsonClientCall(HttpJsonClientCall<RequestT,ResponseT> delegate)
-
-
Method Detail
-
delegate
protected HttpJsonClientCall<RequestT,ResponseT> delegate()
- Specified by:
delegate
in classForwardingHttpJsonClientCall<RequestT,ResponseT>
-
-