Class HttpJsonLoggingInterceptor (2.62.0)

public class HttpJsonLoggingInterceptor implements HttpJsonClientInterceptor

Inheritance

java.lang.Object > HttpJsonLoggingInterceptor

Constructors

HttpJsonLoggingInterceptor()

public HttpJsonLoggingInterceptor()

Methods

<ReqT,RespT>interceptCall(ApiMethodDescriptor<ReqT,RespT> method, HttpJsonCallOptions callOptions, HttpJsonChannel next)

public HttpJsonClientCall<ReqT,RespT> <ReqT,RespT>interceptCall(ApiMethodDescriptor<ReqT,RespT> method, HttpJsonCallOptions callOptions, HttpJsonChannel next)

Intercept HttpJsonClientCall creation by the next HttpJsonChannel.

Parameters
NameDescription
methodApiMethodDescriptor<ReqT,RespT>
callOptionsHttpJsonCallOptions
nextHttpJsonChannel
Returns
TypeDescription
HttpJsonClientCall<ReqT,RespT>