Class ForwardingHttpJsonClientCall.SimpleForwardingHttpJsonClientCall (2.63.1)

public abstract static class ForwardingHttpJsonClientCall.SimpleForwardingHttpJsonClientCall,ResponseT> extends ForwardingHttpJsonClientCall,ResponseT>

A simplified version of ForwardingHttpJsonClientCall where subclasses can pass in a HttpJsonClientCall as the delegate.

Inheritance

java.lang.Object > HttpJsonClientCall > ForwardingHttpJsonClientCall > ForwardingHttpJsonClientCall.SimpleForwardingHttpJsonClientCall

Type Parameters

Name Description
RequestT
ResponseT

Constructors

SimpleForwardingHttpJsonClientCall(HttpJsonClientCall delegate)

protected SimpleForwardingHttpJsonClientCall(HttpJsonClientCall,ResponseT> delegate)
Parameter
Name Description
delegate HttpJsonClientCall<RequestT,ResponseT>

Methods

delegate()

protected HttpJsonClientCall,ResponseT> delegate()
Returns
Type Description
HttpJsonClientCall<RequestT,ResponseT>
Overrides