类 ServerInterceptor

  • 所有已实现的接口:
    io.grpc.ServerInterceptor

    @Component
    public class ServerInterceptor
    extends java.lang.Object
    implements 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)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • 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