Class SessionServiceGrpcImpl.SessionServiceInterceptor

java.lang.Object
io.deephaven.server.session.SessionServiceGrpcImpl.SessionServiceInterceptor
All Implemented Interfaces:
io.grpc.ServerInterceptor
Enclosing class:
SessionServiceGrpcImpl

@Singleton public static class SessionServiceGrpcImpl.SessionServiceInterceptor extends Object implements io.grpc.ServerInterceptor
  • Constructor Details

  • Method Details

    • interceptCall

      public <ReqT, RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall(io.grpc.ServerCall<ReqT,RespT> call, io.grpc.Metadata metadata, io.grpc.ServerCallHandler<ReqT,RespT> serverCallHandler)
      Specified by:
      interceptCall in interface io.grpc.ServerInterceptor