Uses of Class
com.google.api.gax.httpjson.HttpJsonClientCall.Listener
-
Packages that use HttpJsonClientCall.Listener Package Description com.google.api.gax.httpjson -
-
Uses of HttpJsonClientCall.Listener in com.google.api.gax.httpjson
Subclasses of HttpJsonClientCall.Listener in com.google.api.gax.httpjson Modifier and Type Class Description classForwardingHttpJsonClientCallListener<ResponseT>AHttpJsonClientCall.Listenerwhich forwards all of its methods to anotherHttpJsonClientCall.Listener.static classForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT>A simplified version ofForwardingHttpJsonClientCallListenerwhere subclasses can pass in aHttpJsonClientCall.Listeneras the delegate.Methods in com.google.api.gax.httpjson that return HttpJsonClientCall.Listener Modifier and Type Method Description protected abstract HttpJsonClientCall.Listener<ResponseT>ForwardingHttpJsonClientCallListener. delegate()protected HttpJsonClientCall.Listener<ResponseT>ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener. delegate()Methods in com.google.api.gax.httpjson with parameters of type HttpJsonClientCall.Listener Modifier and Type Method Description voidForwardingHttpJsonClientCall. start(HttpJsonClientCall.Listener<ResponseT> responseListener, HttpJsonMetadata requestHeaders)abstract voidHttpJsonClientCall. start(HttpJsonClientCall.Listener<ResponseT> responseListener, HttpJsonMetadata requestHeaders)Start a call, usingresponseListenerfor processing response messages.Constructors in com.google.api.gax.httpjson with parameters of type HttpJsonClientCall.Listener Constructor Description SimpleForwardingHttpJsonClientCallListener(HttpJsonClientCall.Listener<ResponseT> delegate)
-