Package com.google.api.gax.httpjson
Class ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT>
- java.lang.Object
-
- com.google.api.gax.httpjson.HttpJsonClientCall.Listener<ResponseT>
-
- com.google.api.gax.httpjson.ForwardingHttpJsonClientCallListener<ResponseT>
-
- com.google.api.gax.httpjson.ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT>
-
- Enclosing class:
- ForwardingHttpJsonClientCallListener<ResponseT>
public abstract static class ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT> extends ForwardingHttpJsonClientCallListener<ResponseT>
A simplified version ofForwardingHttpJsonClientCallListenerwhere subclasses can pass in aHttpJsonClientCall.Listeneras the delegate.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.gax.httpjson.ForwardingHttpJsonClientCallListener
ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleForwardingHttpJsonClientCallListener(HttpJsonClientCall.Listener<ResponseT> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpJsonClientCall.Listener<ResponseT>delegate()-
Methods inherited from class com.google.api.gax.httpjson.ForwardingHttpJsonClientCallListener
onClose, onHeaders, onMessage
-
-
-
-
Constructor Detail
-
SimpleForwardingHttpJsonClientCallListener
protected SimpleForwardingHttpJsonClientCallListener(HttpJsonClientCall.Listener<ResponseT> delegate)
-
-
Method Detail
-
delegate
protected HttpJsonClientCall.Listener<ResponseT> delegate()
- Specified by:
delegatein classForwardingHttpJsonClientCallListener<ResponseT>
-
-