类 ServerInterceptor
java.lang.Object
com.alibaba.nacos.istio.server.ServerInterceptor
- 所有已实现的接口:
io.grpc.ServerInterceptor
- 作者:
- special.fy
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明<R,T> io.grpc.ServerCall.Listener <R> interceptCall(io.grpc.ServerCall<R, T> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<R, T> next)
-
构造器详细资料
-
ServerInterceptor
public ServerInterceptor()
-
-
方法详细资料
-
interceptCall
public <R,T> io.grpc.ServerCall.Listener<R> interceptCall(io.grpc.ServerCall<R, T> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<R, T> next) - 指定者:
interceptCall在接口中io.grpc.ServerInterceptor
-