Package io.grpc
Class InternalClientInterceptors
- java.lang.Object
-
- io.grpc.InternalClientInterceptors
-
@Internal public final class InternalClientInterceptors extends java.lang.Object
Internal accessor. Do not use.
-
-
Constructor Summary
Constructors Constructor Description InternalClientInterceptors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <ReqT,RespT>
ClientInterceptorwrapClientInterceptor(ClientInterceptor interceptor, MethodDescriptor.Marshaller<ReqT> reqMarshaller, MethodDescriptor.Marshaller<RespT> respMarshaller)
-
-
-
Method Detail
-
wrapClientInterceptor
public static <ReqT,RespT> ClientInterceptor wrapClientInterceptor(ClientInterceptor interceptor, MethodDescriptor.Marshaller<ReqT> reqMarshaller, MethodDescriptor.Marshaller<RespT> respMarshaller)
-
-