public abstract static class ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT> extends ForwardingHttpJsonClientCallListener<ResponseT>
ForwardingHttpJsonClientCallListener where subclasses can pass
in a HttpJsonClientCall.Listener as the delegate.ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT>| Modifier | Constructor and Description |
|---|---|
protected |
SimpleForwardingHttpJsonClientCallListener(HttpJsonClientCall.Listener<ResponseT> delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpJsonClientCall.Listener<ResponseT> |
delegate() |
onClose, onHeaders, onMessageprotected SimpleForwardingHttpJsonClientCallListener(HttpJsonClientCall.Listener<ResponseT> delegate)
protected HttpJsonClientCall.Listener<ResponseT> delegate()
delegate in class ForwardingHttpJsonClientCallListener<ResponseT>